Re: Repeats repeated

2002-11-04 Thread Richard Gaskin
Terry Vogelaar wrote: > David Vaughan heeft op zondag, 3 nov 2002 om 22:10 het volgende > geschreven: > >>> ... like David I really cannot imagine why Richard's suggestion about >>> using arrays would contribute anything to the speed, but I tried it >>> and it obviously worked; it reduced my (fas

Re: iCalendar/vCalendar (OT: joke)

2002-11-04 Thread erik hansen
--- Sjoerd Op 't Land <[EMAIL PROTECTED]> wrote: > erik hansen wrote/ schreef: > > > V is for volt > > U is for ? > voltage > > as: > > A is for ampere > I is for current > > R is for resistance > ý is for ohms so in Sweden they have Uoltage? = [EMAIL PROTECTED]http://www.erikhansen.

Re: Way to mimic user/pass browser popup?

2002-11-04 Thread Dave Cragg
At 9:39 pm -0500 3/11/02, [EMAIL PROTECTED] wrote: I was 99% complete until the client surprised me with a new feature - - - admin login access. Without it, I cannot access any data from the router. The good news is, if I go into IE and go to the "getmodeminfo" URL, I get prompted (via an IE po

New ButtonGadget for Revolution...

2002-11-04 Thread Chipp Walters
Hey All, I've just released ButtonGadget as an Altuit application made in RunRev. I also have a version developed solely for Windows RR users and would like some feedback. The current beta version is free to all who register. ButtonGadget automatically builds 1,2,3 or 4 state buttons (normal, mou

Getting the type of a control

2002-11-04 Thread Ben Rubinstein
Is there a clean way to get the type of a control? If I write a script that goes through the controls of a stack in order, I can get the properties of each control, and list them. The only property I don't seem to be able to get is what type of control it is - field, button, etc. You can even ge

INFO FOR NEWBIE: whats next

2002-11-04 Thread JVTONGEL
Title: INFO FOR NEWBIE: whats next Dear after completing the exercieses wich comes with revolution what is the next best step to follow kind regards

RE: Development vs Standalones

2002-11-04 Thread Ivers, Doug E
I've also noticed a descrepancy between dev and standalone on Windows regarding the display of bold HTML text. MacX dev, MacX standalone, Windows dev are all ok, but bold doesn't show on Windows standalone. -- D > -Original Message- > From: [EMAIL PROTECTED] [mailto:Jmicha5059@;aol.co

Re: New ButtonGadget for Revolution...

2002-11-04 Thread Troy Rollins
On 11/4/02 5:04 AM, "Chipp Walters" <[EMAIL PROTECTED]> wrote: > I've just released ButtonGadget as an Altuit application made in RunRev. I > also have a version developed solely for Windows RR users and would like > some feedback. The current beta version is free to all who register. Hey Chipp,

Re: Way to mimic user/pass browser popup?

2002-11-04 Thread RGould8
Yup!  This did the trick - - - thanks everyone for your advice - - - the get url "http://username:password@host/path/page.html" worked just fine. In a message dated 11/4/02 4:44:45 AM, [EMAIL PROTECTED] writes: Assuming the modem/server is using the "http basic authorization" scheme (which i

Re: app crashes frequently

2002-11-04 Thread Scott Raney
On Sun, 3 Nov 2002 Bill Vlahos <[EMAIL PROTECTED]> wrote: > It is a known bug in the IDE for 1.1.1 and will be fixed in 2.0 (it > already is in the alpha version). > > I never see the bug in existing projects but see it right away in new > ones. Since the Revolution folks have never characterized

RE: New ButtonGadget for Revolution...

2002-11-04 Thread Chipp Walters
Thanks Troy, I'll get to the Mac version of ButtonGadget soon. In fact there's already a bunch of code in it to do the image processing on Macs. The problem areas are registration without a registry and how to launch ButtonGadget when clicking on a web link (any ideas anyone?) best, Chipp > >

Web Access (corrected version!)

2002-11-04 Thread Gary Aitcheson
Sorry, I had typos in my last post. I shouldn't write these late at night. I did have the appropriate slashes in the address but it still did not work. To recap - I am trying to use revGoURL to access the web. I have RR 1.1.1 on XP and Internet Explorer. I get a web page that says in part "Internet

Just a little Self-Correction

2002-11-04 Thread FreakyPhoenix >
Self-Correction: UTP, not UDP.     FreakyPhoenixHaal meer uit het web. Download MSN Explorer gratis: http://explorer.msn.nl/intl.asp#du

Re: Getting the type of a control

2002-11-04 Thread Scott Rossi
Recently, "Ben Rubinstein" wrote: > Is there a clean way to get the type of a control? One way: answer the long name of control n Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com

Re: INFO FOR NEWBIE: whats next

2002-11-04 Thread David Vaughan
On Monday, Nov 4, 2002, at 23:25 Australia/Sydney, [EMAIL PROTECTED] wrote: Dear after completing the exercieses wich comes with revolution what is the next best step to follow kind regards Build something for yourself. Convert something you have or make a new application that might be intere

Re: INFO FOR NEWBIE: whats next

2002-11-04 Thread David Vaughan
On Monday, Nov 4, 2002, at 23:25 Australia/Sydney, [EMAIL PROTECTED] wrote: Dear after completing the exercieses wich comes with revolution what is the next best step to follow kind regards Build something for yourself. Convert something you have or make a new application that might be intere

loading images

2002-11-04 Thread Oliver Hardt
problem: i want to load an image but i don't want to display it immediately. currently, i am using the approach lined out below. 2 questions: (1) any better scripting out there? (2) when i import an image with "import paint ...", how do i get the ID RR assigned to the image? thanks, olli.

RE: loading images

2002-11-04 Thread Chipp Walters
Oliver, Check out: hide img "hiddenImage" answer file "Select Image to Display" set the filename of img "hiddenImage" to it then you can show/hide img "hiddenImage" anytime you want, Chipp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:use-revolution-admin@;lists.runrev.com]O

RE: Web Access (corrected version!)

2002-11-04 Thread Chipp Walters
Gary, revGoURL "http://www.runrev.com"; works just fine from the messagebox on my XP machine... hmmm btw, please post to the list as Plain Text best, Chipp ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/us

Cool generic scripts...

2002-11-04 Thread Chipp Walters
Everyone has a bunch of tools they use when developing programs...And I was wondering if anyone wanted to share some of the stuff they put in *all* their projects? for instance, I usually put the following in all my stacks: on closeStack if exists(stack "revMenubar") or exists(stack "Home") th

Re: Getting the type of a control

2002-11-04 Thread Jeanne A. E. DeVoto
At 4:15 AM -0800 11/4/02, Ben Rubinstein wrote: >Is there a clean way to get the type of a control? [...] >...but I can't see anything to return the type. The workaround I've found >is to get first word of the long name - but that seems like a hack. That's the only way to do it that I know of. T

RE: INFO FOR NEWBIE: whats next

2002-11-04 Thread JVTONGEL
Thanks David   I was trying to do this but thought that this wasn't a very good idee   kind regards -Original Message-From: David Vaughan [mailto:[EMAIL PROTECTED]]Sent: Monday, 4 November 2002 22:10To: [EMAIL PROTECTED]Subject: Re: INFO FOR NEWBIE: whats next On Monday

Save array

2002-11-04 Thread paolo mazza
How can I save an array into a stack? I thought I could save the array into a custom property. Am I supposed to combine the array and save in text format? Thanks, Paolo ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/lis

RE: Cool generic scripts...

2002-11-04 Thread Chipp Walters
I meant to say "all my *main* stacks" > Everyone has a bunch of tools they use when developing > programs...And I was > wondering if anyone wanted to share some of the stuff they put in *all* > their projects? > > for instance, I usually put the following in all my stacks: > > on closeStack >