Re: Set Script woes

2009-04-08 Thread Hugh Senior
Many thanks to all who replied... 10 line script limit... Slaps forehead 'DUH!. Rule of Programming: Sleep sometimes. Error code returned is 2,0,0 which seems to confirm this (line 0 char 0 so no script). /H ___ use-revolution mailing list use-revolu

Re: AW: -39 is this Hitchhiker's Guide to the Galaxy?

2009-04-08 Thread Bill Vlahos
I think you mean the Infinite Improbability Drive. Bill On Apr 8, 2009, at 3:49 PM, Bob Sneidar wrote: I think you must be referring to the quantum improbability drive. It does not actually create "a" black hole, it creates all possible black holes and then travels through them all simultan

Re: DISAPPEARING graphics in button

2009-04-08 Thread stephen barncard
No, set by prop inspector it's static, not supposed to change or disappear...it's a custom control element. - Stephen Barncard San Francisco http://barncard.com 2009/4/8 Terry Judd > Is the icon set by script or did you assign it using the property > inspector? > >

Re: Getting Data Grid props

2009-04-08 Thread Trevor DeVore
On Apr 8, 2009, at 11:55 PM, Paul Looney wrote: Trevor, You are keeping late hours. I've was traveling on the west coast for the last week and a half so my internal clock is all messed up. The reason for my question about the margins is: I use a 15 pixel dimension grid for laying out the

Re: Revolution 3.5 launched

2009-04-08 Thread Chipp Walters
Kevin and team, Thanks for another great revision of Rev. I agree with Richard, this version is a great step forward, and especially with the new behaviors and data grid. Kudos to everyone involved! ___ use-revolution mailing list use-revolution@lists.run

Re: Getting Data Grid props

2009-04-08 Thread Paul Looney
Trevor, You are keeping late hours. The reason for my question about the margins is: I use a 15 pixel dimension grid for laying out the objects in the stacks in my business system. Thus all fields have a line height of 15. This is smaller than the default data grid, so I have to change change

Re: Getting Data Grid props

2009-04-08 Thread Trevor DeVore
On Apr 8, 2009, at 11:29 PM, Paul Looney wrote: Trevor, It is working fine now?!? Well that was easy then :-) PS I've been working with the data grid almost non-stop since last Thursday. It is fantastic!!! Glad to hear it! Regards, -- Trevor DeVore Blue Mango Learning Systems ScreenStep

Re: Getting Data Grid props

2009-04-08 Thread Paul Looney
Trevor, It is working fine now?!? Thank you, PL PS I've been working with the data grid almost non-stop since last Thursday. It is fantastic!!! On Apr 8, 2009, at 7:05 PM, Trevor DeVore wrote: On Apr 8, 2009, at 5:50 PM, Paul Looney wrote: Answering my own question: put the dgProps ["row

Re: Generating a phone call from Rev

2009-04-08 Thread Kay C Lan
On Wed, Apr 8, 2009 at 11:47 AM, Sarah Reichelt wrote: > I have only had a quick look at Skype, but can you program it to speak > or read a file down the phone? Oopps. I thought that this was as simple as using Audio MIDI Setup to feed the speaker output into the mic input, but unfortunately you

Re: Generating a phone call from Rev

2009-04-08 Thread Kay C Lan
On Wed, Apr 8, 2009 at 7:03 PM, Richard Miller wrote: > Thanks for the suggestions. I'll review each one and post the results at > some point. > > You might want to check this out also: http://www.networkworld.com/news/2008/081308-landlines.html?fsrc=rss-wireless

Re: Getting Data Grid props

2009-04-08 Thread Trevor DeVore
On Apr 8, 2009, at 5:50 PM, Paul Looney wrote: Answering my own question: put the dgProps ["row height"] of group "Data Grid" works fine, but: put the dgProps ["column margins"] of group "Data Grid" does not? Hi Paul, I just dropped a data grid onto a card, selected it and executed the

Resource center videos problem

2009-04-08 Thread Kurt Kaufman
> Run any of the tutorial videos available through the Rev Resource Center, > hear sound but video is blank (green). > Mac OS X 10.5.6 on 2.4 gHz Intel iMac, QT 7.6, ensharpen codec v1.1 supplied > with Rev installation. > What to do? Did you restart the computer after installing the codec

Re: DISAPPEARING graphics in button

2009-04-08 Thread Terry Judd
Is the icon set by script or did you assign it using the property inspector? Terry... On 9/04/09 10:35 AM, "stephen barncard" wrote: > I have this problem in a number of my apps. I have a button with an icon > referenced to an image on another card in the same stack. It's grouped with > othe

Re: Resource center videos problem

2009-04-08 Thread Sarah Reichelt
On Thu, Apr 9, 2009 at 10:21 AM, Kurt Kaufman wrote: > Run any of the tutorial videos available through the Rev Resource Center, > hear sound but video is blank (green). > Mac OS X 10.5.6 on 2.4 gHz Intel iMac, QT 7.6, ensharpen codec v1.1 supplied > with Rev installation. > What to do? Did you r

Re: Data grid questions

2009-04-08 Thread Josep
Hi, I'm playing with the new datagrid object. I try to add one line by set the dgtext of group datagrid to "01" and I can add data to the next cols, but: How can add a second line without adding & return ? I need to calculate some values. How can I get the col that the user are changing? For

DISAPPEARING graphics in button

2009-04-08 Thread stephen barncard
I have this problem in a number of my apps. I have a button with an icon referenced to an image on another card in the same stack. It's grouped with other elements, although none cover it. Id of image is renumbered to prevent conflict, and it's an original graphic. Everything works fine in the ID

Resource center videos problem

2009-04-08 Thread Kurt Kaufman
Run any of the tutorial videos available through the Rev Resource Center, hear sound but video is blank (green). Mac OS X 10.5.6 on 2.4 gHz Intel iMac, QT 7.6, ensharpen codec v1.1 supplied with Rev installation. What to do? Thanks, Kurt ___ use-rev

Re: how to make things happen at specific times

2009-04-08 Thread Sarah Reichelt
OK, here is a general function for scheduling an event: command scheduleMessage pMessage, pHours, pMins -- pHours is in 24 hour time put the seconds into nextTime convert nextTime to dateItems put item 4 of nextTime into tHourNow put item 5 of nextTime into tMinsNow if tHo

Re: AW: -39 is this Hitchhiker's Guide to the Galaxy?

2009-04-08 Thread Bob Sneidar
I think you must be referring to the quantum improbability drive. It does not actually create "a" black hole, it creates all possible black holes and then travels through them all simultaneously. Results are understandably unreliable. Bob Sneidar IT Manager Logos Management Calvary Chapel C

Re: how to make things happen at specific times

2009-04-08 Thread J. Landman Gay
Sarah Reichelt wrote: function getNextDueTime get the date && "4:00 PM" convert it to dateitems add 1 to item 3 of it convert it to seconds return it - the seconds end getNextDueTime Don't forget to allow for times between 4 pm and midnight. Using this script would queue a message in a neg

Answer: Re: data grid code (what is wrong with this?)

2009-04-08 Thread Sadhu Nadesan
hello all Andre Bisseret figure out the problem. I was using the column label, rather than the column name. In the property inspector the field referenced below "site lowest" is actually column "col 2". mahalo Andre! Sadhunathan Nadesan wrote: on mouseUp put the dgHilitedLines of group

Re: Getting Data Grid props

2009-04-08 Thread Paul Looney
Answering my own question: put the dgProps ["row height"] of group "Data Grid" works fine, but: put the dgProps ["column margins"] of group "Data Grid" does not? PL On Apr 8, 2009, at 1:49 PM, Paul Looney wrote: How does one get the "column margins" and the "row height" of a data grid vi

Re: how to make things happen at specific times

2009-04-08 Thread Sarah Reichelt
> function getNextDueTime >  get the date && "4:00 PM" >  convert it to dateitems >  add 1 to item 3 of it >  convert it to seconds >  return it - the seconds > end getNextDueTime Don't forget to allow for times between 4 pm and midnight. Using this script would queue a message in a negative numbe

Re: how to make things happen at specific times

2009-04-08 Thread DunbarX
Queued messages. They thought of everything. Craig In a message dated 4/8/09 4:45:43 PM, jac...@hyperactivesw.com writes: > >   -- do alarm stuff, then retrigger next event: >    send "myAlarm" to me in getNextDueTime() seconds > > When the alarm goes off, your handler calculates the next du

Getting Data Grid props

2009-04-08 Thread Paul Looney
How does one get the "column margins" and the "row height" of a data grid via script. I have tried everything I can think of: put the dgProp (column margins) of group "Data Grid" etc. etc. Thanks in Advance, Paul Looney ___ use-revolution mailing lis

Re: Revolution 3.5 launched

2009-04-08 Thread François Chaplais
Le 8 avr. 09 à 21:42, Kevin Miller a écrit : Hi, Just to let you know that Revolution 3.5 has been launched and is now available on our website or through check for updates. Kind regards, Kevin great! this post is to indicate that if, like myself, work on a non admin account on Mac OS X

Re: how to make things happen at specific times

2009-04-08 Thread J. Landman Gay
dunb...@aol.com wrote: I need to understand how pending messages are stored. But going back to the stone age, I have several "alarms" running at all, er, times, and I have always used an "idle" handler to invoke them: on idle if the long time = "4:00:00 pm" then wait 100 -- as Sarah say

Re: Set Script woes

2009-04-08 Thread Jim Ault
Hugh, Jacque has probably hit the correct answer for you case. The 'set script' strategy would work if the new group script was a call to a compiled function in another script in the hierarchy. If your idea was to customize the script, then set the script of an object to that script, yo

Re: Revolution 3.5 launched

2009-04-08 Thread Richard Gaskin
Kevin Miller wrote: Just to let you know that Revolution 3.5 has been launched and is now available on our website or through check for updates. Congrats and thanks to the team. 3.5's Behaviors feature is probably the most significant enhancement to the language in many years. -- Richard G

Re: Set Script woes

2009-04-08 Thread J. Landman Gay
Hugh Senior wrote: I have a protected stack that creates a window and a group, then sets the group script. Works a treat. When run as a compiled application exe, it no longer sets the script (I know this because an answer dlog that should display the script comes up empty instead). The only thin

Revolution 3.5 launched

2009-04-08 Thread Kevin Miller
Hi, Just to let you know that Revolution 3.5 has been launched and is now available on our website or through check for updates. Kind regards, Kevin Kevin Miller ~ ke...@runrev.com ~ http://www.runrev.com/ Runtime Revolution - User-Centric Development Tools

Re: Multi Thread FTP

2009-04-08 Thread Warren . Kuhl
Mark, Thanks for any help! Much appreciated. I have downloaded the libRevCurl script and it looks very impressive. Warren Mark Smith

Re: Set Script woes

2009-04-08 Thread Scott Rossi
You can't set scripts more than 10 lines long in standalone applications due to Rev's inherent script limits. This is default behavior but I've *heard* that if you approach the Runtime folks with a compelling argument for a specific project, they *might* grant an exception. --Original Mes

Re: Multi Thread FTP

2009-04-08 Thread Mark Smith
Warren, there's the beginnings of ftp support in libRevCurl, but because that hasn't been what my own need is, I haven't really developed it. I'll take a look and see how poor it is! Best, Mark On 8 Apr 2009, at 19:20, warren.k...@northerntool.com wrote: Bernard, Thanks for your feedback

RE: List Magic

2009-04-08 Thread Jim Bufalini
Hi George, > Perhaps we should take this offline? In any case, I repeated the > problem on MY stack twice, once with GLX2's beta property inspector > and once with the standard one. Yes, if you can create just a simple sample stack that exhibits this behavior, please send it to supp...@sosmart

RE: Set Script woes

2009-04-08 Thread Jim Bufalini
Hi Hugh, > I have a protected stack that creates a window and a group, then sets > the > group script. Works a treat. When run as a compiled application exe, it > no > longer sets the script (I know this because an answer dlog that should > display the script comes up empty instead). > > The only

Re: Set Script woes

2009-04-08 Thread DunbarX
In a message dated 4/8/09 2:06:29 PM, h...@flexiblelearning.com writes: > I have a protected stack that creates a window and a group, then sets the > group script. Works a treat. When run as a compiled application exe, it no > longer sets the script (I know this because an answer dlog that shoul

Re: Set Script woes

2009-04-08 Thread DunbarX
Any chance you have used the consdensed In a message dated 4/8/09 2:06:29 PM, h...@flexiblelearning.com writes: > I have a protected stack that creates a window and a group, then sets the > group script. Works a treat. When run as a compiled application exe, it no > longer sets the script (I kno

Re: List Magic

2009-04-08 Thread George C Brackett
Perhaps we should take this offline? In any case, I repeated the problem on MY stack twice, once with GLX2's beta property inspector and once with the standard one. I'm using Rev 3.0.0 build 750. I made absolutely the minimum operations necessary to perform the test, starting with a fres

RE: List Magic

2009-04-08 Thread Jim Bufalini
Hi George > I tried changing the "en" tooltip for the header group of a ListMagic > 1.1.3 list that only permits filtering (tooltip: "Right-click to start > or stop filtering") and the tooltip appeared as expected while I > stayed on that card. I made no other change to the list. I saved the > st

Re: Multi Thread FTP

2009-04-08 Thread Warren . Kuhl
Bernard, Thanks for your feedback. I will check out libRevCurl. I was looking for a way to open up multiple ftp connections and uploading html pages. Hopefully this Mark Smith's libRevCurl will point me in the right direction. Warren

Set Script woes

2009-04-08 Thread Hugh Senior
I have a protected stack that creates a window and a group, then sets the group script. Works a treat. When run as a compiled application exe, it no longer sets the script (I know this because an answer dlog that should display the script comes up empty instead). The only thing I could think of is

Re: Multi Thread FTP

2009-04-08 Thread Bernard Devlin
Hi Warren, Revolution is single-threaded. However, are you sure that you need multi-threading? I'm asking this because you can use callbacks with various internet actions in Rev, and this kind of event-based interactivity might be sufficient. There's a very good presentation by John Ousterhout

Re: How do Rev internet libraries work?

2009-04-08 Thread Bernard Devlin
Hi Tiemo, Even if every network does have its own proxy, the IP address of each proxy is unlikely to be the same (and the port may also be different). If your application is on a network where the users are not allowed direct access to the internet (either for security or caching reasons), then s

Re: List Magic

2009-04-08 Thread George C Brackett
I tried changing the "en" tooltip for the header group of a ListMagic 1.1.3 list that only permits filtering (tooltip: "Right-click to start or stop filtering") and the tooltip appeared as expected while I stayed on that card. I made no other change to the list. I saved the stack. Then I

AW: How do Rev internet libraries work?

2009-04-08 Thread Tiemo Hollmann TB
Hi Bernard, I don't understand the use of HTTPProxy. How can I set a proxy in my off the shelf app, if every intranet network has is own proxys inhouse? Thanks Tiemo > -Ursprüngliche Nachricht- > Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.co

Multi Thread FTP

2009-04-08 Thread Warren . Kuhl
Is it possible to create a program to do multi-thread FTP upload? From what I understand about Revolution Studio, everything is single thread. Warren ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, un

Re: How do Rev internet libraries work?

2009-04-08 Thread Bernard Devlin
Hi Tiemo, I don't remember if Rev's internet library is just implemented in transcript or not. However, if you are using a hostname instead of an IP address when you are connecting to your server, then it will be using the DNS configured in Windows. When it comes to proxies, you can explicitly s

AW: -39 is this Hitchhiker's Guide to the Galaxy?

2009-04-08 Thread Tiemo Hollmann TB
But if 42 is caught by a black hole the result could be -39! > -Ursprüngliche Nachricht- > Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] Im Auftrag von dunb...@aol.com > Gesendet: Mittwoch, 8. April 2009 15:42 > An: use-revolution@lists.ru

Re: -39 is this Hitchhiker's Guide to the Galaxy?

2009-04-08 Thread DunbarX
Absolutely not. The only error possible would be 42. Craig Newman ** New Deals on Dell Netbooks – Now starting at $299 (A HREF=http://pr.atwola.com/promoclk/100126575x1219939010x1201342897/aol?redir=http:%2F%2Fad.doubleclick.net%2Fclk%3B213771626%3B35379597%3Bw) ___

Re: how to make things happen at specific times

2009-04-08 Thread DunbarX
I need to understand how pending messages are stored. But going back to the stone age, I have several "alarms" running at all, er, times, and I have always used an "idle" handler to invoke them: on idle if the long time = "4:00:00 pm" then wait 100 -- as Sarah says, make sure this only happ

RE: List Magic

2009-04-08 Thread Warren . Kuhl
Jim, Thanks for your help! I purchased List Magic a couple of days ago and couldn't be happier with the product. The only thing that would improve it (if you are making any changes on future versions) is a right justify for a column. I know this was a limitation with Revolution. Not sure if it

AW: -39 is this Hitchhiker's Guide to the Galaxy?

2009-04-08 Thread Tiemo Hollmann TB
Thank you Sarah for the apple resource! The videos also periodical just get stuck without error message. Perhaps it is just an old machine or the hd response or processor is to slow. I have let him first update QT to the newest version, perhaps it helps. Thanks Tiemo > -Ursprüngliche Nachricht

AW: OT: How to make an app accessible for all users on Mac?

2009-04-08 Thread Tiemo Hollmann TB
Thank you Sarah, good to know Tiemo > -Ursprüngliche Nachricht- > Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] Im Auftrag von Sarah Reichelt > Gesendet: Mittwoch, 8. April 2009 13:24 > An: How to use Revolution > Betreff: Re: OT: How to m

Re: how to make things happen at specific times

2009-04-08 Thread Sarah Reichelt
On Wed, Apr 8, 2009 at 6:00 PM, Peter Alcibiades wrote: > > Sarah, thanks!  The thing that still puzzles me is this.  They come in and > start up the stack.  They may do this every day, or they may leave it > running for a few days.  Every day at 4pm it should send an email. > > So yes, you could

Re: OT: How to make an app accessible for all users on Mac?

2009-04-08 Thread Sarah Reichelt
> I am missing some basics of Mac handling. When copying my app folder > (including several apps) out of a DMG from CD into the program folder on HD > as an Admin, only the Admin can "see" and start my app. Every other user > doesn't see my app folder. > > What do I have to do, that my app is acces

Re: -39 is this Hitchhiker's Guide to the Galaxy?

2009-04-08 Thread Sarah Reichelt
On Wed, Apr 8, 2009 at 8:52 PM, Tiemo Hollmann TB wrote: > Hello, > > when playing a mov video with my rev app on a mac, a customer gets > periodically the error "-39" without any text. > > Is this standard on Mac? I have never seen these cryptic errors. Is there > any reference for these kind of

Re: Generating a phone call from Rev

2009-04-08 Thread Richard Miller
Kay, Sarah, Martin, Luis: Thanks for the suggestions. I'll review each one and post the results at some point. Best, Richard Luis wrote: Hiya, If you're ok with calling Java, these were found on SourceForge: http://freetts.sourceforge.net/docs/index.php http://sourceforge.net/projects/bo

RE: List Magic

2009-04-08 Thread Jim Bufalini
Hi Bernard, Sorry for the wait. ;-) Aloha from Hawaii, Jim Bufalini > -Original Message- > From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] On Behalf Of warren.k...@northerntool.com > Sent: Monday, April 06, 2009 9:00 AM > To: How to use

RE: List Magic

2009-04-08 Thread Jim Bufalini
Hi Bernard, Actually all features of ListMagic are enabled in the trial version. The only difference is that the trial version puts a line every ten lines of the listing saying that it is a trial. So you can actually build everything with the trial version and when you are satisfied that ListMagi

-39 is this Hitchhiker's Guide to the Galaxy?

2009-04-08 Thread Tiemo Hollmann TB
Hello, when playing a mov video with my rev app on a mac, a customer gets periodically the error "-39" without any text. Is this standard on Mac? I have never seen these cryptic errors. Is there any reference for these kind of error messages? Thanks for any hint Tiemo

RE: List Magic

2009-04-08 Thread Jim Bufalini
Hi Warren, > I was in the process of purchasing List Magic when I found out that the > person responsible for writing it has passed away. > > I have a question on the product and was hoping someone that is using > the > product would be able to answer. I am trying to change the tool tip on > my >

How do Rev internet libraries work?

2009-04-08 Thread Tiemo Hollmann TB
Hello, I am still struggeling with socket time out problems with pure http: requests at some customers with Win XP. One of them is a school, where you always have very restricted access to the internet. But the network admin told me that he has switched off the firewall, all filters and routers a

Re: Generating a phone call from Rev

2009-04-08 Thread Luis
Hiya, If you're ok with calling Java, these were found on SourceForge: http://freetts.sourceforge.net/docs/index.php http://sourceforge.net/projects/boss-synth/ http://sourceforge.net/projects/jtts/ If you want speech recognition: http://cmusphinx.sourceforge.net/ sphinx4/ Cheers, Luis.

OT: How to make an app accessible for all users on Mac?

2009-04-08 Thread Tiemo Hollmann TB
Hello, I am missing some basics of Mac handling. When copying my app folder (including several apps) out of a DMG from CD into the program folder on HD as an Admin, only the Admin can "see" and start my app. Every other user doesn't see my app folder. What do I have to do, that my app is accessib

Re: how to make things happen at specific times

2009-04-08 Thread Peter Alcibiades
Sarah, thanks! The thing that still puzzles me is this. They come in and start up the stack. They may do this every day, or they may leave it running for a few days. Every day at 4pm it should send an email. So yes, you could check the time when the stack is started, subtract the time from 4p