![]() |
2010-01-08
, 20:59
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#2
|
![]() |
2010-01-08
, 21:23
|
Posts: 52 |
Thanked: 54 times |
Joined on Nov 2009
|
#3
|
Fullscreen is GTK only.
You can probably do bindings for FPC, although I'm quite interested how did you get it compiling for armel.
![]() |
2010-01-08
, 22:03
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#4
|
The Following User Says Thank You to Bundyo For This Useful Post: | ||
![]() |
2010-01-09
, 09:44
|
Posts: 52 |
Thanked: 54 times |
Joined on Nov 2009
|
#5
|
The Following User Says Thank You to Kjow For This Useful Post: | ||
![]() |
2010-12-10
, 23:44
|
|
Posts: 80 |
Thanked: 237 times |
Joined on Dec 2010
@ Serbia
|
#6
|
I'm developing a pair of apps with FPC for Maemo 5, but there aren't hildon's headers for it (or I can't find these).
So, there are some ways to make things with linux-native calls? I mean, I need:
- full-screen (so hide "Hildon Touch Toolbar")
- Hildon Touch View Menu
- Hildon Touch Confirmation note
- Hildon Touch Dialogue
- etc
Can I use these functions with linux API calls?
Others things (buttons, memo, edit text, combobox, listview, etc) are ok, I can use title menu (e.g. desktop apps menu: "file, edit, about") or popup dialogs also (but in simil-fullscreen [I can't find a way to hide touch toolbar]).
To put my application in full screen I can set "borderstyle" of my form to "bsNone", but "Hildon Touch Toolbar" doesn't disappear...
Any suggestions are appreciated!
Thank you!