Re: Crash - error 0xc000005

2007-09-15 Thread Arie van der Ent
Richard, It is not the framework – EmpDB – that's causes the trouble, it 's the logic I built in some of my own substacks. I am working on OSX 10.4.10 also and it works fine. Errors occur in the Windows standalone. I think Ihave to rebuild the whole thing and test it part by part.

Re: Anyone get barcodes to print/scan on a Mac?

2007-09-15 Thread Sarah Reichelt
On 9/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I've been scouring the web looking for a good barcode font that will work > with my barcode scanner (an "intelliscanner", which reads standard Code 128 > barcodes).? > > The trouble I'm finding is that the barcode font I am using works gr

Anyone get barcodes to print/scan on a Mac?

2007-09-15 Thread rgould8
I've been scouring the web looking for a good barcode font that will work with my barcode scanner (an "intelliscanner", which reads standard Code 128 barcodes).? The trouble I'm finding is that the barcode font I am using works great in Windows, but the Mac version of it won't seem to display

Revolution character sets showing up differently between Mac and Windows

2007-09-15 Thread rgould8
I've got an application that pulls in data from a database, some data which contains foreign characters (French/German characters (a's o's with dots above them, etc). On Windows XP, the data shows up perfectly. On Mac OS X, many of the foreign characters are rendering completely wrong within t

Re: Kiosk Question - Lock User In

2007-09-15 Thread Sivakatirswami
Andre Garzia wrote: You don't need to prevent CMD+TAB, you need to prevent running other applications. You can just quit the Finder and everything else so that your app is the only thing running. ;-) Andre That's too easy! HA! (smile) but what about cmd-option-esc? (I am unable to trap this)

Re: Kiosk Question - Lock User In

2007-09-15 Thread Sarah Reichelt
On 9/16/07, Sivakatirswami <[EMAIL PROTECTED]> wrote: > Looks like we have some fun-interesting dev ahead of us > as there is a request to create a Kiosk style app here for > all our visitor traffic to interface with... Rev is obviously > the best tool. > > I have some basic questions > > This will

Re: Kiosk Question - Lock User In

2007-09-15 Thread Mark Schonewille
Sivakatirswami, Witch and PullTab might help as explained here: http://www.youtube.com/watch?v=sWa3iuZnHJs and one might write an external that talks to the SystemUIMode API: http://developer.apple.com/technotes/tn2002/tn2062.html and you could replace the Finder with your own application.

Re: Kiosk Question - Lock User In

2007-09-15 Thread Andre Garzia
You don't need to prevent CMD+TAB, you need to prevent running other applications. You can just quit the Finder and everything else so that your app is the only thing running. ;-) Andre On 9/15/07, Richard Gaskin <[EMAIL PROTECTED]> wrote: > > Sivakatirswami wrote: > > Looks like we have some fun-

Re: Kiosk Question - Lock User In

2007-09-15 Thread Richard Gaskin
Sivakatirswami wrote: Looks like we have some fun-interesting dev ahead of us as there is a request to create a Kiosk style app here for all our visitor traffic to interface with... Rev is obviously the best tool. I have some basic questions This will run on a little white 13 Powerbook - Mac OS

Re: Kiosk Question - Lock User In

2007-09-15 Thread Björnke von Gierke
Rev itself is not capable of prohibiting alt-tab, as far as I know. On Mac OS X however, you can set users to only have very reduced rights. Check out the User pane of the Mac OS X settings. You can set up a user that only can access your application, and not make any other changes. If you nee

Kiosk Question - Lock User In

2007-09-15 Thread Sivakatirswami
Looks like we have some fun-interesting dev ahead of us as there is a request to create a Kiosk style app here for all our visitor traffic to interface with... Rev is obviously the best tool. I have some basic questions This will run on a little white 13 Powerbook - Mac OSX How do you lock up t

Re: Crash - error 0xc000005

2007-09-15 Thread Richard Gaskin
Arie van der Ent wrote: It is the first standalone I made for Windows. The application is based on the Employee Database of Richard Gaskin. There is a stack that can be cloned en filled with data (first card). The cloned stack exists of 10 cards. After filling in the data the first card the

Re: Setting last modified date of a file from within Rev

2007-09-15 Thread Richard Gaskin
Eric Chatonet wrote: Le 14 sept. 07 à 20:57, Richard Gaskin a écrit : Eric wrote: > I'm going to reformulate my question more precisely: > I have a Rev exe on the user's machine with many other files. > I want to be able to write some data to one of these files (actually > a Rev stack but it do

Re: Crash - error 0xc000005

2007-09-15 Thread Arie van der Ent
Hi Mark, It is the first standalone I made for Windows. The application is based on the Employee Database of Richard Gaskin. There is a stack that can be cloned en filled with data (first card). The cloned stack exists of 10 cards. After filling in the data the first card the results are

Re: Crash - error 0xc000005

2007-09-15 Thread Mark Schonewille
Hi Arie, Does this happen to ALL standalones that you produce, or only with this particular standalone? Do you have any repeat loops, which don't finish with certainty (perhaps the geometry manager?). Any send commands that might cause recursion? Are you using AltBrowser/ RevBrowser? Does

Crash - error 0xc000005

2007-09-15 Thread Arie van der Ent
Hello all, Windows XP is terra incognita for me. I have built a small application that has to work as standalone on a PC with Windows XP installed. After about 5 minutes of proper use the application crashes and error 0xc05 is reported. We installed the application on several PC'

Re: Setting last modified date of a file from within Rev

2007-09-15 Thread xavier . bury
Eric, Even with VBS this is not possible to change a file's date as far as i can tell or find. I think that if you need a solution for this it is going to be more like a workaround. One suggestion could be to write your data elsewhere like another stack... But i think you dont want your user t

Re: Setting last modified date of a file from within Rev

2007-09-15 Thread Eric Chatonet
Hi Richard, Le 14 sept. 07 à 20:57, Richard Gaskin a écrit : Eric wrote: > I'm going to reformulate my question more precisely: > I have a Rev exe on the user's machine with many other files. > I want to be able to write some data to one of these files (actually > a Rev stack but it does not ma