Re: mySQL Query... need some help

2004-12-16 Thread Sarah Reichelt
I'm a genuine newbie and have been having a major difficulty in trying to format a mySQL query and thought that maybe someone can point me in the right direction. All I'm trying to accomplish at this point is to search for a specific record and display the info in the proper fields. Here's how I ha

mySQL Query... need some help

2004-12-16 Thread docmann
I'm a genuine newbie and have been having a major difficulty in trying to format a mySQL query and thought that maybe someone can point me in the right direction. All I'm trying to accomplish at this point is to search for a specific record and display the info in the proper fields. Here's how I h

Re: Newbie: find, search command

2004-12-16 Thread J. Landman Gay
On 12/16/04 5:42 PM, Frank D. Engel, Jr. wrote: Except that you need to delete the last "cr" before putting it into the list, or you will have a blank line at the bottom; just add one line to the code: function FindData pStringToFind, pDataToSearch repeat for each line tLine in pDataToSearch

ChatRev Client

2004-12-16 Thread Mark Schonewille
Dear Revolution users, A new version of ChatRev 1.2M, my implementation of Björnke von Gierke's ChatRev client, has been released. ChatRev is an application that can connect to a ChatRev Server. ChatRev 1.2M19 is fully compatible with the current ChatRev protocol. Major features include: - on-

Newbie: find, search command

2004-12-16 Thread D.Rothe
Hi, I have a tab delimited list I want to be able to search, say I have a list of names for example; Father XmasIs Drunk New YearsIs after Xmas RudolphThe Reindeer Merry XmasTo all I want to search for ALL instances of Xmas and display the whole matching line of each found in a

Re: Newbie: find, search command

2004-12-16 Thread Frank D. Engel, Jr.
Except that you need to delete the last "cr" before putting it into the list, or you will have a blank line at the bottom; just add one line to the code: function FindData pStringToFind, pDataToSearch repeat for each line tLine in pDataToSearch if pStringToFind is in tLine then put tLine

Re: Newbie: find, search command

2004-12-16 Thread J. Landman Gay
On 11/16/04 4:58 PM, D.Rothe wrote: Hi, I have a tab delimited list I want to be able to search, say I have a list of names for example; Father XmasIs Drunk New YearsIs after Xmas RudolphThe Reindeer Merry XmasTo all I want to search for ALL instances of Xmas and display the whole

Re: Card within a card (or subforms)

2004-12-16 Thread Dar Scott
On Dec 16, 2004, at 4:05 PM, Richard Gaskin wrote: An alternate approach might be something that translates a stack into a bunch of subgroups of a group. Precisely. It would ideally work in both directions. It might be, if there are many rough edges and gotchas, that this would have to be consid

Re: Newbie: find, search command

2004-12-16 Thread Richard Gaskin
D.Rothe wrote: Hi, I have a tab delimited list I want to be able to search, say I have a list of names for example; Father XmasIs Drunk New YearsIs after Xmas RudolphThe Reindeer Merry XmasTo all I want to search for ALL instances of Xmas and display the whole matching line of each

Re: Disabled submenu items on Win XP

2004-12-16 Thread Éric Chatonet
Le 16 déc. 04, à 18:01, <[EMAIL PROTECTED]> a écrit : Bonjour Eric, just as an example, look in revolution menu, The Text Menu. if you don't select any text, everything is disabled, from all the items of the menu to all the sub-items ( like the Fonts )... This is normal behavior on Windows, well at

Re: Newbie: find, search command

2004-12-16 Thread Sarah Reichelt
I have a tab delimited list I want to be able to search, say I have a list of names for example; Father XmasIs Drunk New YearsIs after Xmas RudolphThe Reindeer Merry XmasTo all I want to search for ALL instances of Xmas and display the whole matching line of each found in a list

Re: Card within a card (or subforms)

2004-12-16 Thread Richard Gaskin
Dar Scott wrote: On Dec 16, 2004, at 3:10 PM, Richard Gaskin wrote: To myself, groups feel like the most natural second choice in a world without viewer objects. The tough part is managing the showing/hiding of them. Perhaps if some kind soul had a spare 20 hours they could build a tool to make ed

Re: Card within a card (or subforms)

2004-12-16 Thread Dar Scott
On Dec 16, 2004, at 3:10 PM, Richard Gaskin wrote: To myself, groups feel like the most natural second choice in a world without viewer objects. The tough part is managing the showing/hiding of them. Perhaps if some kind soul had a spare 20 hours they could build a tool to make editing nested grou

Re: Card within a card (or subforms)

2004-12-16 Thread Richard Gaskin
Dar Scott wrote: Frank's idea of a background on several cards is the good base-line solution. It requires that all instances of that subform be in the same position and only in that form. Jonathan's approach gives more flexibility in multiple subforms in the same form. It might run into prob

Re: Card within a card (or subforms)

2004-12-16 Thread Jeanne A. E. DeVoto
At 3:36 PM -0700 12/15/2004, Dar Scott wrote: It might be fun to dream about asking for a control which is a view into a stack. I remember chatting about this at some point, but I don't know whether it's in Bugzilla. One possible use (other than for a subform) would be to create splittable pane

Re: Improper code or a bug in Revolution?

2004-12-16 Thread Mark Talluto
On Dec 16, 2004, at 12:32 PM, Silver, Jason wrote: If explicitVariables was even set to "true", I haven't figured out any way to get into the stack to edit the script. I find it hard to believe that a badly written stack can bring down the entire IDE. Is my stack hosed? Where do I go from here?

Improper code or a bug in Revolution?

2004-12-16 Thread Silver, Jason
Hello all, Several weeks ago I posted to the use-revolution list to ask for advice on making transparent buttons, used in a handset simulation. I'd like to thank all of you who replied to my posting; the Revolution developer community is a very friendly and helpful place! Now, onto my question.

Re: Re[2]: Windows Dos window doesn't work?

2004-12-16 Thread Dar Scott
On Dec 16, 2004, at 3:18 AM, thierry wrote: today, this is a "Industry Product" which uses the open process, reads few information at the start, and a report at the end. In between, the 2 processes ( Rev and Perl ) communicate via Sockets. Socket communication is a good idea. This works on Win98, N

Digital Photo workflow in Photoshop [was Re: [ANN} libEXIF v0.9]

2004-12-16 Thread Alex Tweedly
At 11:24 16/12/2004 +, Alex Tweedly wrote: At 11:48 15/12/2004 -1000, Sivakatirswami wrote: Do you know if the catalog information that is applied to images in Photoshop CS is stored as EXIF metadata? Yes, I believe it is. I don't have Photoshop CS, so I tested using Photoshop Elements - but

Re: Word keyword

2004-12-16 Thread James Richards
The other reason, I think, why it is sometimes called a hard space is because in WP where you fully justify text (to both right and left margins) a 'hard' or non-breaking' space will not be 'stretched' or 'squeezed' the way ordinary spaces are to achieve the justification. In that sense it is h

Re: New Revolution Game

2004-12-16 Thread Frank D. Engel, Jr.
On Dec 15, 2004, at 10:18 PM, James Russell wrote: Yep, I'm seeing this too. On Dec 15, 2004, at 2:43 PM, Thomas McGrath III wrote: When I lost in the arena while my guys were working out they did not die. They were still working out but could not do anything else. They were like ghosts. Almost gho

Re: Digital Audio File/Quicktime Help

2004-12-16 Thread Steve Bonham
Hey Fred, I think I can help- No problem on cutting a chunk from a larger file. There are several ways to do so. I use QuickTime Pro and iMovie for this, but there are lots of software options. iMovie will allow you to fade the audio up and/or down so the start and stop are not so abrupt. On t

Re: Disabled submenu items on Win XP

2004-12-16 Thread thierry
Bonjour Eric, just as an example, look in revolution menu, The Text Menu. if you don't select any text, everything is disabled, from all the items of the menu to all the sub-items ( like the Fonts )... This is normal behavior on Windows, well at least on my computer :-) or do I miss something mor

Quartam Reports

2004-12-16 Thread Alan Gayne
Hi Everybody, This one's directed primarily to Jan Schenkel. Can you advise when rank-and-file Revolutionaries like myself will have a chance to actually get to see and play with the fabled Quartam Reports? From the brief description given after Malta, it sound like something I've been hoping a

Disabled submenu items on Win XP

2004-12-16 Thread Éric Chatonet
Hi all, Some weeks ago, I asked for a question about disabled menu items but I probably was not clear enough and I got no answer. So: Imagine a menu with submenus. For somes reasons depending on the context, the first item in a submenu has to be disabled but the following ones in the submenu are

Re: URL download and Cache problems

2004-12-16 Thread Dave Cragg
On 16 Dec 2004, at 08:56, Chipp Walters wrote: Dave Cragg wrote: Richard's thought may stem from a similar experience to mine. Previously, "load" was often preferred because it was the only way to show progress of the download, and not because there was a need to do other processing. In my own

Re: [ANN} libEXIF v0.9

2004-12-16 Thread Alex Tweedly
At 11:48 15/12/2004 -1000, Sivakatirswami wrote: Aloha, from Hawaii, Alex: OK "ideas" here goes: I deal with digital images virtually *every* day of my life.. so this is very interesting news. Do you know if the catalog information that is applied to images in Photoshop CS is stored as EXIF meta

Re: URL download and Cache problems

2004-12-16 Thread Alex Tweedly
At 08:31 16/12/2004 +, Dave Cragg wrote: On 15 Dec 2004, at 23:33, Alex Tweedly wrote: 3 if you count libURLDownloadToFile (though it's for ftp only) This works with http too. (Perhaps you were thinkig of libUrlFtpUploadFile.) No, I was thinking of libURLDownloadToFile, and believing what I re

Re: The Programmer As Wordsmith

2004-12-16 Thread Ben Rubinstein
Mark Wieder wrote: > Interesting article on designing text in user interfaces to be used by > real people instead of programmers. Watch the wordwrap here - if it > can't be pieced back together, go to www.embedded.com and find the > article entitled "The Programmer As Wordsmith". > > http://www.em

Re[2]: Windows Dos window doesn't work?

2004-12-16 Thread thierry
Hi, Just Let You Know, i'v been working a lot with open process in Rev, and without a Tutorial first approach, struggled a bit. But after a while, everything works fine for me. As i did a lot of tries and learnt a lot of Rev at the same time, do not remember very well all my struggles.. today,

Re: URL download and Cache problems

2004-12-16 Thread Chipp Walters
Dave Cragg wrote: Richard's thought may stem from a similar experience to mine. Previously, "load" was often preferred because it was the only way to show progress of the download, and not because there was a need to do other processing. In my own apps, I almost always need to pause other thin

Re: crashing Rev - bugz 1642

2004-12-16 Thread Chipp Walters
Hi X, I, too have seen this. Here's how I fixed it. After you close your stack type into msg: set the breakpoints to empty and see if it still crashes rev. best, Chipp MisterX wrote: I have now 2 stacks which when closed, will crash runrev with a single click in the revmenubar. ___

Re: crashing Rev - bugz 1642

2004-12-16 Thread xbury . cs
Thanks again Chipp! If you come near benelux, lunch is on me at one of my favorite restaurants! -=- Xavier Bury Clearstream Services TNS NT LAN Server ext 36465 Voice: +352 4656 43 6465 Fax: +352 4656 493 6465 Chipp Walters <[EMAIL PROTECTED]> Sent by:

Re: URL download and Cache problems

2004-12-16 Thread Dave Cragg
On 15 Dec 2004, at 23:33, Alex Tweedly wrote: At 12:59 15/12/2004 -0800, Richard Gaskin wrote: This conversation raises a question - There are currently two ways to download files, the "load" command and "get URL". 3 if you count libURLDownloadToFile (though it's for ftp only) This works with htt

Re: Making a Rev-built app hoist itself to the foreground

2004-12-16 Thread Geoff Canyon
On Dec 15, 2004, at 7:07 AM, Richard Gaskin wrote: Geoff Canyon wrote: Thanks, but I need something that will bring the whole Revolution app to the foreground when other applications are in front of it. "go this stack" brings that window to the front of the Rev app, but doesn't change the layer