Shortcut for resizing a selected object ?

2009-12-13 Thread zryip theSlug
grid and the link to SQL database - the support of graphics, color, ... Really a good surprise for me. A great application ! 8-) - Zryip TheSlug - wish you the best ! 8-) ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: interrupting a repeat loop

2009-12-15 Thread zryip theSlug
to compare the key with the content returned by the keysDown function. The keysDown function returns a list of keys in ascii form separated by commas. *add* 1 to fld Msg *wait* 30 ticks *end* *repeat* *end* mouseUp Hope this helps. - Zryip TheSlug - wish you the best 8

Re: interrupting a repeat loop

2009-12-15 Thread zryip theSlug
2009/12/15 zryip theSlug zryip.thes...@gmail.com 2009/12/15 Tim Selander selan...@tkf.att.ne.jp Is there any way in RR to check for user input during a repeat loop? I'd like a loop to continue until the user types a certain key -- at which point the script would exit the handler. Tim

Re: Shortcut for resizing a selected object ?

2009-12-15 Thread zryip theSlug
, too many thing to share. I'm so excited that I don't know where to start. 8) If someone is interested by a solution, I could send it off list (it was included on my original and definitively too long message never posted) 8) - Zryip TheSlug - wish you the best ! 8

Re: regex/HTMLText question

2009-12-15 Thread zryip theSlug
yourField replace wholeWordForm with box wholeWordForm /box in it end repeat end repeat set the htmltext of fld yourField to it This is a first approach because it encloses the word with its possible punctuation. -Zryip TheSlug- wish you the best ! 8) 2009/12/15 Chris Sheffield

Re: Shortcut for resizing a selected object ?

2009-12-16 Thread zryip theSlug
-- reduce the size of the object else put 1 into myStep -- grow up the size of the object end if if shiftFlag then put (myStep * 5) into myStep return myStep end getStep -Zryip TheSlug- wish you the best ! 8) 2009/12/16 Richard Gaskin ambassa...@fourthworld.com I use

Re: Shortcut for resizing a selected object ?

2009-12-16 Thread zryip theSlug
. 8) It's now yours and the property of all the community. You can make it follow the destiny that you want. ;) Since, I have integrated a feature to stop the resize when the bottom right corner is not within the limits of the card. Just a line in fact. ;) You're welcome 8) - Zryip TheSlug - wish

Re: regex/HTMLText question

2009-12-16 Thread zryip theSlug
... Give it a try and keep up informed ;) -Zryip TheSlug- wish you the best ! 8) ___ 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

Re: Shortcut for resizing a selected object ?

2009-12-16 Thread zryip theSlug
Hi Jacqueline, In fact it's just a story about an anagram around my first name ;) A nickname that followed me to the track for a long time. 8) Finally I found it sticks well to the situation. I missed so many trains to reach you that I'm a bit late! 8) -Zryip TheSlug- wish you the best ! 8

Re: regex question in matchChunk function

2009-12-17 Thread zryip theSlug
not sure of the time of processing... Not tested but it's a possibility. Anyway you've already found your way and that is the main, so try this if you would ;) -Zryip TheSlug- wish you the best ! 8) 2009/12/17 Chris Sheffield cmsheffi...@gmail.com Thanks to all who replied and offered suggestions

Re: FW: BLOBs - from files to code to DB and back

2009-12-18 Thread zryip theSlug
) to file lFileToOpen close file lFileToOpen revCloseCursor lTheRecord revCloseDatabase lDBConnector In your database don't forget to choose the correct type for your blob field (at least mediumblob, I board longblob) Hope this helps. -Zryip TheSlug- which you the best ! 8) 2009/12/18 Alex Adams

Re: Blank Page printed with RevPrintField command

2009-12-19 Thread zryip theSlug
size when printing under windows. May be your font is to small or to big. - Try to print with another printer or with a pdf driver (like pdf creator). Maybe it's a problem with the printer or with its driver. I am not yet familiar with the RR impressions. Just a few ideas;) -Zryip TheSlug- wish

Re: EASY way to add n days to a date?

2009-12-19 Thread zryip theSlug
of pStartDate convert pStartDate to short date return pStartDate end addToDate -Zryip TheSlug wish you the best ! 8) convert tDate to dateitems add numDays to item 3 of tDate convert tDate to short date -- or other format The nice thing about the convert command is that you can add any

Re: Horizontal slider, is it a bug ?

2009-12-20 Thread zryip theSlug
Hi René, I'm using RR on 10.6.2 and it's work fine for me. I have only 32 positions as expected. 2009/12/20 René Micout rene.mic...@numericable.com: Merci André, Is 10.6.2 the explanation ? I have 33 marks (positions, yes) Bizarre ! Bonnes fêtes René Le 20 déc. 2009 à 09:46,

Re: EASY way to add n days to a date?

2009-12-20 Thread zryip theSlug
liste.r...@medard.on-rev.com: zryip theSlug zryip.thes...@gmail.com wrote: An easy trick to know the end date of one month without creating complex script to test the number of days in the months, years leap, etc.. clever -- but that doesn't work on foreign systems i.e. non english

Re: EASY way to add n days to a date?

2009-12-20 Thread zryip theSlug
Great ! I love to set a clock right ;) 2009/12/20 Medard liste.r...@medard.on-rev.com: zryip theSlug zryip.thes...@gmail.com wrote: You've terribly right. Sorry to have forgot non-english systems. Thankfully a quick solution exists. By using the useSystemDate property you'll be able to force

Re: iRev How do I manage a different folder full of images

2009-12-21 Thread zryip theSlug
Constraints 1) Each backup folders can contain only 100 files 2) Steps 2 through 4 require that you be notified by email 3) You need to check your files after a mirror or a backup operation Is that correct ? -Zryip TheSlug- wish you the best ! 8) 2009/12/21 Thomas McGrath III mcgra...@mac.com: Hello

Re: iRev How do I manage a different folder full of images

2009-12-21 Thread zryip theSlug
many oldest files? Because move 100 files among 100 files, it's not really useful... ;) Sounds better ;) -Zryip TheSlug- wish you the best ! 8) ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Interface question

2009-12-22 Thread zryip theSlug
of the target to cStandardSize end mouseleave -Zryip TheSlug- wish you the best! 8) 2009/12/22 J. Landman Gay jac...@hyperactivesw.com: I've got another interface problem I can't decide how to solve, maybe some of you have ideas. I have an app that creates various printouts. These are all hard

Re: Interface question

2009-12-22 Thread zryip theSlug
in space in front of the hard-to-read real-size layout, then place its contents there. - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev 2009/12/22 zryip theSlug zryip.thes...@gmail.com Hi Jacque, Why not apply a lens effect on the text, like

[ANN] The Slug is on the road

2009-12-31 Thread zryip theSlug
Hi friends, First of all, I would like to wish everyone a Happy New Year. Full of successful projects both personally and professionally. This new year starts with the born of a new site devoted to RR. You could reach it at www.aslugontheroad.co.cc Enjoy! -Zryip TheSlug- wish you the best! 8

Re: Opening a doc in a cd or fld

2010-01-01 Thread zryip theSlug
. For .doc and .xls it depends if you're on mac or windows. On windows it maybe possible to open those formats in a browser by using ActiveX controls. -Zryip TheSlug- wish you the best! 8) 2009/12/31 Hershel Fisch hersh...@syp2u4c.com: Thanks, this opens it up In it own window, my question if I could

Re: Opening a doc in a cd or fld

2010-01-03 Thread zryip theSlug
Hi folks, Just in case it maybe useful for someone, have a look to The Lab experiment 3 on www.aslugontheroad.co.cc. -Zryip The Slug- wish you the best! 8) 2010/1/1 zryip theSlug zryip.thes...@gmail.com: Hi Hershel, Not tried yet, but it could be possible to open a pdf directly on a Rev

Re: Attaching files to a document like a file system

2010-01-03 Thread zryip theSlug
Hi Bill, Not sure how your app works, but if you have a database behind and if it manages BLOB (Binary Large Object), consider this: 1) Somewhere in a pref table, add two blobs one with a description file of an empty disk image mac (ie dmg), the other with a description file of an empty disk

Re: How to get a same data grid on each card?

2010-01-03 Thread zryip theSlug
Hi André, Why not using a template instead of a copy paste? Happy new year to you too ;) -Zryip the Slug- wish you the best! 8) 2010/1/3 Andre.Bisseret andre.bisse...@inria.fr: Bonjour Trevor (and all) I have an old app I built in HC, then I converted in Rev. and that I am using quite a

Re: Exagofon

2010-01-04 Thread zryip theSlug
Hi René, Very impressive demo! ;) Keep on the good work! -Zryip The Slug- wish you the best! 8) 2010/1/4 René Micout rene.mic...@numericable.com: Bonjour à tous (Hello everybody), I wish you a happy new year (bonne année, bonne santé !) For two years now I work on my first musical

Re: Interface question

2010-01-04 Thread zryip theSlug
by the mouseLoc property which works better for managing objects in a card. -Zryip TheSlug- wish you the best! 8) 2010/1/3 J. Landman Gay jac...@hyperactivesw.com: I got lots of good answers here but they all involved some kind of second field, which I wasn't keen on. Someone had suggested

Re: Array name from a variable

2010-01-05 Thread zryip theSlug
Hi Alejandro, Happy new year to you too ;) Try this: do put quote data 0001 quote into tNewArrayName [ quote uno quote ] Hope this helps. -Zryip the Slug- wish you the best! 8) 2010/1/5 Alejandro Tejada capellan2...@gmail.com: Hi all, Yesterday, i was looking for a way to

Re: Array name from a variable

2010-01-05 Thread zryip theSlug
could i make a copy of this new array? -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Re-2: Edinburgh Conference DVDs

2010-01-08 Thread zryip theSlug
The grunt of a slug, the nights of full moon? 2010/1/8 Richmond Mathewson richmondmathew...@gmail.com: I don't know who is poking pigs; but I do feel a grunt coming on . . .  :) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc

Re: Creating data grids by script

2010-01-08 Thread zryip theSlug
and pasting into the newly create card, but the pasted DG doesn't seem to recognize the dgDataControl of the mouseControl. Is it possible to create a DG by script on a new card? Jim Hurley -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc

Re: Creating data grids by script

2010-01-09 Thread zryip theSlug
bad code: This is developed with feet. Unfortunately, they forgot to remove their shoes... -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Bill Marriott

2010-01-12 Thread zryip theSlug
or colleague is always a tragedy for everyone. At this moment, all my thoughts are with his family, colleagues and friends. -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution

Re: BLOBs to files - works great but...

2010-01-13 Thread zryip theSlug
@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution

Re: Inconsistent bottomLeft behavior

2010-01-13 Thread zryip theSlug
works but not using a variable. Can anyone guide me on the proper way to snap a card to the edge of the screen?  I'd like to add the option to choose which corner to anchor to but if variables in the coordinates are sketchy I won't. ;-) Thanks. Larry -- -Zryip TheSlug- wish you the best

Re: Opening a doc in a cd or fld

2010-01-13 Thread zryip theSlug
You're welcome, it's really nothing. For the next time I will turn off my screen 8) 2010/1/13 Hershel Fisch hersh...@syp2u4c.com: Thanks, to all looks like it wouldn't work. Hershel ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Inconsistent bottomLeft behavior

2010-01-13 Thread zryip theSlug
Software           |     http://www.hyperactivesw.com ___ -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Inconsistent bottomLeft behavior

2010-01-14 Thread zryip theSlug
2010/1/14 J. Landman Gay jac...@hyperactivesw.com: zryip theSlug wrote: Larry obtains  card id 1002: execution error at line n/a (Object: coordinate is not a point) near 0,1020. Maybe I'm wrong but it is possible that the compiler is limited to the first line of the content of a variable

Re: Inconsistent bottomLeft behavior

2010-01-14 Thread zryip theSlug
___ 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 -- -Zryip TheSlug- wish you the best! 8) http

mouseStillDown - Problem for trapping the mouse btn number

2010-01-14 Thread zryip theSlug
desperately empty... I missed something ? Operating systems : Mac OS X 10.5.5 and Windows XP Pro sp 2 Run Rev version : Enterprise 4.5 Thanks -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use

Re: mouseStillDown - Problem for trapping the mouse btn number

2010-01-15 Thread zryip theSlug
an infinite loop. Not really useful and optimized... For the moment this is the second time that I found an error in the docs. I'll consider making a compilation after my reading 8) Thanks Nicolas, René and Sarah for your answers ;) -- -Zryip TheSlug- wish you the best! 8) http

Re: BLOBs to files - works great but...

2010-01-15 Thread zryip theSlug
, thanks for the trick. I'm going to update my script with it ;) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: DataGrid - not drawing fully in standalone - RESOLVED

2010-01-16 Thread zryip theSlug
. -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ 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

Re: Print dialog question

2010-01-24 Thread zryip theSlug
mentions in the print DLOG is it possible ? Hi Yves, Try : get the printCopies First you have to check that your printer manage copies like this : if copies is among the items of the printerFeatures then... HTH, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc

Re: Print dialog question

2010-01-25 Thread zryip theSlug
2010/1/25 Yves COPPE yvesco...@skynet.be: it works fine thank you very much You're welcome 8-) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Windows menu bars

2010-01-26 Thread zryip theSlug
and its code in the button 4) At every opening of a new document, copy of my group menu in the new open stack. Provided of course that I have room in the top left Maybe it can help, perhaps not. I tried ;) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc

Re: Windows menu bars

2010-01-27 Thread zryip theSlug
there is only one handler to manage. I thought about using behaviors, but I didn't see an advantage to it in this situation. Would there be one? Behavior or other way to not have to repeat the same code. No particular advantage with it here. Just I had it in head when I wrote. ;) -- -Zryip

Re: Windows menu bars

2010-01-27 Thread zryip theSlug
2010/1/27 zryip theSlug zryip.thes...@gmail.com: I missed something here. I have to do some test to illuminate my mind. Okay I'm back. As expected I've illuminate my mind however maybe by shadow... This would be the solution I would implement to solve the problem. But it requires that the cards

Re: The seconds and time zones

2010-01-27 Thread zryip theSlug
to a real nightmare to manage time for differents users all over the world. I think the best is to trust an outside server which always give you the same time for everyone. Webservices for example allow you to retrive back the universal time. -- -Zryip TheSlug- wish you the best! 8) http

Re: DataGrid DragDrop vs DragMove

2010-01-28 Thread zryip theSlug
library. This button manage the visual effect. It seems that there is no property to change the drop indicator behavior but if you have already duplicate the datagrid library you could try in this way. Trevor will be more helpful with this than me. -- -Zryip TheSlug- wish you the best! 8) http

Re: DataGrid DragDrop vs DragMove

2010-01-28 Thread zryip theSlug
;) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ 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

Re: Setting the blendLevel of BGColor with no color...???

2010-01-29 Thread zryip theSlug
: - nothing for empty - or transparent Try to set your rectangles to transparent, it could be solve your problem. HTH -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution

Re: post factum Background behavior?

2010-01-30 Thread zryip theSlug
onto this card end if unlock messages end repeat end mouseUp -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: post factum Background behavior?

2010-01-30 Thread zryip theSlug
-) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ 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

Re: post factum Background behavior?

2010-01-30 Thread zryip theSlug
point; but was extremely tired and lazy . . .  :) Excuse, excuses, excuses! Whatever, no reason to let others do you thinking/work :-D Leave some slugs work for you in your garden and you'll never have a harvesting problem 8-) -- -Zryip TheSlug- wish you the best! 8) http

[ANN]The Slug is on the Road - Follow the creation of a new object

2010-01-30 Thread zryip theSlug
://www.aslugontheroad.co.cc/index.php?option=com_contentview=categoryid=38Itemid=60 Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: [ANN]The Slug is on the Road - Follow the creation of a new object

2010-01-31 Thread zryip theSlug
, Slugs are bald snails, just as that is a bare-faced lie. 8-) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: [ANN]The Slug is on the Road - Follow the creation of a new object

2010-01-31 Thread zryip theSlug
I just updated to show how the object is currently structured. With a toolbar in head and a footer it could be well become more than a simple resize field ;) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution

Re: on-rev queries

2010-02-02 Thread zryip theSlug
, but I suppose that it works like another server. 1) Check your logs. Often it contains the cause of how/why you have reach the time out. 2) If you have parameters like on an Apache server you maybe have an equivalent to the KeepAliveTimeout directive. -- -Zryip TheSlug- wish you the best! 8) http

Re: on-rev queries

2010-02-02 Thread zryip theSlug
think I have resolved the problem by re-issuing a connect command and then getting the database ID. Then I can use the maybe new ID in my queries. Good. Hope it will resolved definitely your problem ;) Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc

Re: use-revolution Digest, Vol 77, Issue 7

2010-02-03 Thread zryip theSlug
. ___ Hi Emmett, It is not necessary that the stack be at the frontmost to make it react with applescript. Simply specify the stack you need as follows: tell application Revolution to do script create card to stack \TheSlugLab\ -- -Zryip TheSlug- wish you the best! 8) http

Re: use-revolution Digest, Vol 77, Issue 7

2010-02-03 Thread zryip theSlug
is text then go cd \MyCard\ of stack \TheSlugLab\ select text of fld \MyField\ paste send \mouseUp\ to btn \MyButton\ end if end tell HTH -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use

Re: lockLoc OR LockSize? (but not both)

2010-02-03 Thread zryip theSlug
you can also change the size of your object with arrowkeys. http://www.aslugontheroad.co.cc/images/stories/Download/Tools/Resize%20controls%20with%20arrowkeys.rev.zip -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use

Re: Mac OSX Leopard and server connections

2010-02-05 Thread zryip theSlug
then the volume must be /Volumes/George-1 end try set myDocument to myVolume Textfile.txt If you want a list of all volumes mounted and try something different, you can use : paragraphs of (do shell script /bin/ls /Volumes) HTH -- -Zryip TheSlug- wish you the best! 8

Re: Mac OSX Leopard and server connections

2010-02-05 Thread zryip theSlug
2010/2/6 zryip theSlug zryip.thes...@gmail.com: Hi Dan, To resolve your problem you could use a try statement like this:        set myVolume to /Volumes/George        try                do shell script ls myVolume         -- check if the volume /Volumes/George exists. If the volume

Re: determining if a stack is locked

2010-02-10 Thread zryip theSlug
, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ 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

Re: getting maxscroll of a group?

2010-02-13 Thread zryip theSlug
to tCurrentValue -- revert to the current value unlock messages unlock screen return tMaxVScroll end maxVScroll -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: getting maxscroll of a group?

2010-02-13 Thread zryip theSlug
Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: getting maxscroll of a group?

2010-02-13 Thread zryip theSlug
pretty well for me... RunRev 4.5.0 - dp 2 Mac OS X 10.6.2 Ah, yes, thank you, I am cursed, I know! :-D But really, this does not work here, no kidding! Throw some holy water on your motherboard. Try again when you starts to see smoke. HTH 8-) -- -Zryip TheSlug- wish you the best! 8) http

Re: getting maxscroll of a group?

2010-02-13 Thread zryip theSlug
+ the scrollbarwidth of grp x I was always weak in math, so this takes a while for me... ;-) I missed the formattedheight / width functions... More elegant than my solution. It seems that you keep your holy water for this time! Thanks for sharing the final solution ;) Regards, -- -Zryip TheSlug

Re: peoples choice

2010-02-20 Thread zryip theSlug
the Resource center button in the toolbar, or go to the submenu Resource Center in the Help menu. HTH, Regards -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: peoples choice

2010-02-20 Thread zryip theSlug
2010/2/20 René Micout rene.mic...@numericable.com: Hello from Paris (France), What is Revers, Vimy-Ridge Thank you René Bonjour René! Revers could be a neologism for Rev users. Vimy-Ridge : http://en.wikipedia.org/wiki/Battle_of_Vimy_Ridge Regards, -- -Zryip TheSlug- wish you the best! 8

[ANN] The Slug's Color Picker is now on the road for beta test

2010-02-22 Thread zryip theSlug
, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ 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

Re: [ANN] The Slug's Color Picker is now on the road for beta test

2010-02-23 Thread zryip theSlug
like the price I pay for it, so zero... If you have problems to reach the download section of the Slug's website, contact me off-list and I'll send you a copy of it. Thanks for your attention and for testing ;) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc

Re: altRevBrowser Noob

2010-02-24 Thread zryip theSlug
a (almost) transparent stack responding to click) 3) Place your quit code in the script of your stack mask Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: DataGrid: Let Data Grid know that first line has column names

2010-02-24 Thread zryip theSlug
? I copied the script directly from the PDF. Regards, Matthias Hello Matthias, It was discuss before with the same question by Jim Hurley ;) Here is the thread relative to this question: http://www.mail-archive.com/use-revolution@lists.runrev.com/msg127457.html Regards, -- -Zryip TheSlug

Re: an annual calendar somewhere?

2010-02-25 Thread zryip theSlug
/index.html -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ 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

Re: an annual calendar somewhere?

2010-02-25 Thread zryip theSlug
languages. For french, try this: put shell(ncal -s FR 2010) into field Calendar Field -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: RunRevLive.10: 72 hours left to save

2010-02-25 Thread zryip theSlug
eyes are riveted on the mailbox 8-) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: an annual calendar somewhere?

2010-02-25 Thread zryip theSlug
2010/2/25 Yves COPPE yvesco...@skynet.be: Le 25-févr.-10 à 21:56, zryip theSlug a écrit : 2010/2/25 Yves COPPE yvesco...@skynet.be: one question : is it possible to get the calendar in the chosen language in the preferences system (in my case : french) ? Not sure that the calendar

Re: an annual calendar somewhere?

2010-02-25 Thread zryip theSlug
2010/2/25 J. Landman Gay jac...@hyperactivesw.com: zryip theSlug wrote:   put tTheCal into fld Calendar Field end mouseUp And now? When I tried to use ncal on OS X, the command wasn't found. It seems it is unsupported there. -- Jacqueline Landman Gay         |     jac

Re: an annual calendar somewhere?

2010-02-25 Thread zryip theSlug
2010/2/25 Yves COPPE yvesco...@skynet.be: Le 25-févr.-10 à 22:37, zryip theSlug a écrit : Okay, okay. on mouseUp  local tTheCal, tTheMonth, tTheFrenchMonth, tTheDay, tTheFrenchDay  put January,February,March,April,May,June,July,August,September,October,November,December into tTheMonth

Re: an annual calendar somewhere?

2010-02-25 Thread zryip theSlug
2010/2/25 zryip theSlug zryip.thes...@gmail.com: 2010/2/25 Yves COPPE yvesco...@skynet.be: Le 25-févr.-10 à 22:37, zryip theSlug a écrit : Okay, okay. on mouseUp  local tTheCal, tTheMonth, tTheFrenchMonth, tTheDay, tTheFrenchDay  put January,February,March,April,May,June,July,August

Re: an annual calendar somewhere?

2010-02-25 Thread zryip theSlug
2010/2/25 J. Landman Gay jac...@hyperactivesw.com: zryip theSlug wrote: Maybe you are in 10.4? It does seem to be OS-related. On my Snow Leopard machine, ncal is supported. On my plain Leopard Mac, it is not. But even on Snow Leopard I don't see French, the calendar is returned in English

Re: an annual calendar somewhere?

2010-02-26 Thread zryip theSlug
@lists.runrev.com/msg129010.html -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: Embedded Images in Fields

2010-02-26 Thread zryip theSlug
in advance. Stewart Hi Stewart, Search for the keyword imageSource on your Rev Dictionary and you will understand how its works ;) HTH -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution

Re: an annual calendar somewhere?

2010-02-26 Thread zryip theSlug
call the function like this: set useSystemDate to true put cal(the date,Monday) into fld myField - If your weeks starts a Sunday simply use: set useSystemDate to true put cal() into fld myField Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc

Re: an annual calendar somewhere?

2010-02-26 Thread zryip theSlug
-with-the-david-becks-calendar-libcatid=35:labItemid=53 HTH, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: an annual calendar somewhere?

2010-02-27 Thread zryip theSlug
-- Create the January, 1 2010 in your local language system repeat with tMonthNumber = 0 to 11 -- Create months for January (1) to December (12) put cal(addToDate(tStartDate,0,tMonthNumber,0),Monday) cr after fld MyField end repeat Regards, -- -Zryip TheSlug- wish you the best! 8) http

Re: why a popup-menu does not open at a new defined mouseloc?

2010-02-27 Thread zryip theSlug
you want to do with this script but why do you not using the click at the loc of btn b form ? -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: [ANN] The Slug's Color Picker is now on the road for beta test

2010-03-01 Thread zryip theSlug
- the possibility to lock or not the picker with the tools palette The new 0.1c picker beta version is now available on my website. Enjoy! 8-) Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use

Follow the rev tools palette by a window

2010-03-01 Thread zryip theSlug
to have something more in real time? TIA Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: [ANN] The Slug's Color Picker is now on the road for beta test

2010-03-01 Thread zryip theSlug
2010/3/1 zryip theSlug zryip.thes...@gmail.com: New update available: 0.1d The Color Picker gives now the illusion (I hope ;)) to be a part of the tools palette. Enjoy! 8-) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc

Re: [ANN] The Slug's Color Picker is now on the road for beta test

2010-03-02 Thread zryip theSlug
that the tools palette and add a contextual menu to close it. Thanks again for your feedbacks André and René 8-) Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Docking Stacks

2010-03-02 Thread zryip theSlug
scanForRevToolsEvent In case of some of this code could be useful for you. Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: [ANN] The Slug's Color Picker is now on the road for beta test

2010-03-02 Thread zryip theSlug
2010/3/2 zryip theSlug zryip.thes...@gmail.com: The beta version 0.1e is available on my website. The picker not only follow the move of the tool palette, it also follow it's visible state. I improved the code to send the picker to front in a few case linked directly to the state of the tool

Re: Docking Stacks

2010-03-03 Thread zryip theSlug
, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ 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

Re: Dispatch Versus Send

2010-03-04 Thread zryip theSlug
will obtain an error message if the customMessage doesn't exists in the card script). - allow you to delay a command (ie for scanning some events, creating animations, etc) HTH, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc

Re: Dispatch Versus Send

2010-03-04 Thread zryip theSlug
tells you whether or not the message was handled, passed or not handled. * Easier to pass params with dispatch. * Dispatch always happens immediately. No in time option. Trevor is too fast for me. I will ask an anti-doping control! 8-) -- -Zryip TheSlug- wish you the best! 8) http

Re: [ANN] The Slug's Color Picker is now on the road for beta test

2010-03-04 Thread zryip theSlug
the 0.1e beta - Fix the version number. Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

  1   2   3   4   >