Re: Non-Motif Linux Interface? - SOLVED!

2007-04-27 Thread Bill Marriott
Ken, Thanks for the additional pointers. Here's what I had to do to get things to work: 1) I updated the revolution.sh script with the path to my Rev installation 2) I verified that all the files existed 3) When I double-clicked it and selected run (Ubuntu asks you if you want to display the

Re: [OT] CGI - web site help

2007-04-27 Thread Bernard Devlin
a set of radio buttons that alter the search results. Unfortunately, changing these requires doing a new search before the new options are displayed. So my question is: is there any way to detect the radio buttons so the options can be displayed dynamically? Hi Sarah, I'm not really clear

Re: Non-Motif Linux Interface? - SOLVED!

2007-04-27 Thread Bill Marriott
I'm noticing that Ubuntu is crashing like crazy with Rev set up to use GTK. If I drag a tab control out, it's all corrupted. It isn't long till the whole thing locks up. Maybe it's best to stick with Motif until 2.9 is out? Bill Marriott [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: Non-Motif Linux Interface? - SOLVED!

2007-04-27 Thread Ken Ray
On Fri, 27 Apr 2007 03:30:00 -0400, Bill Marriott wrote: I'm noticing that Ubuntu is crashing like crazy with Rev set up to use GTK. If I drag a tab control out, it's all corrupted. It isn't long till the whole thing locks up. Maybe it's best to stick with Motif until 2.9 is out? Don't

Re: [OT] CGI - web site help

2007-04-27 Thread Sarah Reichelt
On 4/27/07, Bernard Devlin [EMAIL PROTECTED] wrote: a set of radio buttons that alter the search results. Unfortunately, changing these requires doing a new search before the new options are displayed. So my question is: is there any way to detect the radio buttons so the options can be

Re: [OT] CGI - web site help

2007-04-27 Thread John Craig
Hi, Sarah. I've thrown a crude demo on http://www.molekular.co.uk/tmp/test.php Seems to work ok on Windows using Firefox and IE7. Hopefully this will help. JC Sarah Reichelt wrote: On 4/27/07, Bernard Devlin [EMAIL PROTECTED] wrote: a set of radio buttons that alter the search results.

slightly off-topic: software marketing issues

2007-04-27 Thread Viktoras Didziulis
Can anyone recommend any good books or online resources on how to market and sell software products, arrange beta testing, choose suitable type of licensing, avoid pitfalls (unsatisfied customers, money-back and related things), creating product website, user groups, forums, mailing lists,

Re: slightly off-topic: software marketing issues

2007-04-27 Thread Scott Kane
Hi Viktoras, Can anyone recommend any good books or online resources on how to market and sell software products, arrange beta testing, choose suitable type of licensing, avoid pitfalls (unsatisfied customers, money-back and related things), creating product website, user groups, forums,

Re: slightly off-topic: software marketing issues

2007-04-27 Thread Jim Sims
On Apr 27, 2007, at 11:55 AM, Viktoras Didziulis wrote: Can anyone recommend any good books or online resources on how to market and sell software products http://discuss.joelonsoftware.com/?joel http://discuss.joelonsoftware.com/?biz sims

Re: Bespoke front end for rev non rev apps

2007-04-27 Thread David Glasgow
On 22 Apr 2007, at 6:00 pm, Ken Wray wrote: Well, yes - there are a couple of ways to do this, but it breaks down into two pieces: knowing when the non-Rev program has quit, and activating your Rev app (bringing it to the front). Take a look at the following tips for info on how to do this:

milliseconds timing subliminal stimuli

2007-04-27 Thread David Glasgow
Thanks to all who previously chipped in on this topic. I have been doing a bit of research, using the following script: + on mouseUp -- scrollbars to fiddle with the various times -- duration of the image of the person get the thumbpos of scrollbar milliseconds

Re: Non-Motif Linux Interface?

2007-04-27 Thread Mark Wieder
chris- Thursday, April 26, 2007, 8:04:48 PM, you wrote: Maybe you can answer a question for me. Does Ubuntu have a nifty package manager or does it rely on apt-get? Will Ubuntu begin moving to CNR with the Linspire partnership? Yes to both. Adept is the gui package manager (front end to

Re: milliseconds timing subliminal stimuli

2007-04-27 Thread Mark Smith
David, you may well have been down this route, but the following little experiment I found quite interesting: on mouseUp put the millisecs into t0 show img alex unlock screen put the millisecs into t1 repeat if the millisecs = t1 + 30 then hide img alex unlock screen

Re: [OT] CGI - web site help

2007-04-27 Thread Andre Garzia
Sarah, it is not difficult to do that, but requires some javascript. What you need is to create a mouseUp handler for those radio buttons. When that handler triggers, it uses an asynchronous request to talk to the server and update the results. I'll do a little snippet below that may

Re: Non-Motif Linux Interface?

2007-04-27 Thread Bob Warren
Chris Bohnert wrote: Hi Mark, Glad I could help.. Maybe you can answer a question for me. Does Ubuntu have a nifty package manager or does it rely on apt-get? Will Ubuntu begin moving to CNR with the Linspire partnership?

[OT] Wonder if this guy can be programmed in Rev?

2007-04-27 Thread Chipp Walters
http://www.youtube.com/watch?v=F759pkEl_xo ___ 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

Re: [OT] Wonder if this guy can be programmed in Rev?

2007-04-27 Thread SimPLsol
In a message dated 4/27/07 9:12:24 AM, [EMAIL PROTECTED] writes: http://www.youtube.com/watch?v=F759pkEl_xo Chipp, They called him Jules, but wasn't that Kevin? PL ** See what's free at http://www.aol.com.

Re: milliseconds timing subliminal stimuli

2007-04-27 Thread Phil Davis
Mark Smith wrote: David, you may well have been down this route, but the following little experiment I found quite interesting: on mouseUp put the millisecs into t0 show img alex unlock screen put the millisecs into t1 repeat if the millisecs = t1 + 30 then hide img alex

Re: [OT] CGI - web site help

2007-04-27 Thread Sarah Reichelt
Many thanks to everyone who has answered my query, both on off-list. This is for a work project, so I won't be trying anything out until Monday, but I'll let you all know how it goes. Regards, Sarah ___ use-revolution mailing list

Windows Permissions?

2007-04-27 Thread Charles Szasz
I know on the Mac that you have to had administrator's permissions to install new programs on the hard drive. Is there anything similar to that on Windows XP? The reason I asked is that I having trouble replacing a previous version of my program with a newer version using an installer.

Printer to print UPC barcodes

2007-04-27 Thread RGould8
Say, I'm looking for a means of creating an app that will allow me to print UPC barcode labels. I was digging around and found this printer: http://www.amazon.com/gp/product/B0009KRY6Y But I have no idea if I can control it from Rev. Anyone on this list have any experience with using Rev

click outside Rev?

2007-04-27 Thread Dick Kriesel
I¹d like to make a Rev app that drives another app by sending it clicks. An example of such an app is a Help app that explains how to do something in another app, and offers a do-it-for-me button. I¹m using Mac OS X, hoping to drive a Windows app that¹s running in Parallels. Could someone

Re: Printer to print UPC barcodes

2007-04-27 Thread Sarah Reichelt
On 4/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Say, I'm looking for a means of creating an app that will allow me to print UPC barcode labels. I was digging around and found this printer: http://www.amazon.com/gp/product/B0009KRY6Y But I have no idea if I can control it from Rev.

Re: Printer to print UPC barcodes

2007-04-27 Thread RGould8
In a message dated 4/27/07 5:25:41 PM, [EMAIL PROTECTED] writes: I use a barcode font, then you can print barcodes on any printer. You have to generate the barcode text - the methods for doing this will vary from code to code, but if you want to see how I did it for Code 128, there is a

Re: Printer to print UPC barcodes

2007-04-27 Thread RGould8
http://global.dymo.com/enUS/Categories/LabelWriter_Printers.html Looking at the website, there's a couple of options - - - now since they are USB-connected, does that mean I'd print straight from Revolution just as you would to a regular printer, and the printer just comes with the drivers?

Re: click outside Rev?

2007-04-27 Thread Ian Wood
OS X to OS X you wouldn't have any problem at all thanks to GUI scripting. I do a lot of workflow automation this way for apps that don't have AppleScript dictionaries. OS X to Windows via Parallels isn't going to work at all, though. As far as UI Browser* is concerned, everything inside a

Re: Windows Permissions?

2007-04-27 Thread Scott Kane
I know on the Mac that you have to had administrator's permissions to install new programs on the hard drive. Is there anything similar to that on Windows XP? Technically yes. Though it's not encountered as often because Windows allows the user (changed now in Vista) to install as the

Re: click outside Rev?

2007-04-27 Thread Jim Ault
On 4/27/07 2:14 PM, Dick Kriesel [EMAIL PROTECTED] wrote: I¹d like to make a Rev app that drives another app by sending it clicks. An example of such an app is a Help app that explains how to do something in another app, and offers a do-it-for-me button. I¹m using Mac OS X, hoping to drive

Re: [OT] Wonder if this guy can be programmed in Rev?

2007-04-27 Thread Jeanne A. E. DeVoto
At 12:39 PM -0400 4/27/2007, [EMAIL PROTECTED] wrote: In a message dated 4/27/07 9:12:24 AM, [EMAIL PROTECTED] writes: http://www.youtube.com/watch?v=F759pkEl_xo They called him Jules, but wasn't that Kevin? Kevin has more hair. ;-) -- jeanne a. e. devoto ~ [EMAIL PROTECTED]

Re: [OT] Wonder if this guy can be programmed in Rev?

2007-04-27 Thread Jim Sims
On Apr 28, 2007, at 6:19 AM, Jeanne A. E. DeVoto wrote: At 12:39 PM -0400 4/27/2007, [EMAIL PROTECTED] wrote: In a message dated 4/27/07 9:12:24 AM, [EMAIL PROTECTED] writes: http://www.youtube.com/watch?v=F759pkEl_xo They called him Jules, but wasn't that Kevin? Kevin has more hair.