AW: what actually happens when sending a message out of a repeat loop?

2008-06-19 Thread Tiemo Hollmann TB
Hi Richard, oh that's new for me. My loop looks like this: repeat 100 doSomething end repeat on doSomething something end I didn't knew that the calling handler waits for the execution of a message handler. I thought that it would only wait, if you use a function call, like Repe

Re: Icon in Standalone

2008-06-19 Thread Joe Lewis Wilkins
That's one of the advantages of having as poor eyesight as I do. I have to read slowly and with large type, so not much escapes me. I am really crazy about Firefox's great Zoomability; so very much better than Safari's. Joe Wilkins On Jun 19, 2008, at 10:28 PM, J. Landman Gay wrote: Joe

Re: Icon in Standalone

2008-06-19 Thread J. Landman Gay
Joe Lewis Wilkins wrote: Hey, Jacque, Typo perhaps? answer file "Choose a stanadlone application:" Oh my, that's too funny. I've been using that script for years and I never noticed that! -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://w

Re: Icon in Standalone

2008-06-19 Thread Sarah Reichelt
On Fri, Jun 20, 2008 at 1:10 PM, J. Landman Gay <[EMAIL PROTECTED]> wrote: > Randy Hengst wrote: >> >> Jacque, I don't know how to use the terminal, but I had tried both of your >> other suggestions. > I prefer to use Terminal, as it doesn't require the file path manipulations that AppleScript doe

Re: Icon in Standalone

2008-06-19 Thread Joe Lewis Wilkins
Hey, Jacque, Typo perhaps? answer file "Choose a stanadlone application:" Joe Wilkins On Jun 19, 2008, at 8:10 PM, J. Landman Gay wrote: Randy Hengst wrote: Jacque, I don't know how to use the terminal, but I had tried both of your other suggestions. Here's a script that doesn't need Termi

Re: Icon in Standalone

2008-06-19 Thread J. Landman Gay
Randy Hengst wrote: Jacque, I don't know how to use the terminal, but I had tried both of your other suggestions. Here's a script that doesn't need Terminal, you can run it in Rev. I mistakenly said it uses a shell command, but it uses AppleScript. Put this script into a button: on touchA

Re: Print card -- inconsistent results -- clarification

2008-06-19 Thread J. Landman Gay
Timothy Miller wrote: Meanwhile, I've discovered I cannot reliably replicate all >phenomena I previously reported. I've found some inexplicable inconsistencies. Like my backscript. I'll trade you a working field for a preOpenCard handler. I suppose, at this point, something is painfully

Re: Backscripts

2008-06-19 Thread J. Landman Gay
David Bovill wrote: The only thing I can think of is either there is a problem with inserting (unlikely - must be OK if the backscrits contains the stack object) - or a stack in use is trapping and not passing the messages - therefore using the same stack script or inserting the same stack script

Re: Icon in Standalone

2008-06-19 Thread Scott Morrow
Hello Randy, I'm in the habit of Option + dragging the recalcitrant application in order to "duplicate" it. For me, this always seems to jar the Finder in the needed way. If this doesn't do it for me it has always meant a problem elsewhere. In my case it usually means I've messed up the

Re: Icon in Standalone

2008-06-19 Thread Randy Hengst
Mark and Jacque, Thank you for your comments. Jacque, I don't know how to use the terminal, but I had tried both of your other suggestions. Mark, I don't know why I didn't think to check the package contents. Anyway, the icon I made is in the resources folder, so I'm sure it is there and

Re: Print card -- inconsistent results -- clarification

2008-06-19 Thread Timothy Miller
On Jun 19, 2008, at 1:57 PM, Jan Schenkel wrote: You should probably open an entry in the Quality Center and attach an example stack. I started to do that by making a minimal version of the problem stack. After reducing the number of cards (of the same bg) from 45

Re: Backscripts

2008-06-19 Thread David Bovill
The only thing I can think of is either there is a problem with inserting (unlikely - must be OK if the backscrits contains the stack object) - or a stack in use is trapping and not passing the messages - therefore using the same stack script or inserting the same stack script into the front would

Re: Icon in Standalone

2008-06-19 Thread J. Landman Gay
Randy Hengst wrote: Hi All, I've been playing with making icons for standalones for the first time. After scouring the archives I ended up using Iconbuilder 8.5.1 with Photoshop Elements 4.0 on MacOSX 4.11 and Rev Studio 2.8.1. I've been successful with all but one of the standalones. This o

Re: Icon in Standalone

2008-06-19 Thread Mark Schonewille
Hi Randy, Do you see any icon at all? What kind of? Are all standalones for Mac of the same time, i.e. either for Intel or PPC, or universal? Are you sure that you have set the application icon, rather than the document icon? Which icns files do you see inside the application package? Th

Re: Print card -- inconsistent results -- clarification

2008-06-19 Thread Timothy Miller
On Jun 19, 2008, at 1:57 PM, Jan Schenkel wrote: Do the groups have an ink or blend applied to them? I don't think so, though inks and blends are not very familiar to me. You should probably open an entry in the Quality Center and attach an example stack. That w

Icon in Standalone

2008-06-19 Thread Randy Hengst
Hi All, I've been playing with making icons for standalones for the first time. After scouring the archives I ended up using Iconbuilder 8.5.1 with Photoshop Elements 4.0 on MacOSX 4.11 and Rev Studio 2.8.1. I've been successful with all but one of the standalones. This one project will n

Re: the Rev Kagi-KRM?

2008-06-19 Thread Andre Garzia
Hello All, I have it here, it's too slow for my tastes, let me promisse you that. I'll revise it during the next week and in whatever state I managed to put it, I'll revert it back to Kee for his approval and then we release it. sorry for the years of waiting, I could not keep with this and for a

Re: Splitting up a large text file with 'seek relative'

2008-06-19 Thread Mark Smith
Hugh, it strikes me that the "seek relative 0" might be redundant - and may be slowing things down. Best, Mark On 19 Jun 2008, at 19:26, Hugh Senior wrote: I need to split large (1 Gig) log files for a client into more managable chunks. The routine works fine, then (apparently) starts to

Re: Print card -- inconsistent results -- clarification

2008-06-19 Thread Jan Schenkel
--- Timothy Miller <[EMAIL PROTECTED]> wrote: > It's me, the OP, posting a clarification. > > I've isolated the issue more precisely. > > As far as I can tell, on stacks where the HCstack > property is "true," > background objects such as text in fields, field > borders, button > text, and bu

Re: Print card -- inconsistent results -- clarification

2008-06-19 Thread Timothy Miller
It's me, the OP, posting a clarification. I've isolated the issue more precisely. As far as I can tell, on stacks where the HCstack property is "true," background objects such as text in fields, field borders, button text, and button borders, print fuzzy, probably at screen resolution. If

Re: Splitting up a large text file with 'seek relative'

2008-06-19 Thread Joseph Devlin
Hi Hugh, I've never used Rev for this kind of file I/O (in fact, I was surprised to see that Rev has something like 'seek relative'). Anyway, if you are doing this on a OS X or Linux box, why not use the 'split' command in a terminal window - I've successfully used it before splitting up files th

Re: Backscripts

2008-06-19 Thread J. Landman Gay
David Bovill wrote: No. I use backscripts in 2.9 (Tiger) - and have just tested with a stack script for the backscript and found no problems. Thanks to both you and Andre for checking on this. It seems to be specific to my stack, because later I tried some other backscripts and they continue

Re: Card to PDF file

2008-06-19 Thread Jan Schenkel
> On Wed, Jun 18, 2008 at 12:08 PM, Tom Johnson > <[EMAIL PROTECTED]> > wrote: > > > Hi All, > > Has anyone found a way in windows to print a card > to a PDF file? It seems > > like there should be a way in 2.9. > > --- Chipp Walters <[EMAIL PROTECTED]> wrote: > You also might want to take a loo

Re: Paging Jan

2008-06-19 Thread Mikey
OK, well, as long as you're reading your emails, please answer the second question - is there some way to get a PDF/Reports bundle? We're thinking of dropping 4D as our main development platform and moving hard into Revolution, simply because I'm a huge HyperCard fan, and have been trying to justi

Re: Help with basic CGI project?

2008-06-19 Thread J. Landman Gay
Sadhunathan Nadesan wrote: I just ran this CGI: (please pardon the lack of comments, and credits, this was shamefully borrowed a long long time ago) cut here. That should say "shamelessly", grin. And the author was Scott Raney as I recal

Splitting up a large text file with 'seek relative'

2008-06-19 Thread Hugh Senior
I need to split large (1 Gig) log files for a client into more managable chunks. The routine works fine, then (apparently) starts to slow down. I suspect that I have not implemented 'seek' correctly, and that the file is being read from zero each time, but would appreciate anyone's insights into

Re: Paging Jan

2008-06-19 Thread Jan Schenkel
--- Mikey <[EMAIL PROTECTED]> wrote: > Yep, Jan got back to me a little while ago. Jan, > thanks for that. > > And for the record, it takes you TWO working days to > work 33 hours? > Slacker. Get the hell back to work slacker. > > FYI, I should have looked at the root domain. I > didn't realiz

Re: [TIP] Sorting by ValueList and synchronized sorting

2008-06-19 Thread Hugh Senior
A good point, Peter. It would not affect the example as only 7 day-values are involved, but longer value lists would indeed be affected. on mouseUp sort lines of fld 1 numeric by valueList(word 1 of each) end mouseUp function valueList what put "Monday,Tuesday,Wednesday,Thursday,Friday,Saturd

Re: Help with basic CGI project?

2008-06-19 Thread Sadhunathan Nadesan
I just ran this CGI: (please pardon the lack of comments, and credits, this was shamefully borrowed a long long time ago) cut here. That should say "shamelessly", grin. And the author was Scott Raney as I recall?

Re: screen keyboard

2008-06-19 Thread Ben Rubinstein
On 18/6/08 19:36, Eric Sciolli wrote: Hello I'm a teacher and I've students who needs specials keyboards to work with standard applications. Does someone has tried to create a screen keyboard in revolution to write in standard applications like Word? Perhaps using appleEvents? Hi Eric, I've d

Re: Help with basic CGI project?

2008-06-19 Thread Sadhunathan Nadesan
Re: > The cgi does not run as you, it runs as another user ("nobody" I think, > but I'm not certain.) At any rate, the permissions for the stack are set > to only allow you, the admin, to write to the file. You need to change > that to allow anyone to write to the file. > .

Re: the Rev Kagi-KRM?

2008-06-19 Thread Mark Schonewille
Thanks for the clarification, Jacque. I really hope that Kee is reading this... Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web Store software. Download at http://www.salery.bi

Re: the Rev Kagi-KRM?

2008-06-19 Thread J. Landman Gay
Mark Schonewille wrote: Hi Jacque, Isn't this something that should be provided for free by Kagi? I guess Kee would have to answer that. I know he wanted to do something like that in the past. We couldn't wait for Andre to finish, so we went ahead and had the external made. -- Jacqueline L

Re: Card to PDF file

2008-06-19 Thread Chipp Walters
You also might want to take a look at this library. It's very good and easy to use: http://users.telenet.be/quartam/pdf4rev/index.html On Wed, Jun 18, 2008 at 12:08 PM, Tom Johnson <[EMAIL PROTECTED]> wrote: > Hi All, > Has anyone found a way in windows to print a card to a PDF file? It seems

Re: database scripts location

2008-06-19 Thread william humphrey
I'm interested in your question because I'm not sure I understand it. What database scripts? Do you mean the various rev_database functions that are listed when you are in the help menu and enter "database" as the search term? ___ use-revolution mailing l

Re: Message box weirdness

2008-06-19 Thread Klaus Major
Hi Mark, Has anyone seen this type of thing before" I have a group (a field, a couple of buttons), and I have a handler ("updateBundles") in it's script that retrieves a list of files from somewhere else, filters the list, and does some other stuff to the filtered result, and puts it into

Re: the Rev Kagi-KRM?

2008-06-19 Thread Mark Schonewille
Hi Jacque, Isn't this something that should be provided for free by Kagi? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.ht

Re: the Rev Kagi-KRM?

2008-06-19 Thread J. Landman Gay
Mark Schonewille wrote: Hi, I think this is a hoax. No, its' real. My client contracted to have an external made and it is now in commercial use. I don't own it, but my client is open to negotiation. Nicholas has already contacted me privately about it. -- Jacqueline Landman Gay |

Message box weirdness

2008-06-19 Thread Mark Smith
Has anyone seen this type of thing before" I have a group (a field, a couple of buttons), and I have a handler ("updateBundles") in it's script that retrieves a list of files from somewhere else, filters the list, and does some other stuff to the filtered result, and puts it into the messag

Re: screen keyboard

2008-06-19 Thread Roger . E . Eller
Richmond, I haven't had a chance to try this, but supposedly with the new support for vbscript and other languages in 2.9, I would think you could execute a vbscript to send a keypress. How to move the focus to another app like Word, etc. I do not know. The 2 line mini script below is pure VB. It

screen keyboard

2008-06-19 Thread Richmond Mathewson
Has anybody any idea how one would get a keydown signal to be picked up by both the foremost program (e.g. an RR screen keyboard) and another program (e.g. a word-processor)? Presumably once that is answered the screen keyboard problem ceases to be a problem. sincerely, Richmond Mathewson. __

Re: Help with basic CGI project?

2008-06-19 Thread John Patten
Thanks Jacqueline! I did find the solution in a post you had made earlier in the archives a few years back Store your stack, in this case, the data.rev stack, outside of the cgi-bin folder. I did that and everything worked as it should. As I was trouble shooting this, i did remember seein

database scripts location

2008-06-19 Thread Mikey
So I'm messing around with my database library, but I am unclear in my own mind why I called certain handlers instead of what appears to be the associated commands. So, I'm looking for the scripts, but I don't seem to be able to find them. Other than the rev query builder, where else are the data

Re: what actually happens when sending a message out of a repeat loop?

2008-06-19 Thread Richard Gaskin
Tiemo Hollmann wrote: I have a repeat loop and send a message to another handler from within the repeat loop with parameters, which change every loop. If using a function call instead of the message, the main handler would wait until the function returns back, but when sending a message, the loo

Re: [TIP] Sorting by ValueList and synchronized sorting

2008-06-19 Thread Richard Gaskin
J. Landman Gay wrote: But wait, there's more! Some time ago when the list was discussing custom parallel sorts, Dick Kriesel offered this enhancement: split varB by comma sort items of varA by varB[itemOffset(each,varA)] If Dick's still reading the list, he should stand up and take a bow.

Re: [TIP] Sorting by ValueList and synchronized sorting

2008-06-19 Thread Peter Brigham
I believe I discovered that this custom sort function has to be modified in one tiny way to work properly. Instead of sort lines of fld 1 by valueList(word 1 of each) you have to do sort lines of fld 1 numeric by valueList(word 1 of each) The valueList function returns a number, so the sort

Re: Paging Jan

2008-06-19 Thread Mikey
Yep, Jan got back to me a little while ago. Jan, thanks for that. And for the record, it takes you TWO working days to work 33 hours? Slacker. Get the hell back to work slacker. FYI, I should have looked at the root domain. I didn't realize that we're also separated by enough time zones to mak

Re: the Rev Kagi-KRM?

2008-06-19 Thread Klaus Major
Hi Mark, Isn't he also a well-known author of novels and love stories? ;-) Yep, he's a kind of "Andre-of-all-trades" :-D -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Best Klaus Major [EMAIL PROTECTED

Re: the Rev Kagi-KRM?

2008-06-19 Thread Mark Schonewille
Isn't he also a well-known author of novels and love stories? ;-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html for

Re: the Rev Kagi-KRM?

2008-06-19 Thread Klaus Major
Hi Mark and all, Hi, I think this is a hoax. I don't think so! As far as I know, our spanish ;-) friend Andy Garcia, who also works as a very successful Hollywood actor in his freetime, is working on this since the late 80s. It it will ever be finished is another question... :-D Best

Re: Backscripts

2008-06-19 Thread David Bovill
No. I use backscripts in 2.9 (Tiger) - and have just tested with a stack script for the backscript and found no problems. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: multiple lines SQL request via revdb_execute ?

2008-06-19 Thread jbv
Hi Mark, Thanks for the fast reply. > Hi JB, > > I don't think it is possible to send multiple-line MySQL syntax. That's a real pity; even more when you realize that it's possible in phpMyAdmin... > > Do you have a loop in your locally running stack, which calls the Rev > CGI in a loop, or d

Re: the Rev Kagi-KRM?

2008-06-19 Thread Mark Schonewille
Hi, I think this is a hoax. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web Store software. Download at http://www.salery.biz Op 19-jun-2008, om 5:19 heeft Nicolas Cuet

Re: multiple lines SQL request via revdb_execute ?

2008-06-19 Thread Mark Schonewille
Hi JB, I don't think it is possible to send multiple-line MySQL syntax. Do you have a loop in your locally running stack, which calls the Rev CGI in a loop, or do you have the loop in your Rev CGI script? This would make a big difference, because the latter is much faster than the former.

multiple lines SQL request via revdb_execute ?

2008-06-19 Thread jbv
Hi list, I think I've already posted a similar question long time ago (couldn't retrieve it in the archives though) but didn't get any answer AFAIR... Anyway, here I go again : has anyone succeeded in sending a multiple lines SQL request to mySQL via revdb_execute ? I've tried any possible synta

what actually happens when sending a message out of a repeat loop?

2008-06-19 Thread Tiemo Hollmann TB
Hi all, perhaps a question, where I shouldn't have to think about, because it works, but I would like to know what happens behind the scenes. I have a repeat loop and send a message to another handler from within the repeat loop with parameters, which change every loop. If using a function call

Re: Good Food For Mac community action

2008-06-19 Thread Mark Schonewille
Hi, I've been ping-ponging e-mails with them and they got the problem solved now. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Benefit from our inexpensive hosting services. See http://economy-x-talk.co

Re: Backscripts

2008-06-19 Thread Andre.Bisseret
Hi Jacque, Hoping the following corresponds to what you are wishing (it is my first time I am using insert into back ;-)) I just created 2 new stacks - one "theTest.rev" : no script in it, only a field "salut" on the only one card - a second "lib.rev" : a button whose script is " insert t