RE: Problem with revCopyFile

2010-06-15 Thread John Dixon
Thankyou for your reply... Yes, the global variable gdefaultfolder has a value , it is set when the stack first opens in the preOpenStack handler using :- --- global gdefaultFolder on preOpenstack

Re: Scanning barcodes

2010-06-15 Thread Malte Pfaff-Brill
Thank you for all the feedback! This sounds really promising. :-) 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:

RurRev site down.

2010-06-15 Thread Richmond
Of course I hope this means it is being rejigged for 4.5. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: RurRev site down.

2010-06-15 Thread René Micout
I don't understand ! RunRev site work well for me... René Le 15 juin 2010 à 10:14, Richmond a écrit : Of course I hope this means it is being rejigged for 4.5. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: [OT] Installing Linux fonts

2010-06-15 Thread Richmond
On 06/14/2010 10:59 PM, J. Landman Gay wrote: Peter Alcibiades wrote: Richmond, one sees no signs they are even working on this - and other problems. Are expressions of anger and impatience any less productive than compliant silence? This is not an excusable way for a company to behave!

Change Field Property in All Fields of a Stack

2010-06-15 Thread Steven Axtell
All, Is there a command that will allow a field property (textfont, for example) to be changed in all of the fields of a stack at the same time? Thanks, Steven Axtell ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: Change Field Property in All Fields of a Stack

2010-06-15 Thread DunbarX
I think you will have to script this. Do you need help? Craig Newman ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

RE: Change Field Property in All Fields of a Stack

2010-06-15 Thread Mark Smith
Craig, sounds like an interesting technique. Is there any example code around that demonstrates this? Mark Smith From: use-revolution-boun...@lists.runrev.com [use-revolution-boun...@lists.runrev.com] On Behalf Of dunb...@aol.com [dunb...@aol.com]

Re: Change Field Property in All Fields of a Stack

2010-06-15 Thread Steven Axtell
Craig, Yes, I do. I was hoping that it would involve one line of scipt something like set textfont of all fields of stack boy to arial. Steve Axtell - Original Message - From: dunb...@aol.com To: use-revolution@lists.runrev.com Sent: Tuesday, June 15, 2010 8:15 AM Subject: Re:

Re: Change Field Property in All Fields of a Stack

2010-06-15 Thread DunbarX
Something like this, in a button? on mouseUp repeat with y = 1 to the number of cds repeat with x = 1 to the number of fields of cd y set the lockText of fld x of cd y to yourCondition end repeat end repeat end mouseUp ___

Re: Change Field Property in All Fields of a Stack

2010-06-15 Thread DunbarX
Do you need to do this on a regular basis? If so, you can put the code I just sent into the stack script, but change it: on changeAllFields tProperty,tValue repeat with y = 1 to the number of cds repeat with x = 1 to the number of fields of cd y set the tProperty of fld x of cd y

2 quick questions

2010-06-15 Thread Mark Smith
1. How can I get the number of the current card (and put it into a field or variable)? Related: since I am reading a property from an object will the solution to this problem generalize to all properties for all objects? 2. Has someone compiled a FAQ from this mailing list and where can I

Re: [OT] Installing Linux fonts

2010-06-15 Thread Richard Gaskin
Richmond wrote: On 06/14/2010 10:59 PM, J. Landman Gay wrote: Peter Alcibiades wrote: Richmond, one sees no signs they are even working on this - and other problems. Are expressions of anger and impatience any less productive than compliant silence? This is not an excusable way for a company

Re: Change Field Property in All Fields of a Stack

2010-06-15 Thread Richard Gaskin
Steven Axtell wrote: Is there a command that will allow a field property (textfont, for example) to be changed in all of the fields of a stack at the same time? Most visual attributes (textFont, textStyle, textSize, backgroundColor, foregroundColor, and others) are inherited using roughly

Re: 2 quick questions

2010-06-15 Thread Mark Schonewille
Mark, put the number of this cd put the number of the current cd put the number of this cd of stack Foo put the number of the current cd of stack Foo I think there is a FAQ on the RunRev homepage but probably it isn't what you're looking for. I'd be happy to host a FAQ on runrev.info if we

[Data Grid Helper] Looking for testers

2010-06-15 Thread zryip theSlug
Dear List, I need your help to test the Data Grid Helper's parts already built: - change parameters in a grid - change parameters in columns - define columns (name, visibility, changing order by drag and drop, etc) - work in the template area (add an object in the template, select it, resize it

[Very OT] Happy and need to share it!

2010-06-15 Thread Jeff Massung
http://massj.tumblr.com/ Sorry for the spam (sorta), but I just have to share a very happy moment for me. Jeff M. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Mark Schonewille
Cute :-) Now wait for daddy, I want an iPhone! -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer Subscribe to the Economy-x-Talk newsletter at http://qurl.tk/cj Download

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Colin Holgate
On Jun 15, 2010, at 10:56 AM, Jeff Massung wrote: http://massj.tumblr.com/ Sorry for the spam (sorta), but I just have to share a very happy moment for me. The speaking is good, but I was a lot more impressed about how she went on to program the Nitrogen editor!

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Colin Holgate
On Jun 15, 2010, at 11:00 AM, Mark Schonewille wrote: Cute :-) Now wait for daddy, I want an iPhone! That's unlikely. I mean, she's bound to know that the ATT page is not working right now. ___ use-revolution mailing list

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread J. Landman Gay
Jeff Massung wrote: http://massj.tumblr.com/ Sorry for the spam (sorta), but I just have to share a very happy moment for me. Awww. So cute! It's not spam, you labelled it OT. I don't think the iPhone will be an issue, it's the driver's license you have to worry about. -- Jacqueline

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Malte Pfaff-Brill
No need for apologies. These are those sort of moments that make life worthwhile. If you decide to be a father, be a proud one! You have all reason to be with such a cute girl. :-) All the best, Malte ___ use-revolution mailing list

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Devin Asay
On Jun 15, 2010, at 8:56 AM, Jeff Massung wrote: http://massj.tumblr.com/ Sorry for the spam (sorta), but I just have to share a very happy moment for me. Yay! Dad rules! (And just in time for Fathers Day.) Thanks for sharing your parent payday moment. :-) Devin Devin Asay Humanities

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Richmond
On 06/15/2010 05:56 PM, Jeff Massung wrote: http://massj.tumblr.com/ Sorry for the spam (sorta), but I just have to share a very happy moment for me. Jeff M. Congratulations! Whacko! Now the fun begins; as you are about 17 years behind me in the breeding business I can cheerfully tell

Fwd: QR Barcode reader

2010-06-15 Thread Bob Sneidar
I got this back from the Peninsula Group people. It appears that they do in fact have a scanner that reads QR codes. Bob Begin forwarded message: From: Peninsula Group Sales sa...@peninsula-group.com Date: June 15, 2010 5:24:01 AM PDT To: Bob Sneidar b...@twft.com Subject: Re: QR Barcode

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Andre Garzia
oww! That measured 11 on my 1 to 10 epic cuteness meter! Congrats Jeff! On Tue, Jun 15, 2010 at 1:28 PM, Richmond richmondmathew...@gmail.comwrote: On 06/15/2010 05:56 PM, Jeff Massung wrote: http://massj.tumblr.com/ Sorry for the spam (sorta), but I just have to share a

Re: Fwd: QR Barcode reader

2010-06-15 Thread Malte Pfaff-Brill
Thanks a heap Bob, and I just saw that there is a library on revOnline that can create 2d codes. Interesting times. All the best, malte___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: [OT] G4 goes West

2010-06-15 Thread Bob Sneidar
Hey now! The technology didn't fail, they had some kind of manufacturing defect which ate a disk which in turn made the drive destroy every disk you put in afterwards. But the technology was sound. Just wanted to make that distinction. Something similar happened to the Jazz disks too, but they

[Really OT] 2 hours till the biggest event in the year starts...

2010-06-15 Thread Andre Garzia
Err Folks, Sorry for this OT but it is in my DNA, if I don't do this I loose my citzenship and my passport. Well, in just about 2 hours the world cup will finally start, as you all know, if only starts when WE enter the stage. I wish all the other teams a good experience in loosing to us. We

Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Chris Sheffield
Not sure if anyone out there is even still supporting Jaguar with their apps, but we are (schools tend to take forever to upgrade equipment/operating systems). We are in the process of doing an update to our software. We switched to Rev 4.0 for this update in order to fix a few bugs.

[ANN] NativeGeometry released

2010-06-15 Thread Damien Girard
Dear Revolution users, I am pleased to announce the final release of NativeGeometry. You can get it now on the NativeSoft website: http://www.nativesoft.fr The version of the final release is 2.0.0.0101, it is displayed in the about screen. I want to thanks all users that have reported

Re: [OT] G4 goes West

2010-06-15 Thread Andre Garzia
Bob, that also happened to zip disks... it was called the click of death... I experienced that while backing up a G3 while its hard drive was failing and I was desperatelly copying the data, I could copy maybe 3 or 4 disks before I heard the click... what a horrible sound... CLICK, B, CLICK,

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Richmond
On 06/15/2010 07:53 PM, Chris Sheffield wrote: Not sure if anyone out there is even still supporting Jaguar with their apps, but we are (schools tend to take forever to upgrade equipment/operating systems). We are in the process of doing an update to our software. We switched to Rev 4.0 for

Re: a blocking download

2010-06-15 Thread Josh Mellicker
Hi Andrew, What you need to do, if I understand correctly, instead of a repeat loop, is start one file downloading with a message sent once the file is complete, then the program stops execution. Once the file is downloaded, the message is sent, triggering the handler that finds the next file

Big Flat Stacks

2010-06-15 Thread Ben Rubinstein
I'm converting an old HyperCard stack for a client - it's a classic HC as a single table DB job, with a bit of interesting functionality. But it's big - slightly over 38,000 cards, all with one background; about 30 MB on disk. It's _very_ slow to do various things - but possibly that's only in

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Richmond
I'm sorry, I got hold of the wrong end of the stick. I believe that RunRev 4 cannot cope 'below' 10.3.9. At New Year I had to put 10.3 on an antiquated tray-loader G3 iMac as that was the only machine I had access to for 2 weeks: to get RunRev 4 just to function I had to go up to 10.3.9;

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread David C.
Sorry for the spam (sorta), but I just have to share a very happy moment for me. She's adorable! ...and congratulations on the oh so thrilling daddy moment. May there be a long string of such days to go with it for you. :) Parenthood is awesome and about the only thing that beats it is a

Re: [OT] G4 goes West

2010-06-15 Thread Richmond
Having put my G4 back together, and got the thing running, I wonder why my LaCie firewire external box won't deliver with my 750 GB ATA/IDE hard-drive inside it?? This is crucial as most of my data is backed-up there. ___ use-revolution mailing

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Chris Sheffield
After doing a little more research, it appears that a standalone built with Rev 3.5 does indeed work just fine running under 10.2. One built with Rev 4.0 does not. So does anyone know if Rev dropped support for 10.2 when they released 4.0. If so, why is the Jaguar theme support plugin still

Re: Big Flat Stacks

2010-06-15 Thread Paul Looney
Ben, We have found that Rev does not handle large stacks well. Compared to HC: 1. the stacks open more slowly 2. the stacks save more slowly 3. the stacks close more slowly and 4. the stacks in Rev are much larger than they were in HC You don't need to go the SQL route. You can convert the HC

Re: [Really OT] 2 hours till the biggest event in the year starts...

2010-06-15 Thread Richard Gaskin
Andre Garzia wrote: Sorry for this OT but it is in my DNA, if I don't do this I loose my citzenship and my passport. Well, in just about 2 hours the world cup will finally start, as you all know, if only starts when WE enter the stage. I wish all the other teams a good experience in loosing to

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Bob Sneidar
Instantiation??!? Bob ;-) On Jun 15, 2010, at 11:31 AM, Richmond wrote: Frankly, far simpler (unless your stacks have all the latest bells and whistles), to go back to the future with an earlier instantiation of RunRev. ___ use-revolution mailing

Re: [Really OT] 2 hours till the biggest event in the year starts...

2010-06-15 Thread Richmond
On 06/15/2010 11:21 PM, Richard Gaskin wrote: Andre Garzia wrote: Sorry for this OT but it is in my DNA, if I don't do this I loose my citzenship and my passport. Well, in just about 2 hours the world cup will finally start, as you all know, if only starts when WE enter the stage. I wish all

Re: [Really OT] 2 hours till the biggest event in the year starts...

2010-06-15 Thread Bob Sneidar
Yes, played with the foot, unless you are the goalie in which case you CAN play with the hands, which would then require that the game be called, football-unless-you-are-the-goalie-then-it's-handball. Looks like the world is not a perfect place after all. ;-) Bob On Jun 15, 2010, at 1:21 PM,

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Richmond
On 06/15/2010 11:40 PM, Bob Sneidar wrote: Instantiation??!? Bob ;-) On Jun 15, 2010, at 11:31 AM, Richmond wrote: Frankly, far simpler (unless your stacks have all the latest bells and whistles), to go back to the future with an earlier instantiation of RunRev. Yes,

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Jeff Massung
Thank you all for the kind words. It's been amazing how fast the first 10 months have flown by. What I wouldn't give to be able to periodically stop time. And to everyone looking forward to my grief during those teenage years... har har, I'll try post movies of those, too. :-) I want to try and

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Bob Sneidar
Okay, I have a dictionary. What do I do with it now? Bob On Jun 15, 2010, at 1:47 PM, Richmond wrote: On 06/15/2010 11:40 PM, Bob Sneidar wrote: Instantiation??!? Bob ;-) On Jun 15, 2010, at 11:31 AM, Richmond wrote: Frankly, far simpler (unless your stacks have all the latest

Re: [Really OT] 2 hours till the biggest event in the year starts...

2010-06-15 Thread Richmond
On 06/15/2010 11:43 PM, Bob Sneidar wrote: Yes, played with the foot, unless you are the goalie in which case you CAN play with the hands, which would then require that the game be called, football-unless-you-are-the-goalie-then-it's-handball. Looks like the world is not a perfect place after

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Richmond
On 06/15/2010 11:47 PM, Jeff Massung wrote: I want to try and raise her in such a way that she gets excited about learning and I want to dissect everything with her; show her that everything that looks complex, is really just a bunch of small, simple parts put together. And to question

Re: Big Flat Stacks

2010-06-15 Thread J. Landman Gay
Ben Rubinstein wrote: I'm converting an old HyperCard stack for a client - it's a classic HC as a single table DB job, with a bit of interesting functionality. But it's big - slightly over 38,000 cards, all with one background; about 30 MB on disk. It's _very_ slow to do various things - but

Re: Big Flat Stacks

2010-06-15 Thread Ben Rubinstein
Jacque, Paul, Thanks for all the sage advice. I'd already replaced the find (having discovered that the client only searched on one field) with a nice fast matching against a cached property - but have gradually been coming to the conclusion that I've been wasting my time in this glacial IDE

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Richmond
On 06/15/2010 11:49 PM, Bob Sneidar wrote: Okay, I have a dictionary. What do I do with it now? Bob I dunno! I have about 35 dictionaries in my house here in Bulgaria; here's a sample: 1. Sanskrit dictionary; currently propping up the leg of a lop-sided table. 2. Scots-English

Re: Big Flat Stacks

2010-06-15 Thread Ben Rubinstein
But that reminds me - is there lore relating to the uTitle[id] of this stack the uDescription[id] of this stack etc vs the uData[id,Title] of this stack the uData[id,Description] of this stack etc vs the uData[id][Title] of this stack

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Mark Wieder
Jeff- Tuesday, June 15, 2010, 1:47:45 PM, you wrote: together. And to question everything (even me... ya, we'll see how long that lasts!). ...probably right up to the why? period. Thanks for sharing the video. Lucky you had a camera handy. -- -Mark Wieder mwie...@ahsoftware.net

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Mark Wieder
Richmond- Tuesday, June 15, 2010, 2:01:37 PM, you wrote: 2. Scots-English dictionary; propping open toilet door so the cat can get in there. That's impressive - our cats do ok with English, but can't get past the Scots brogue... -- -Mark Wieder mwie...@ahsoftware.net

Re: Big Flat Stacks

2010-06-15 Thread Bob Sneidar
Can you search custom properties? If not, you may want to consider using an sqLite file bases SQL table. Bob On Jun 15, 2010, at 2:00 PM, Ben Rubinstein wrote: Jacque, Paul, Thanks for all the sage advice. I'd already replaced the find (having discovered that the client only searched

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Richmond
On 06/16/2010 12:06 AM, Mark Wieder wrote: Richmond- Tuesday, June 15, 2010, 2:01:37 PM, you wrote: 2. Scots-English dictionary; propping open toilet door so the cat can get in there. That's impressive - our cats do ok with English, but can't get past the Scots brogue... My

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Mark Wieder
Bob- Tuesday, June 15, 2010, 1:49:08 PM, you wrote: Okay, I have a dictionary. What do I do with it now? Hey! Give that back! I need to look up scarcasm... -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Bob Sneidar
Never mind, I figured it out. I'm propping up my Macbook Pro with it. It's just about eye level now. What wonderful devices these 'Dictionaries'. Odd name tho'. I am going to have to google what the word 'Dictionary' actually means. Bob On Jun 15, 2010, at 2:01 PM, Richmond wrote: On

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Richmond
On 06/16/2010 12:10 AM, Mark Wieder wrote: Bob- Tuesday, June 15, 2010, 1:49:08 PM, you wrote: Okay, I have a dictionary. What do I do with it now? Hey! Give that back! I need to look up scarcasm... Scarcasm; Um . . . as in Dr Evil . . . :) or do you just mean that your

Can't delete last card

2010-06-15 Thread DunbarX
Academic, I suppose, but does anyone know that if you try to delete the last card in a stack by invoking delete this card, you end up with a blank card? Any controls on the (ostensibly) last, or single, card are removed, and a blank one remains. In HC this would generate an error, suggesting

Reports?

2010-06-15 Thread DunbarX
Are all reports in Rev hand made? The HC report feature was clunky, though adorable, but it did possess extensive capability, especially in that any sort of function could be assigned to a report item, if anyone remembers what those were. Anyway, do I essentially contruct cards to work as

Re: Reports?

2010-06-15 Thread Ruslan Zasukhin
On 6/16/10 1:11 AM, dunb...@aol.com dunb...@aol.com wrote: Are all reports in Rev hand made? The HC report feature was clunky, though adorable, but it did possess extensive capability, especially in that any sort of function could be assigned to a report item, if anyone remembers what those

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Mark Wieder
Richmond- Tuesday, June 15, 2010, 2:11:53 PM, you wrote: or do you just mean that your dictionary has a large cut across its front cover? ...see what I mean?... -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list

Re: Reports?

2010-06-15 Thread Bob Sneidar
Do Valentina Reports require Valentine Database Server? Bob On Jun 15, 2010, at 3:14 PM, Ruslan Zasukhin wrote: On 6/16/10 1:11 AM, dunb...@aol.com dunb...@aol.com wrote: Are all reports in Rev hand made? The HC report feature was clunky, though adorable, but it did possess extensive

Re: Can't delete last card

2010-06-15 Thread Bob Sneidar
I suppose you can set the Can't Delete property of one of the cards containing all your controls to true. It's probably a good idea to have a template card if you are going to be manipulating a lot of cards like that, and then clone the template card when you need a new one. Then you can set

Re: Reports?

2010-06-15 Thread Jan Schenkel
--- On Tue, 6/15/10, dunb...@aol.com dunb...@aol.com wrote: Are all reports in Rev hand made? The HC report feature was clunky, though adorable, but it did possess extensive capability, especially in that any sort of function could be assigned to a report item, if anyone remembers what

Re: Reports?

2010-06-15 Thread Ruslan Zasukhin
On 6/16/10 1:32 AM, Bob Sneidar b...@twft.com wrote: Hi Bob, Do Valentina Reports require Valentine Database Server? No. You design reports in Vstudio PRO as shown in videos, Then you use them in your apps. This can be ANY Valentina ADK from C++ / Cocoa / iphone / NET to RB / REV /

Re: Change Field Property in All Fields of a Stack

2010-06-15 Thread Steven Axtell
Craig, Thanks for the scripting ideas. They were very helpful. Steve Axtell Do you need to do this on a regular basis? If so, you can put the code I just sent into the stack script, but change it: on changeAllFields tProperty,tValue repeat with y = 1 to the number of cds repeat with

RE: 2 quick questions

2010-06-15 Thread Mark Smith
Thanks Mark. Am I allowed to continue asking dumb questions (always the best sort for a FAQ since then you can just point the annoying offender to the FAQ :-) Is there any reason for choosing this over the the current or is just personal preference? Regards, Mark Smith

Re: Change Field Property in All Fields of a Stack

2010-06-15 Thread Steven Axtell
Richard, Thanks for the information. I appreciate it much. Steve Axtell Steven Axtell wrote: Is there a command that will allow a field property (textfont, for example) to be changed in all of the fields of a stack at the same time? Most visual attributes (textFont, textStyle,

[V4Rev]Valentina equivalent of revDataFromQuery

2010-06-15 Thread Kay C Lan
Diving into Rev + Valentina, again. This time around, as highly recommended by Ruslan (William Humphrey and others) I've tried to steer clear of Rev's own DB calls and stick exclusively with Val API calls. At his point all I'm trying to replicate is revDataFromQuery; ie extract actual data, not a

Re: [OT] G4 goes West

2010-06-15 Thread Kay C Lan
Richmond, I'm sure you'll be happy to know that my Centris 650 hasn't gone west. A couple of days ago it wouldn't start, and oddly I thought the LaserWriter Select 300 had sailed off into the sunset with it. After while I was able to determine that I could only start one, not both at the same

Re: [V4Rev]Valentina equivalent of revDataFromQuery

2010-06-15 Thread Bob Sneidar
Since runrev Can ONLY access an SQL database via the revdb API, ALL methods are at some point doing what you need them to. I highly recommend sqlYoga as he has a built in function that does exactly what you are trying to do. It takes a bit of getting used to, but once you see that his main

Re: [OT] G4 goes West

2010-06-15 Thread Bob Sneidar
I still have a pile of sticks works pretty well... Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On Jun 15, 2010, at 18:20, Kay C Lan lan.kc.macm...@gmail.com wrote: Sorry to hear of your struggle, but I just thought it might warm your sole to know that others still battle on

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Kay C Lan
On Wed, Jun 16, 2010 at 4:47 AM, Jeff Massung mass...@gmail.com wrote: Thank you all for the kind words. It's been amazing how fast the first 10 months have flown by. What I wouldn't give to be able to periodically stop time. And to everyone looking forward to my grief during those teenage

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Thomas McGrath III
Congratulations Jeff, Kids are the wonder of the world and so inspiring. Tom McGrath III Lazy River Software http://lazyriver.on-rev.com 3mcgr...@comcast.net I Can Speak - Communication for the rest of us... http://mypad.lazyriver.on-rev.com I Can Speak on the iPad Store

RE: 2 quick questions

2010-06-15 Thread Mark Smith
HI Mark, I was all excited until I realized i didn't know where to put it. Here is what I want to do: I want to put the number of the current card into a field or label on the card so I know where I am in the stack. Where would I put this line put the number of this cd into field

Re: That nice XML exporter for stacks...

2010-06-15 Thread Geoff Canyon Rev
I think I used the properties property, which even then didn't get absolutely everything, but did get nearly all the properties. If it's been kept up to date the stack should already be in sync. gc On Sun, May 16, 2010 at 4:18 PM, Alejandro Tejada capellan2...@gmail.com wrote: Hi Andre, Will

Re: 2 quick questions

2010-06-15 Thread Terry Judd
Mark - put the following handler in the stack script on preopencard if there is a fld cardNumberField then put the number of this cd into fld cardNumberField end if end preopencard If the target field is definitely on all the cards then you'd just need on preopencard put the number of

Re: [Very OT] Happy and need to share it!

2010-06-15 Thread Jerry Daniels
Jeff, Thanks for sharing that. Real dad stuff. Best, Jerry Daniels Follow the Rodeo discussion: http://rodeoapps.com/rodeo-discuss-among-yourselves On Jun 15, 2010, at 9:56 AM, Jeff Massung wrote: http://massj.tumblr.com/ Sorry for the spam (sorta), but I just have to share a very happy

RE: Reports?

2010-06-15 Thread Lynn Fredricks
Do Valentina Reports require Valentine Database Server? Hi Bob, There are options for both the ADKs (local db only) and with both types of Valentina Server. You build reports visually with Valentina Studio Pro. Valentina Office Server has reports built in. For Valentina Embedded Server,

Re: 2 quick questions

2010-06-15 Thread Bob Sneidar
I think maybe put the long name of this card or put the long id of this card would suit you better because it is absolute. Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On Jun 15, 2010, at 19:21, Mark Smith mark_sm...@cpe.umanitoba.ca wrote: HI Mark, I was all excited until I

pop-up cascading menus

2010-06-15 Thread Gabel Paul
Dear List members: On a Mac with Rev 4.0, it appears not to be possible to have cascading menus in an option button/menu. I can have them in a pop-up button/menu, but it doesn't look anywhere near as nice. I tried superimposing an option button over a pop-up button and sending a command to the

Re: [V4Rev]Valentina equivalent of revDataFromQuery

2010-06-15 Thread Kay C Lan
Thanks Bob, If it weren't for the fact that I'm a hobbyist and don't make any money from Rev, then purchasing sqlYoga might make cents. But for the want of one method, I might have to nut it out. If Rev has a single call that does it, I'm guessing the Val API can, it just appears the

Re: pop-up cascading menus

2010-06-15 Thread Terry Judd
On 16/06/10 1:59 PM, Gabel Paul paulga...@comcast.net wrote: Dear List members: On a Mac with Rev 4.0, it appears not to be possible to have cascading menus in an option button/menu. I can have them in a pop-up button/menu, but it doesn't look anywhere near as nice. I tried superimposing an

RE: 2 quick questions

2010-06-15 Thread Mark Smith
Thanks Terry (and Mark)... what a great list. I can go to bed and sleep tonight knowing it will all come together (and run) tomorrow. Mark Smith From: use-revolution-boun...@lists.runrev.com [use-revolution-boun...@lists.runrev.com] On Behalf Of Terry

RE: 2 quick questions

2010-06-15 Thread Mark Smith
Thanks Bob, I'll test that out Mark Smith From: use-revolution-boun...@lists.runrev.com [use-revolution-boun...@lists.runrev.com] On Behalf Of Bob Sneidar [b...@twft.com] Sent: Tuesday, June 15, 2010 10:24 PM To: How to use Revolution Subject: Re: 2

Re: pop-up cascading menus

2010-06-15 Thread J. Landman Gay
Gabel Paul wrote: Also, WHY can't the rev team create an option button with cascading menus? No operating system has them. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: 2 quick questions

2010-06-15 Thread J. Landman Gay
Bob Sneidar wrote: I think maybe put the long name of this card or put the long id of this card would suit you better because it is absolute. I suspect he just wants to know where he is in the stack, rather than exactly which content card he's on. So even if the cards get shuffled, he'd