- View New Content
- Home
- Site
-
Forums
- Community Resources
- FileMaker Security Management
- FileMaker Server Administration
- FileMaker on the GO
- Database Schema & Business Logic
- The Presentation Layer
- Brain Food
-
FileMaker and WEB 2.0 Technology
- 360 Works Official Product Support Forums
- FM Forums Affiliate Sponsors
- FileMaker Developers & User Groups
- Tools Of The Trade
- FileMaker Classifieds
- FileMaker Product Family
- The Water Cooler
- FM Forums Operations
- Blogs
- Social Groups
- Marketplace
- Chat
-
More
Kiosk Mode on Windows 7
Started by brian rich, Feb 23 2011 06:04 AM
11 replies to this topic
#1
aging apprentice
Posted 23 February 2011 - 06:04 AM
I've built a small runtime app which I'd like to run in kiosk mode. I'm using FMP11v2 Advanced
When the app starts up, it displays only the layout as expected, however it doesn't fill the whole screen - it sets up a window which is the full width of the screen, but the bottom quarter of the screen is black. I've tried running an adjust window (maximize) step in a startup script but the kiosk widow still doesn't occupy the whole screen
Is this a quirk of Windows 7, or am I missing something?
Thanks
Brian
When the app starts up, it displays only the layout as expected, however it doesn't fill the whole screen - it sets up a window which is the full width of the screen, but the bottom quarter of the screen is black. I've tried running an adjust window (maximize) step in a startup script but the kiosk widow still doesn't occupy the whole screen
Is this a quirk of Windows 7, or am I missing something?
Thanks
Brian
Brian
#3
aging apprentice
Posted 17 March 2011 - 06:51 AM
I have the same problem, i'm using windows 7 and i get this image with a lot of black space.
Imagem
http://img853.imageshack.us/i/filekiosk.png/
Did you test it with other windows version (XP; vista).
Do you find any solution yet?
Same problem with XP; not tried it with Vista yet.
Real issue for me, and still no solution. Kiosk runtimes with this kind of limitation are not usable for what I need to do.
May try asking Filemaker... not holding my breath.
Brian
Brian
#4
Just a Newbee to SQL
Posted 17 March 2011 - 08:09 AM
Maybe it your file?
#5
journeyman
Posted 17 March 2011 - 09:23 AM
I see you are just using the default layouts.
Try resizing the top elements to your screen width (instead of allowing them to stretch).
Also draw a bar at the bottom of the layout to match the bottom of you screen.
Jerry
Try resizing the top elements to your screen width (instead of allowing them to stretch).
Also draw a bar at the bottom of the layout to match the bottom of you screen.
Jerry
Jerry Salem
IT Solutions, Inc.
--
If not now... When?
IT Solutions, Inc.
--
If not now... When?
#6
novice
Posted 17 March 2011 - 03:43 PM
Jerry, did work. I get a black bar at button (all times).
Can you share a file with a kiosk example, then I test it with windows 7 and filemaker pro 11.
Thanks,
Caps
Can you share a file with a kiosk example, then I test it with windows 7 and filemaker pro 11.
Thanks,
Caps
#7
IdealData
Posted 18 March 2011 - 02:54 AM
I has this one recently too. Seems it appeared in FM10 and affects XP and Win7.
My fix was to resize the window with
Height: Get (WindowDesktopHeight) - 4
Width: Get (WindowDesktopWidth) - 4
HTH
My fix was to resize the window with
Height: Get (WindowDesktopHeight) - 4
Width: Get (WindowDesktopWidth) - 4
HTH
Ideal Data - Coherent systems for a chaotic world
I'm available for hire, e-mail me
I'm available for hire, e-mail me
#8
novice
Posted 18 March 2011 - 05:35 AM
Ok, let´s test it and share the results
First step: create a script with mode/resize window (current window) and your specification, correct?
Height – 4 pixels
Width – 4 pixels
The Get (WindowDesktopHeight) is a calculation? How I do that when I need a script to run each time I open the file? So i did a mode/resize
Second step: Perform script each when open.
Results: ……….. (mystery) Didn’t work same problem a big black space.
Did I do everything correct? Or there is a problem with windows or filemaker?
Idealdata, can you share an example then i post the image here?
First step: create a script with mode/resize window (current window) and your specification, correct?
Height – 4 pixels
Width – 4 pixels
The Get (WindowDesktopHeight) is a calculation? How I do that when I need a script to run each time I open the file? So i did a mode/resize
Second step: Perform script each when open.
Results: ……….. (mystery) Didn’t work same problem a big black space.
Did I do everything correct? Or there is a problem with windows or filemaker?
Idealdata, can you share an example then i post the image here?
#9
aging apprentice
Posted 24 March 2011 - 01:16 AM
I has this one recently too. Seems it appeared in FM10 and affects XP and Win7.
My fix was to resize the window with
Height: Get (WindowDesktopHeight) - 4
Width: Get (WindowDesktopWidth) - 4
HTH
I tried this fix with FMP11Advanced V2. The result was to push part of the window to the left, off the edge of the screeen, and leave a black area at the right hand side. The slightly good news was that the black area at the bottom had now disappeared.
Different, but still no use.
Brian
Brian
#10
Pretty Pro
Posted 19 January 2012 - 09:49 AM
You can also center a RT with the Left and Top vars being ( ( Get (WindowDesktopHeight) - <your solution height> ) / 2 ) and ( ( Get (WindowDesktopWidth) - <your solution width> ) / 2 ) respectively...
Looks way better than aligned to the left top, especially on bigger screens.
Looks way better than aligned to the left top, especially on bigger screens.
#11
Pretty Pro
Posted 20 February 2012 - 11:13 PM
Just for the ones who want to know... If you want to have a background image in kiosk mode (in case you have a nice photoshop interface design), use the following settings to avoid the scrollbars to join the party:
BODY height: screen height minus 16 pixels
Image X: 16 pixels
Image Y: 16 pixels
Image width: screen width minus 32 pixels
Image height: screen width minus 32 pixels
So you guessed it, you are stuck with a border of 16 pixels all around. Making it black I guess will makes it look best. Oh, Mac only... still need to figure out above data for Windows.
BODY height: screen height minus 16 pixels
Image X: 16 pixels
Image Y: 16 pixels
Image width: screen width minus 32 pixels
Image height: screen width minus 32 pixels
So you guessed it, you are stuck with a border of 16 pixels all around. Making it black I guess will makes it look best. Oh, Mac only... still need to figure out above data for Windows.
#12
novice
Posted 02 May 2012 - 11:54 PM
I came across this problem too ...except my left side windows is way off the screen with an unsightly black border on the right. And it does not fully resize to the height of the screen... any ideas what went wrong? This is with runtime and kioks mode enabled

































