Kjow
01-08-2010, 03:30 PM
Hi all,
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!
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!