Autor: Marcelo
Data: 2013-04-12 15:41:22
|
Hello,
I´m trying to make a GUI for Android client, with the WinFlector API we can detect the client operating system, then, I try to make a special GUI when the client come from Android, but the the Android client show all the windows not the application area only, are there some way to adjust it to start with the size of the app dialog to keep it in the entire android screen
best regards
Marcelo
|
Autor: Marcelo
Data: 2013-04-12 17:55:23
|
Hi,
I response by self, what I need to do is to develop the GUI in all the screen
thanks, and the Android client is very nice
regards
Marcelo
|
Autor: Bozena (staff)
Data: 2013-04-15 13:40:45
|
As you have already noticed, the best idea is to create in your application a frameless toplevel window with the same size as a desktop and locate your special GUI on it.
Please note that the dwPlatformId returned by TApiGetTrmOSVer() for Android will be changed in next version of the client. Current value (101) is for Linux clients, Android unique ID will be (151) and it will be defined in gtrmapi.h.
|
Autor: Marcelo
Data: 2013-04-15 15:25:09
|
Bozena,
thanks for response, actually TApiGetTrmOSVer() return a big number when the OS is other than windows or linux, for test now it is enough
thanks
Marcelo
|