Re: ANN: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-19 Thread Mark Wieder
Sarah-

Tuesday, September 18, 2007, 6:34:23 PM, you wrote:

 Anyway, I build the first example and when I try to use the external
 function in the stack, I just get error in function handler. Any
 ideas Andre?

That error sounds like your stack can't find the external lib
properly. What happens when you type put the externalFunctions of
this stack?

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ANN: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-18 Thread Luis

LibKiosk sounds about right for making ScreenSavers too.

Cheers,

Luis.


On 17 Sep 2007, at 15:42, Richard Gaskin wrote:


Andre Garzia wrote:
I am here to announce my first external. Called libKiosk, it taps  
into the

power of Mac OS X SystemUIMode to enable true apple-standard kiosk
applications. It will do the following things:

...

Homepage and download: http://andregarzia.com/libKiosk.html
libKiosk is free and donations are welcome.
Have fun building Kiosks!
PS: this is my first external! :-D


Good work, Andre!   Maybe next time you're in LA you can present  
that at a SoCal RUG meeting. :)


--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ANN: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-18 Thread Sarah Reichelt
 As for writting a tutorial, I just followed Mark tutorial on the newsletter,
 the external he builds does much more than libKiosk. I'll Thanks Mark
 forever for finally making me understand how to build externals.


:-( Mark's tutorial doesn't work for me. I've tried several times, the
last time copying  pasting everything so I could be sure that I had
followed his instructions to the letter. I have XCode 2.4.1 - I wonder
is there something different in it that stops this working. I only
have the 10.4 universal SDK so I have to build for x86 even though I
am using a PPC.

Anyway, I build the first example and when I try to use the external
function in the stack, I just get error in function handler. Any
ideas Andre?

Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ANN: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-17 Thread Mark Schonewille

Thanks, Andre,

I'm going to test it. This might come in very handy for a few  
educational projects of mine. Oh, and congratulations with your first  
external!


Best regards,

Mark Schonewille

--

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Quickly extract data from your HyperCard stacks with DIFfersifier.  
http://differsifier.economy-x-talk.com



Op 17-sep-2007, om 7:16 heeft Andre Garzia het volgende geschreven:


My Friends,
I am here to announce my first external. Called libKiosk, it taps  
into the

power of Mac OS X SystemUIMode to enable true apple-standard kiosk
applications. It will do the following things:

* Prevent application switching using CMD+TAB or CMD+SHIFT+TAB
* Prevent force quit
* Prevent power button from bringing up dialog (only in KioskModeFull)
* Remove both the dock and the apple menu from the interface

The external has three commands

KioskModeOn - enters kiosk mode, user is all locked into kiosk  
except for
the fact that the power button still works (that dialog sleep,  
shutdown,

logout...)

KioskModeFull - enters full kiosk mode where we remove everything  
and the

power button.

KioskModeOff - makes the UI normal again.

This external follows apple technical note on building kiosk  
applications,

it is not a hack, it's the real thing! :D

Homepage and download: http://andregarzia.com/libKiosk.html

libKiosk is free and donations are welcome.

Have fun building Kiosks!

PS: this is my first external! :-D

Andre


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ANN: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-17 Thread Malte Brill

Thanks Andre,

will give it a try for sure, when my schedule cleans up a bit. So now  
that you are also an external pro, when will you be for hire to write  
that Multichannel audio external I always dreamed of? g


All the best,

Malte
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ANN: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-17 Thread Björnke von Gierke
Very nice, and worked flawlessly on my 10.3.9 installation. Any chance 
of getting the source code?
Maybe this command is simple enough for me to understand how externals 
bind to rev :)


have fun
Björnke

On 17 Sep 2007, at 07:16, Andre Garzia wrote:


My Friends,
I am here to announce my first external. Called libKiosk, it taps into 
the

power of Mac OS X SystemUIMode to enable true apple-standard kiosk
applications. It will do the following things:

* Prevent application switching using CMD+TAB or CMD+SHIFT+TAB
* Prevent force quit
* Prevent power button from bringing up dialog (only in KioskModeFull)
* Remove both the dock and the apple menu from the interface

The external has three commands

KioskModeOn - enters kiosk mode, user is all locked into kiosk except 
for
the fact that the power button still works (that dialog sleep, 
shutdown,

logout...)

KioskModeFull - enters full kiosk mode where we remove everything and 
the

power button.

KioskModeOff - makes the UI normal again.

This external follows apple technical note on building kiosk 
applications,

it is not a hack, it's the real thing! :D

Homepage and download: http://andregarzia.com/libKiosk.html

libKiosk is free and donations are welcome.

Have fun building Kiosks!

PS: this is my first external! :-D

Andre

On 9/17/07, Sivakatirswami [EMAIL PROTECTED] wrote:


Sarah Reichelt wrote:

I'm not sure that blocking the keyboard is going to work.
Well, try we could put a point and click keyboard on screen,
but that will raise user resistance to our goal: get their
name and address...email address and hopefully a donation.
Would people actually fill in their entire address on a screen
keyboard? that will be the question.


In that case, how about a shaped lid over the keyboard that obscured
all the dangerous buttons. Just let them access the actual letter 
number keys, space, shift, delete  return. It could be locked on so
that admin people could take it off to access the whole keyboard if
required.


That was exactly what we decided to do... but

Andre has a surprise for us..

Stay tuned.

Sivakatirswami
www.himalayanacademy.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ANN: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-17 Thread Sarah Reichelt
 Very nice, and worked flawlessly on my 10.3.9 installation. Any chance
 of getting the source code?
 Maybe this command is simple enough for me to understand how externals
 bind to rev :)

Yes indeed. I would really love to know how to use an external to do
some of the system calls. How about a tutorial Andre?

Cheers,
Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ANN: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-17 Thread Andre Garzia
Sarah and BvG,
check the home page again, I've added a link to the source code. It needs
the ExternalEnvironmentV1 that can be obtained from
http://www.runrev.com/newsletter/november/issue13/newsletter5.php and XCode
2.4.

The source is way simple, I could even publish it in a email, it's less than
a hundred lines. This external could be made more powerful by allowing the
user to fine tune the SystemUIMode options but again this is not
libSystemUIMode it is libKiosk and Kiosk needs are simple and straight
forward, no need to complicate.

The source is public domain and for those that really want a license it is
if-you-like-it-then-next-time-you-see-me-give-me-a-hug-license-1.0 or
something like that.

As for writting a tutorial, I just followed Mark tutorial on the newsletter,
the external he builds does much more than libKiosk. I'll Thanks Mark
forever for finally making me understand how to build externals.

Best
andre

On 9/17/07, Sarah Reichelt [EMAIL PROTECTED] wrote:

  Very nice, and worked flawlessly on my 10.3.9 installation. Any chance
  of getting the source code?
  Maybe this command is simple enough for me to understand how externals
  bind to rev :)

 Yes indeed. I would really love to know how to use an external to do
 some of the system calls. How about a tutorial Andre?

 Cheers,
 Sarah
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ANN: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-17 Thread Richard Gaskin

Andre Garzia wrote:

I am here to announce my first external. Called libKiosk, it taps into the
power of Mac OS X SystemUIMode to enable true apple-standard kiosk
applications. It will do the following things:

...

Homepage and download: http://andregarzia.com/libKiosk.html

libKiosk is free and donations are welcome.

Have fun building Kiosks!

PS: this is my first external! :-D


Good work, Andre!   Maybe next time you're in LA you can present that at 
a SoCal RUG meeting. :)


--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution