Re: Pointlist from move command?

2010-07-04 Thread Geoff Canyon Rev
I wouldn't recommend the polling solution, but if you want to go with that, add "without waiting" and you'll be able to get the moving object's position as it moves. On Wed, Jun 30, 2010 at 2:48 AM, Michael Kristensen wrote: > Hi and thanks for replies > >> I dunno: if you have an object moving r

Re: Rev Studio - How to determine the file location of the

2010-07-04 Thread Mark Wieder
Steve- Sunday, July 4, 2010, 11:22:21 AM, you wrote: > I'm not sure I explained myself too well, but looks like this will work Your original explanation was fine. If you set the defaultFolder after you load the file then the Save As dialog will put you in the proper place. -- -Mark Wieder mwi

Re: Using export snapshot with a file dialogue box

2010-07-04 Thread Steve King
Hi Jacqueline Excellent - so simple. I never realised just snapping a card would ignore the dialogue box. I will change the code. Definitely happens though - I have jpgs with the ask dialogue in the middle of the card! Cheers Steve Jacqueline Landman Gay wrote: Steve King wrote: > Hi > > I am

Re: Rev Studio - How to determine the file location of the

2010-07-04 Thread Steve King
Hi Mark I'm not sure I explained myself too well, but looks like this will work either in the message box or in the stack itself I guess. What I meant was knowing where the original stack file came from on my drive when I came to save it again (outside the app). When using SaveAs, Rev displays the

Re: Subject: Build settings for Mac OSX

2010-07-04 Thread Warren Samples
use-revolution-requ...@lists.runrev.com wrote on Sun, 4 Jul 2010 12:00:04 -0500: >Also, are there any free WINDOWS apps for building MAC Icons that anyone is >aware of? > >Cheers >Steve See if this does what you want: Cheers, Warren ___

Re: Script Reporter v1.1 crashes

2010-07-04 Thread william humphrey
Andrew How is your work on this project going? Did you decide to re-do it all with SQLyoga and Framework? Are you using Valentina as the database? > My program was nearing completion and suddenly I couldn't track down a > localhost DB connection my application was trying to make that didn't exis

[ANN] revIgniter v1.3.4b released

2010-07-04 Thread Ralf Bitter
This version addresses issues related to database queries. Info and download at: http://revigniter.com/ Ralf ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscriptio

Re: Build settings for Mac OSX

2010-07-04 Thread David C.
> Also, are there any free WINDOWS apps for building MAC Icons that anyone is > aware of? Hey Steve, I haven't actually had the need to build any icons for Mac as of yet, but according to the help file, IcoFX software (free!) is supposed to do the job. I can say that it works well for the Windows

Re: Build settings for Mac OSX

2010-07-04 Thread Richmond
On 07/04/2010 01:41 PM, Steve King wrote: Also, are there any free WINDOWS apps for building MAC Icons that anyone is aware of? Not that I am aware of; I invested in Axialis (which I run under WINE on Linux). However; if you have a friend with a Mac you can send them a JPG or PNG of the

Build settings for Mac OSX

2010-07-04 Thread Steve King
Hi I normally only build windows versions of Rev apps, but I am trying for the first time to build an OSX version. Reading the User Manual, there is stuff like plist, file types, creator signature and file types .. All a bit confusing for a windows user. (I know, windows is normally a bit confusi

Re: Rev Studio - How to determine the file location of the currently open Rev file

2010-07-04 Thread Mark Schonewille
Steve, // full path put the effective filename of this stack into myPath // parent folder set the itemDel to slash put item 1 to -2 of the effective filename of this stack into myFolder You might also want to read in the dictionary about the defaultFolder propery. -- Best regards, Mark Sch

Rev Studio - How to determine the file location of the currently open Rev file

2010-07-04 Thread Steve King
Hi This is a very simple question, but driving me nuts! In the application I am working on I set the default folder to My Documents. When I want to save the current Rev file (in IDE) as a new filename, SaveAs drops back to the 'default' folder, not the original folder location for the Rev file its