alcam Posted June 17, 2003 Posted June 17, 2003 On a Mac, is there any way of getting back to the desktop while in Kiosk mode without quitting the app. I know it's possible in Windows, but is it on a Mac?
cjaeger Posted June 17, 2003 Posted June 17, 2003 with applescript script step tell application "Finder" activate end tell
SteveB Posted June 17, 2003 Posted June 17, 2003 It's not easy to do in Windows. On Win 98, you can get to the task bar even if it's hidden, and then click on the desktop icon. However, on Win XP no way could I make the task bar display visible. Even if it is not hidden, the kiosk prevents it from being seen. I solved the problem by using WinBatch to create a small .exe, which causes the kiosk to minimize itself to the task bar and displays the desktop. This works well on all versions, and I've eliminated the need for the user to even look for the desktop icon. Steve
alcam Posted June 19, 2003 Author Posted June 19, 2003 Thanks Steve - not familiar with WinBatch. Does the .exe run from a button in the kiosk solution?
SteveB Posted June 19, 2003 Posted June 19, 2003 Yes, using the Send Message script step. I used the same buttons that appear in FM...just captured them with Snagit. Steve
Henry Posted June 20, 2003 Posted June 20, 2003 hi Steve, Just want to ask can WinBatch change the screen resolution from 1024x768 to 800 x 600. Because normally i like to design my app in kiosk mode and run it on full screen. If winbatch can do it, is that u have any example of file because i not familiar with WinBatch.
rogermax Posted June 20, 2003 Posted June 20, 2003 (snip) However, on Win XP no way could I make the task bar display visible. Even if it is not hidden, the kiosk prevents it from being seen Steve Steve, Can't you just have the user press the Windows Start button? Works for me on XP in kiosk mode. (Of course that would require the end user to think of that, which may or may not happen.) Or maybe I am not understanding the problem.
SteveB Posted June 20, 2003 Posted June 20, 2003 Hi Roger: You're understanding the problem. I tried to display the Task Bar on two Win XP machines, but it was not visible on either one. Neither machine had the Task Bar set to auto hide. I'd also bet that 90% of the user community would'nt know or remember how to display the desktop. Besides, now my kiosk seems more like a standard Win app. Steve
rogermax Posted June 20, 2003 Posted June 20, 2003 Agreed. BTW, do your users need anything special to run the WinBatch files you add on? Do you use Plain WinBAtch or the developer model?
SteveB Posted June 20, 2003 Posted June 20, 2003 The Developer model, which is really just a compiler and allows me to freely distribute unlimited EXEs. Without the compiler, each user would need his own copy, and I personally don't like distributing source code. It's a great fill in for what Filemaker doesn't do.
cjaeger Posted June 20, 2003 Posted June 20, 2003 why dont you just issue a script command send message[aevt,odoc,"C:") or sendURL["C:"] this will open the apropriate folders on the desktop ....
EllenG Posted September 10, 2003 Posted September 10, 2003 I found this thread in my search. This is what I want to be able to do: make kiosk mode look like a Windows app and not "take over " the desktop. I really like the kiosk style, with out any of the status or toolbars and no FMP menus to deal with. I like being able to control the app with buttons and scripts. But, I'm not following how to do this. Also, using the WinBatch solution, can you actually size the kiosk screen so that it does not take the whole screen, but allows the desktop to appear behind it, as a Window does? Thanks.
SteveB Posted September 11, 2003 Posted September 11, 2003 I've tried everything I can think of to change the size of the kiosk, but nothing works. FM apparently ignores every WinBatch command that tries to resize a window. However, my little WB utility does minimize a kiosk to the Task Bar, exactly the way a Windows pgm should. Steve
Anatoli Posted September 11, 2003 Posted September 11, 2003 EllenG said: ... can you actually size the kiosk screen so that it does not take the whole screen, but allows the desktop to appear behind it, as a Window does? Thanks. Hmm, the kiosk suppose to be ehm -- kiosk and not Windows desktop
EllenG Posted September 11, 2003 Posted September 11, 2003 Well, Steve, that's what I thought... Back to the drawing board. As Anatoli reminded me a "kiosk is a kiosk". I really prefer the kiosk look, but I don't think most users will want there desktop held captive. SecureFM will do what I want, but I was hoping to avoid the added cost of a plug-in.
SteveB Posted September 11, 2003 Posted September 11, 2003 I can send you the exe that will minimize the kiosk...it's slightly too big to post as an attachment, but I can email if you'd like. Steve
JariV Posted November 30, 2004 Posted November 30, 2004 I can send you the exe that will minimize the kiosk...it's slightly too big to post as an attachment, but I can email if you'd like. Steve I was browsing this topic to find a way to minimise a kiosk solution - this seems exactly what I need. If you still have this file (or anything similar), I'd appreciate if it could be posted here or emailed to me directly. Thanks in advance, JariV
Recommended Posts
This topic is 7297 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now