Posts: 3,716
Threads: 196
Joined: Aug 2006
I assume this is working - but my little tablet won't actually 'full screen'
I think its trying to scale inside of the window. So I hit full screen, but I can still see the taskbar and the top bar, except there are no longer any words or icons.
Anyone else see this behavior?
FYI, the tablet resolution is 1280x800, and i set my template to 1280x800.
Posts: 40,483
Threads: 491
Joined: Aug 2002
Some other folks have mentioned something similar on Win8, but others don't seem to have the issue, so I'm not sure what is is. When you say you hit full screen, you mean in the IV menu, right?
One thing is that 'full screen' means the area available after any fixed OS bars and such. So you have to turn off always on top and turn on auto-hide for the task bar if you truly want it to take up the entire screen and be completely on top.
If you add the /FullScreen option to the start menu item to start it up in full screen mode, does that make any difference?
Dean Roddey
Explorans limites defectum
Posts: 3,716
Threads: 196
Joined: Aug 2006
ill test it now - i was using the menu, though.
Posts: 3,716
Threads: 196
Joined: Aug 2006
the /FullScreen option seems to be the only way that it works as I expect.
so alls good.
Posts: 3,716
Threads: 196
Joined: Aug 2006
OK, i just tried reading through a couple of threads to no avail.
how do I set the blanker to invoke after a period of inactivity?
Posts: 40,483
Threads: 491
Joined: Aug 2002
There is a command on the Intf. Viewer target (anything not specifically targeting to a widget will be there basically.) I forget the exact name but SetBlanker something or another, which will let you set a time and indicate absolute or based on inactivity.
Doing a search through the Interface Designer technical doc will usually turn up what you are looking for, though it's always possible that something is missing.
Dean Roddey
Explorans limites defectum
Posts: 3,716
Threads: 196
Joined: Aug 2006
ok, im confused. i might need a primer on IV construction. could be a good use of a Google Hangout.
i found the SetBlankerOpts and SetAutoBlankMode, but where do I load them? do i put them in the onload of the base template? do i need to run the IV driver on the tablets themselves and do it that way?
Posts: 40,483
Threads: 491
Joined: Aug 2002
Just call them in the onpreload of the base template. They aren't any different than other commands, it's just that they are targeting the IV itself, instead of a specific widget.
You could also of course, in some utility screen, allow the user to control these things and call these commands in response to the user entering some configuration options. But mostly folks will just call them in the onpreload of the base template and then they are set forever more.
Dean Roddey
Explorans limites defectum
Posts: 3,716
Threads: 196
Joined: Aug 2006
this is a guest room IV. it needs to be basic and automatic - so the blanker needs to turn on like a screensaver, and a tap will dismiss it. it has to be really simple for my guests to operate, while keeping some semblance of normalcy to what they'd be used to.
ill put it on the preload and see if i can make this work.
Posts: 40,483
Threads: 491
Joined: Aug 2002
Yeh, just do it on preload and that's all that needs to be done. It'll stay that way until changed, which will never happen, so it'll just stay that way indefinitely.
Dean Roddey
Explorans limites defectum