AW: AW: Can you realise a transparent hover color for buttons?

2008-09-11 Thread Tiemo Hollmann TB
Hi Ken, it's amazing, that there is still a solution, when you think you're at the end of the features :) Thank you for your ideas Tiemo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Ken Ray > Gesendet: Freitag, 12. Septembe

AW: AW: AW: AW: AW: slown down of IDE 2.9 under windows

2008-09-11 Thread Tiemo Hollmann TB
Hi Richard, > > They're up to v9.5 and still have that text limit? Odd. Coupled with > the multi-year span between v7 and v8, I gotta wonder what's up with > that code base. Yes they are still limited even in the upcoming 9.5 Version! They just came out last year with the 32Bit version 9 and

Re: AW: Can you realise a transparent hover color for buttons?

2008-09-11 Thread Ken Ray
> that does almost the trick, beside the blendlevel does affect not only the > backgroundcolor, but also the text. So you want the everything but the text to go transparent? You mentioned "like the menu items of MS Office products on Win" - which version of Office are you talking about? If you w

Re: QT: how do I determine wheter a chosen file is within the same folder as a new chosen destination folder?

2008-09-11 Thread William de Smet
Thanks Ken, You make my day! And I learned again :-) greetings, William 2008/9/12 Ken Ray <[EMAIL PROTECTED]> > > > on mouseUp > > answer file "Kies bestand:" > > if the result is "Cancel" > > then exit mouseUp > > else put it into bLijst > > > > answer folder "Kies map" -- sel

Re: QT: how do I determine wheter a chosen file is within the same folder as a new chosen destination folder?

2008-09-11 Thread Ken Ray
> on mouseUp > answer file "Kies bestand:" > if the result is "Cancel" > then exit mouseUp > else put it into bLijst > > answer folder "Kies map" -- selection of destination folder > if the result is "Cancel" then exit mouseUp > put it & "/" into bMap > end mouseup > > After

Re: Zipping an application package by script

2008-09-11 Thread Ken Ray
> function altGoodMacSystemForUnzip > put systemVersion() into tNum > set itemDel to "." > put item 1 of tNum into t1 > put item 2 of tNum into t2 > put item 3 of tNum into t3 > if t1 < 10 then return false > if t2 < 2 then return false > if t2 = 2 and t3 > 8 then return true > i

QT: how do I determine wheter a chosen file is within the same folder as a new chosen destination folder?

2008-09-11 Thread William de Smet
Hi there, I do two things : on mouseUp answer file "Kies bestand:" if the result is "Cancel" then exit mouseUp else put it into bLijst answer folder "Kies map" -- selection of destination folder if the result is "Cancel" then exit mouseUp put it & "/" into bMap end mouseup Af

Re: Arrays: new and old keys, i

2008-09-11 Thread John Vokey
On 11-Sep-08, at 7:24 PM, [EMAIL PROTECTED] wrote: On Sep 11, 2008, at 5:55 PM, Björnke von Gierke wrote: Now I understand, I didn't consider not to tell rev how many sub arrays there would be. I have no clue when this would be useful though, maybe you can explain that? Sure. One thing that

Re: Printing dilemma

2008-09-11 Thread Joe Lewis Wilkins
Jacqi, Thank you too. Looks like one of these critters will do the job. Joe Wilkins On Sep 11, 2008, at 9:30 PM, J. Landman Gay wrote: Joe Lewis Wilkins wrote: Hey Chipp, I was hoping there was something like this floating around in Rev. I'll get back with the details if it actually does wh

RE: Invisible volume slider on audio player

2008-09-11 Thread Jim Schaubeck
Thanks for the response Chipp, I have QT installed and I just upgraded to 7.5.5 to make sure. I still have the problem (if it helps, these are all wav files). However, I may not be *using* QT in runrev (I don't really know how I would find out) but I do have it and launched it successfully. This

Re: Printing dilemma

2008-09-11 Thread J. Landman Gay
Joe Lewis Wilkins wrote: Hey Chipp, I was hoping there was something like this floating around in Rev. I'll get back with the details if it actually does what I'm hoping for. Also look at "print card from ", which allow you to send only a portion of the card to the printer. -- Jacqueline L

Re: Walking Trees Backwards

2008-09-11 Thread Jim Ault
To make tab/space runs, this is the function I use function getIndentSpaces pLevel put space into line (pLevel*4) of tempp replace cr with space in tempp return tempp end getIndentSpaces put 1 into tDepth put "Al, child of the first marriage" into childString put getIndentSpaces(tDepth) & c

Re: is there a shell command on windows to unzip a file?

2008-09-11 Thread Chipp Walters
Not that I'm aware of. See my reply on Steve's thread for unzipping using Rev's own zip.dll. On Thu, Sep 11, 2008 at 5:05 PM, Josh Mellicker <[EMAIL PROTECTED]> wrote: > Is there a shell command built into windows (without installing anything > extra) to unzip a file? > __

Re: Zipping an application package by script

2008-09-11 Thread Chipp Walters
OOPS, the previous routines depended on Altuit's revZipper.dll for windows. This one works with Rev's versions. I still use the altUnzip one above for Mac. This is a more dedicated one, but I'm sure the necessary bits can be used. Sorry if this has already been handled. on UnzipWxPythonZip put mg

Re: Printing dilemma

2008-09-11 Thread Joe Lewis Wilkins
Hey Chipp, I was hoping there was something like this floating around in Rev. I'll get back with the details if it actually does what I'm hoping for. I still haven't been able to use Rev's documentation for searching stuff very well. It's got some bugs in the dictionary that makes searchi

Re: Zipping an application package by script

2008-09-11 Thread Chipp Walters
Coming late to this party..but thought I'd throw this in and see if anyone needs them...Thanks probably go to Sarah and perhaps Ken, too. Sorry I sometimes forget who helps :-( I don't have an altZip routine for Mac but I imagine one could be created using ditto as well? on altUnZip pFilePathToU

Beta testers wanted

2008-09-11 Thread Bill Vlahos
I'm looking for people to beta test my new consumer application called InfoWallet which is the program I demoed at RevLive. This application tracks your most important personal information including medical, financial, passwords, and license keys. If you are interested in helping test my ap

RE: Walking Trees Backwards

2008-09-11 Thread Randall Reetz
Man i am going to post a question to this list and start a company based on the code people submit as examples. You guys are impressive! -Original Message- From: "Alex Tweedly" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: 9/11/2008 6:21 PM Subject: Re: Walking Trees Backwards

Re: Invisible volume slider on audio player

2008-09-11 Thread Chipp Walters
Do you have QuickTime installed? I am on XP and Rev 3.0 and don't see the problem--but then again I'm using QT. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription p

Re: Printing dilemma

2008-09-11 Thread Chipp Walters
Hi Joe, Check out the print into pagerect command. It can print images at higher than screen resolution to your printer. HTH, Chipp ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread Chipp Walters
We Rev'ers should be so lucky to have to have this discussion. Sheesh. Really-- how many commercial 3rd party add-ons are really available for Rev? As one who actually did the math, I can tell you building 3rd party products for Rev provides little in the way of a 'real' revenue return--and certain

Re: Arrays: new and old keys, i

2008-09-11 Thread Trevor DeVore
On Sep 11, 2008, at 8:53 PM, Björnke von Gierke wrote: I see now, but I'm still thinking about alternatives that make you not use "do". You say your script is recursively walking trough the XML. But that would allow to only use a one dimensional array assignment. I tried to look at your cod

Re: Re: chat protocols

2008-09-11 Thread Andre Garzia
There is a jabber lib and I missed it? :-O Malte, another thing people are using are those micro blogging tools such as twitter, tumblr, pownce... twitter is the most popular and their api is dead easy (single line libURL call to post) Andre On Thu, Sep 11, 2008 at 11:06 AM, Malte Brill <[EMAI

Invisible volume slider on audio player

2008-09-11 Thread Jim Schaubeck
Using a visible audio player, I do not see the volume adjust slider when I click the little speaker icon on the player to adjust he volume. The player works fine and in fact the volume is getting adjusted as I drag the mouse up and down. But, the little "indicator ball" does not appear. FYI.I us

Printing dilemma

2008-09-11 Thread Joe Lewis Wilkins
I have a stack whose cards have a variety of pictures/graphics on them. I would like to be able to define the area to be printed for each card. I know this can be done in other languages, but can it be done with RR? Essentially I want to grab part of the screen and print only that area. T

Re: Access to Rev User Interface Controls

2008-09-11 Thread Mikey
Yes. The fact that the IDE is bootstrapped is wonderful, because so much in RR is hackable. I've written several hacks to date to add features that I could have waited years for otherwise. It is a nice balance - the engine is compiled and out of the way, but the rest is interpreted so I don't ha

Re: Using arrow keys to move from card to card

2008-09-11 Thread Joe Lewis Wilkins
I figured as much, but no one else had responded today. If I had the same problem, I think I'd create a new cd 10 - just like 9 or 11 - and move everything from the existing 10 to the new one. I realize that may not be as easy as one might think, but it might be worth trying. What kind of s

Re: Walking Trees Backwards

2008-09-11 Thread Alex Tweedly
David Bovill wrote: *Task* I want to put an indented outline (more generally a tree structure) into an array. I suspect I've mis-understood your problem my "solution" seems so straightforward that I may be missing some important part of the desired data structure. So I'll re-state the

Re: Using arrow keys to move from card to card

2008-09-11 Thread Petrides, M.D. Marian
Bingo. Problem solved! Field was locked but I inadvertently did not turn focusable off. Did that and all is well. Thanks, Terry. Oh, and for anyone else looking for the toggle to turn keyboard navigation on and off, it is in the Revs Preferences menu item. That wasn't the problem in this

Re: Using arrow keys to move from card to card

2008-09-11 Thread Terry Judd
Is there an unlocked field that has focus on this cd? It could be eating up your keystrokes. Terry... On 12/9/08 11:11 AM, "Petrides, M.D. Marian" <[EMAIL PROTECTED]> wrote: > Thanks for the suggestion, Joe. Unfortunately, there's nothing in any > of the handlers in the stack that uses ArrowKe

Re: Using arrow keys to move from card to card

2008-09-11 Thread Petrides, M.D. Marian
Thanks for the suggestion, Joe. Unfortunately, there's nothing in any of the handlers in the stack that uses ArrowKeys. I could swear I once found a check box in one of the object inspectors that solved the problem, but I can't find it now. I'm using 2.9 BTW. On Sep 11, 2008, at 6:43 PM,

Re: Access to Rev User Interface Controls

2008-09-11 Thread Gregory Lypny
Thanks, Eric. The Shift key is what I was missing! Good stuff. Gregory On Thu, Sep 11, 2008, at 4:10 PM, [EMAIL PROTECTED] wrote: The best way to access IDE objects is: 1. In Preferences General pane check the 'Contextual menus work in Revolution windows' box. 2. Then use Shift/C

Re: Arrays: new and old keys, i

2008-09-11 Thread Björnke von Gierke
I see now, but I'm still thinking about alternatives that make you not use "do". You say your script is recursively walking trough the XML. But that would allow to only use a one dimensional array assignment. I tried to look at your code, but it's too hard for me to understand, oh and I als

Re: Zipping an application package by script

2008-09-11 Thread Mark Talluto
On Sep 10, 2008, at 12:30 PM, Stephen Barncard wrote: As I mentioned at the start of this thread, using zip in the shell for me has ended up in zip not digging identical filenames like .DS_store or info.plist (in different folders ) and stopping execution. Hi Stephen, Glad you found a

Re: Using arrow keys to move from card to card

2008-09-11 Thread Joe Lewis Wilkins
Hi Marian, Since I often do such things with the on ArrowKeys handlers, check cd 10's script and any object on cd 10 that may have an ON ArrowKeys handler. Could also be on a stack handler that provides an exception. In which cases you may need to do a pass ArrowKeys statement in one of t

Re: Arrays: new and old keys, i

2008-09-11 Thread Trevor DeVore
On Sep 11, 2008, at 5:55 PM, Björnke von Gierke wrote: Now I understand, I didn't consider not to tell rev how many sub arrays there would be. I have no clue when this would be useful though, maybe you can explain that? Sure. One thing that the ability to dynamically specify a key would do

Re: Zipping an application package by script

2008-09-11 Thread Trevor DeVore
On Sep 11, 2008, at 6:55 PM, Stephen Barncard wrote: 3. Sorry, Trevor, I couldn't get your 'all in Rev' code to work yet in 3.0 as Rev crashed immediately* on calling it and have not gotten down to debugging it yet. Shouldn't be that hard to check out; it's all well written and self-docume

Re: Zipping an application package by script

2008-09-11 Thread Stephen Barncard
The winner isT A R in the shell() put "/Users/sb/Desktop/200809070038/" into ToBeZippdFolder put "/Users/sb/Desktop/testPlace/" & "archive.tar" into tarredfolder put shell( "tar -cf" && tarredfolder && ToBeZippdFolder ) into fld "output" success! This works wonderfully. Thanks Brian Yennie

Re: Possible bug in Revolution 3.0: merge command is missing array elements...

2008-09-11 Thread Andre Garzia
Friends, guess what, I think they "fixed" their parsing routine for merge the merge of: "hello [[myVar["name"]]]" --- empty "hello [[myVar["name"]]" --- empty (worked before) "hello [[myVar["name"] ]]" --- works! So anyone working with merge commands and arrays, be sure to add a

Possible bug in Revolution 3.0: merge command is missing array elements...

2008-09-11 Thread Andre Garzia
Folks, can anyone confirm that we can still use arrays inside the merge command, like: put "andre" into myvar["name"] put the merge of format("hello [[ myVar[\"name\"]], welcome!") Before anyone says that there's a missing closing ] in the string, be aware that in previous revolution versions th

RE: Walking Trees Backwards

2008-09-11 Thread Randall Reetz
Are you after a sort by hierarchical depth... How close an object is to the ground? That is the pattern implied in your example output. Your example data is delemeter free. This makes for smaller data storage... But you have to make up for that advantage through increased processing complexit

RE: Walking Trees Backwards

2008-09-11 Thread Randall Reetz
The "do" restriction has to do with the complexity of constructing do statements or speed of execution? -Original Message- From: "David Bovill" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: 9/11/2008 12:51 PM Subject: Re: Walking Trees Backwards Yes - thanks that's what I was t

is there a shell command on windows to unzip a file?

2008-09-11 Thread Josh Mellicker
Is there a shell command built into windows (without installing anything extra) to unzip a file? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Arrays: new and old keys, i

2008-09-11 Thread Björnke von Gierke
Now I understand, I didn't consider not to tell rev how many sub arrays there would be. I have no clue when this would be useful though, maybe you can explain that? At first I wanted to write an example function that uses the paramCount, so it would automatically fill the array in a switch

Re: Arrays: new and old keys, i

2008-09-11 Thread Trevor DeVore
On Sep 11, 2008, at 4:59 PM, Mark Wieder wrote: I don't think this is properly the function of an array. If you're talking about adding engine support for LIFO or FIFO stacks or queues then that's a slightly different topic. But trying to access array elements in the order they were added is a b

Re: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread Björnke von Gierke
On 11 Sep 2008, at 22:45, David Bovill wrote: I personally would like to receive the information that Lynn, and other commercial developers have, that are related to Revolution. I have an objection to this, as Lynn is not a Rev developer of third party tools, he just sells them as far as I

Re: Arrays: new and old keys, i

2008-09-11 Thread Trevor DeVore
On Sep 11, 2008, at 5:02 PM, Björnke von Gierke wrote: On 11 Sep 2008, at 22:49, Trevor DeVore wrote: put "some string" into theValue put "[people][1][name]" into theKey ## assume you didn't know the full path to the key in advance. put "put theValue into theArrayA" & theKey into theDo do t

Re: Arrays: new and old keys, i

2008-09-11 Thread Björnke von Gierke
On 11 Sep 2008, at 22:49, Trevor DeVore wrote: put "some string" into theValue put "[people][1][name]" into theKey ## assume you didn't know the full path to the key in advance. put "put theValue into theArrayA" & theKey into theDo do theDo I'm not sure I understand the problem here, what

Re: Arrays: new and old keys, i

2008-09-11 Thread Mark Wieder
Trevor- Thursday, September 11, 2008, 11:32:39 AM, you wrote: > 3) Ability to reference elements of an array in the order they were > added to the array: > put element 5 of theArrayA I don't think this is properly the function of an array. If you're talking about adding engine support for LIFO

Re: Arrays: new and old keys, i

2008-09-11 Thread Trevor DeVore
On Sep 11, 2008, at 4:27 PM, David Bovill wrote: I have another scenario where I had to resort to 'do' though. I'm converting SQL queries to a hierarchal array but unlike XML SQL results have no sense of hierarchy. So I have a couple of 'do' statements in the code which I will promptly repl

Re: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread David Bovill
Hi gang :) My 2 cents worth. I personally would like to receive the information that Lynn, and other commercial developers have, that are related to Revolution. While the market is small - I think it is important for all potential developers that there is one place where all this information is co

Re-2: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread runrev260805
Hi, even if its only one letter per month. If everyone on this list would send only one newsletter a month, then it this would make me nervous. And how can you avoid that others will do the same ? I am allways interested in information/adverts about tools for revolution or things made with revol

Re: Can you realise a transparent hover color for buttons?

2008-09-11 Thread Eric Chatonet
Bonsoir Josh, I agree but... Here we always build multi-lingual applications (probably because we are a tiny market :-) then such a solution can't satisfy us. And I think that Tiemo is in the same situation... Le 11 sept. 08 à 21:47, Josh Mellicker a écrit : The way we have done this, is:

Re: Arrays: new and old keys, i

2008-09-11 Thread David Bovill
2008/9/11 Trevor DeVore <[EMAIL PROTECTED]> > On Sep 11, 2008, at 3:10 PM, David Bovill wrote: > > 1) Ability to reference an multi-dimensional keys dynamically. Right now >>> we >>> have to build the array key reference and then use 'do'. >>> >> >> Yes - that was the first problem I came across.

Re: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread Mark Schonewille
Looked like a newsletter to me anyway, Lynn, even though you call it a Monthly Release rather than a newsletter. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz http://facebook.economy-x-talk.com Benefit fro

Re: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread Mark Schonewille
Hi Ruslan, I am not trying to stop Lynn to send information about new Valentina updates for Revolution to this mail list and I am definitely not trying to stop you from doing anything. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-ta

Re: Arrays: new and old keys, i

2008-09-11 Thread Trevor DeVore
On Sep 11, 2008, at 3:10 PM, David Bovill wrote: 1) Ability to reference an multi-dimensional keys dynamically. Right now we have to build the array key reference and then use 'do'. Yes - that was the first problem I came across. I wanted to write a recursive function, and since you don't kn

Re: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread Ruslan Zasukhin
On 9/11/08 10:22 PM, "Mark Schonewille" <[EMAIL PROTECTED]> wrote: Hi Mark, I wonder on such people as you. I remember that during last 10 years, may be 5-7 other developers like you have try stop me and us from sending to REALbasic, Revolution, Director lists information about Valentina databas

RE: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread Lynn Fredricks
Hi Mark, > A quick message announcing the new product or update will suffice. > There is no need to send a newsletter to this mailing list. > You can send your newsletters to your own customers. Ill answer you off-list in detail. If you read my previous email, you'd see I didn't send the newsl

Re: Walking Trees Backwards

2008-09-11 Thread David Bovill
Yes - thanks that's what I was thinking it does not work though as while the maximum depth are all leaves of a tree structure there are other leaves lower down the branches. So I think I'll have to use a technique I've done before which is to turn the tree into an index of paths. So in your exa

Re: Can you realise a transparent hover color for buttons?

2008-09-11 Thread Josh Mellicker
The way we have done this, is: 1. make a cool button with the rounded rectangle (with Scott Rossi's awesome gradient tool) and name it "btnBkgd" 2. create text (use any font, and Rossi's tool to "burn" it into an image so it doesn't matter if the user has the font) and position it over th

Re: Walking Trees Backwards

2008-09-11 Thread Bernard Devlin
Oops, forgot to include an example input = task1 task1.a task1.b task1.b.1 task2 task2.a task2.a.1 task2.b task2.c task3 output = task1.b.1 task2.a.1 task1.a task1.b task2.a task2.b task2.c task1 task2 task3 Bernard ___

HOT HOT HOT Need Of Solaris Administrator

2008-09-11 Thread Mujeeb Khan
*HOT HOT HOT Need Of Solaris Administrator* Job Title:*Solaris Administrator* Location:Columbus ,OH Duration:3-6 Months *SUN Solaris 8,9 & 10, SUN Servers(latest models) M8000 Server experience* Recent and excellent Veritas Cluster experience (With Oracle RAC environments a plus) The

Re: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread Mark Schonewille
Hi Lynn, When you have a new product created with or for Revolution, please let us know. It is highly appreciated by all of us, I'm sure. I do the same when I finish a new product that is created with Revolution and I believe it is the right thing to do. A quick message announcing the new

Re: Walking Trees Backwards

2008-09-11 Thread Bernard Devlin
I'm not sure if I've understood the problem properly, but given a delimited list where the number of delimiters = depth then a custom sort will provide you with the lines by depth: on mouseUp put fld "outline" into tx -- each line has 0 or more tabs to indicate outline depth sort tx descendin

Re: Arrays: new and old keys, i

2008-09-11 Thread David Bovill
Great Trevor - was wandering where I'd read your article! 2008/9/11 Trevor DeVore <[EMAIL PROTECTED]> > > As for writing a wrapper, what sorts of routines are you looking for? There > are three features I would really like to see but none of these can really > be handled by a library. They need t

RE: Walking Trees Backwards

2008-09-11 Thread Randall Reetz
In my experience, non-computer scientists often produce the biggest breakthroughs in CS. You know how math-heads have had to follow physicists in math! Anyway, you are correct, if you arent always linearly cralling your tree from its base, if you have to perform blind jumps to a discreet leafs

Re: Arrays: new and old keys

2008-09-11 Thread Mark Brownell
>Message: 22 >Date: Thu, 11 Sep 2008 17:30:09 +0100 >From: "David Bovill" <[EMAIL PROTECTED]> >Subject: Re: Arrays: new and old keys >To: "How to use Revolution" >Message-ID: > <[EMAIL PROTECTED]> >Content-Type: text/plain; charset=ISO-8859-1 > >Oh - and anyone know where to find some docume

Re: Arrays: new and old keys, i

2008-09-11 Thread Trevor DeVore
On Sep 11, 2008, at 1:08 PM, Andrew Meit wrote: Me too! I am frustrated that once again Rev ships new features without full docs or full examples. Please anyone who deeply understands the new arrays teach all, thanks. :-) Better yet a small library of wrappers that finish them off. Just for

Re: Access to Rev User Interface Controls

2008-09-11 Thread Eric Chatonet
Bonsoir Mickey, Le 11 sept. 08 à 20:16, Mikey a écrit : Isn't it great to be able to do this kind of stuff in your development tool? I'm not sure to understand: you are like a concise monk ;-) But if you want to say that Rev is the only IDE built with itself, I do agree. All features you

Re: Access to Rev User Interface Controls

2008-09-11 Thread Mikey
Isn't it great to be able to do this kind of stuff in your development tool? ___ 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

Re: Arrays: new and old keys

2008-09-11 Thread Eric Chatonet
See the Engine Change Log.txt Though it's not really a tutorial ;-) Le 11 sept. 08 à 18:30, David Bovill a écrit : Oh - and anyone know where to find some documentation on the multidimensional arrays in Rev3.0? Best regards from Paris, Eric Chatonet. --

Re: Walking Trees Backwards

2008-09-11 Thread David Bovill
2008/9/11 Randall Reetz <[EMAIL PROTECTED]> > If you aren't a computer scientist then what kind of scientist are you? If > you have code that builds trees as indented outlines then walking down them > usually just means moving back up the text file line by line untill there > are one less tabs in

Re: Access to Rev User Interface Controls

2008-09-11 Thread Eric Chatonet
Bonsoir Gregory, Le 11 sept. 08 à 17:50, Gregory Lypny a écrit : I'm interested in learning how to create and script some of the controls, such as the field expander and title bar in list fields, that appear in Revolution's Dictionary user interface. It used to be that if I checked "Revol

Re: PCWorld

2008-09-11 Thread Bob Sneidar
Me 2. Bob Sneidar IT Manager Logos Management Calvary Chapel CM On Sep 11, 2008, at 10:22 AM, J. Landman Gay wrote: Chris Sheffield wrote: Way to go RunRev. I may be wrong, but this is the first time in my memory that there has been an announcement on PCWorld. http://www.pcworld.com/article/

RE: Walking Trees Backwards

2008-09-11 Thread Randall Reetz
If you aren't a computer scientist then what kind of scientist are you? If you have code that builds trees as indented outlines then walking down them usually just means moving back up the text file line by line untill there are one less tabs in front of a line, etc. If you bracket your leadin

Re: Arrays: new and old keys, i

2008-09-11 Thread Andrew Meit
Me too! I am frustrated that once again Rev ships new features without full docs or full examples. Please anyone who deeply understands the new arrays teach all, thanks. :-) Better yet a small library of wrappers that finish them off. Just for the record, I did bug report the missing doc while

Re: PCWorld

2008-09-11 Thread J. Landman Gay
Chris Sheffield wrote: Way to go RunRev. I may be wrong, but this is the first time in my memory that there has been an announcement on PCWorld. http://www.pcworld.com/article/150946/.html?tk=rss_news Congratulations! Wow, that's great! I just clicked the "thumbs up" icon. :) -- Jacqueline

PCWorld

2008-09-11 Thread Chris Sheffield
Way to go RunRev. I may be wrong, but this is the first time in my memory that there has been an announcement on PCWorld. http://www.pcworld.com/article/150946/.html?tk=rss_news Congratulations! Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___

Re: Arrays: new and old keys

2008-09-11 Thread David Bovill
Oh - and anyone know where to find some documentation on the multidimensional arrays in Rev3.0? 2008/9/11 David Bovill <[EMAIL PROTECTED]> > There were some unspecified limits on keys with the old array structures, > and even more with the GUI's that displayed them :) Array values could > always

Arrays: new and old keys

2008-09-11 Thread David Bovill
There were some unspecified limits on keys with the old array structures, and even more with the GUI's that displayed them :) Array values could always take binary values - so anything basically but the keys could not - so for instance UTF8 unicode keys won't work. Does anyone know what exactly is

Access to Rev User Interface Controls

2008-09-11 Thread Gregory Lypny
Hello everyone, I'm interested in learning how to create and script some of the controls, such as the field expander and title bar in list fields, that appear in Revolution's Dictionary user interface. It used to be that if I checked "Revolution UI elements appear in lists of stacks" and

Re: AW: AW: AW: AW: slown down of IDE 2.9 under windows

2008-09-11 Thread Richard Gaskin
Tiemo Hollmann wrote: > Actually I didn't thought that 2300 lines of code could affect > the IDE and as I posted before, the slowdown is already with > only IDE open, without any stack open, very curious. Definitely odd. This may not be necessary, but have you considered a fresh install? If no

Using arrow keys to move from card to card

2008-09-11 Thread Marian Petrides, MD
I have a stack which functions just as I intend it except for one card. When run from a splash screen standalone, that arrow keys on my Mac can be used to go forward and backwards in the stack--UNTIL I get to cd 10. On Cd 10 the arrow keys do not navigate to the next or previous cd, they

Re: AW: AW: AW: slown down of IDE 2.9 under windows

2008-09-11 Thread Jerry Daniels
Richard, 10-4, good buddy. Just setting expectations, here. Best, Jerry http://revmentor.com http://glx2.com IF YOU JUST TURN AROUND WHILE YOU'RE REMINISCING, YOU CAN SEE INTO THE FUTURE. On Sep 11, 2008, at 10:08 AM, Richard Gaskin wrote: Jerry Daniels wrote: On Sep 10, 2008, at 4:

Re: semi-OT: can Rev pre-populate data on a web form?

2008-09-11 Thread Chris Sheffield
Just wanted to write and say thanks to Trevor, Ben, and Jim. Using the web form is working great. I just needed a little push in the right direction, and I got it here. So thanks for the suggestions. Chris On Sep 5, 2008, at 3:28 AM, Ben Rubinstein wrote: Chris Sheffield wrote: So my main

Re: Rev 3.0 Cloning problem

2008-09-11 Thread Richard Gaskin
John Tregea wrote: Thanks for the guidance. Both your version and mine just stopped at the line clone stack "resource_template" That line is executed (and the resource_template stack is cloned), but the next line is not. Try inserting this line immediately after the "clone" statement: pu

Re: AW: AW: AW: slown down of IDE 2.9 under windows

2008-09-11 Thread Richard Gaskin
Jerry Daniels wrote: On Sep 10, 2008, at 4:09 PM, Richard Gaskin wrote: put the script of stack "StackWithABunchOfcode" That will dump the text of the script into the Message Box. If it takes about the same time as it does to open GLX2 with the same script, the issue lies elsewhere. I

Walking Trees Backwards

2008-09-11 Thread David Bovill
No before anyone asks this isn't a new age thing :) It's about hierarchical (tree) data structures - not being a computer scientist its out of my league, and I feel that someone who knows a bit about these beasts can advise. *Task* I want to put an indented outline (more generally a tree structure

Re: Re: chat protocols

2008-09-11 Thread Malte Brill
Andre: Thanks. It appears M$ changed their protocol, so I will need to get in touch with S. David: I am VERY interested to learn more about your library. All the best, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visi

RE: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread Lynn Fredricks
> What would you say about starting your own mailing list > rather than sending your newsletter to this list? If we all > start sending our newsletters to this list, I think it'll get > a bit cluttered. Hi Mark, The majority of RevCamp is a unique, monthly package of free stuff - not really a

Re: AW: AW: AW: slown down of IDE 2.9 under windows

2008-09-11 Thread Jerry Daniels
On Sep 10, 2008, at 4:09 PM, Richard Gaskin wrote: put the script of stack "StackWithABunchOfcode" That will dump the text of the script into the Message Box. If it takes about the same time as it does to open GLX2 with the same script, the issue lies elsewhere. I can tell you right now

Re: [FYI] WEBKIT

2008-09-11 Thread David Bovill
True - haven't done that - think it wouldn't distinguish between identical frameworks installed in different places. I guess my main interest is where the WebKit framework that Rev uses is. By looking in the bundles of Safari and the nightly WebKit.app builds - it is clear that Safari is using a s

Re: chat protocols

2008-09-11 Thread David Bovill
I'll be upgrading my Jabber / GoogleTalk library - once I've finished catching up with Rev 3.0. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Play iTunes protected videos

2008-09-11 Thread Luis
You CAN buy backup software in the EU... Cheers, Luis. On 11 Sep 2008, at 10:58, Richmond Mathewson wrote: "Insofar as I can recall, unless explicitly stated (especially in more recent documents) you ARE 'permitted' to make a BACKUP of any media you own, provided that is its sole purpose. We

Re: Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-11 Thread Mark Schonewille
Hi Lynn, What would you say about starting your own mailing list rather than sending your newsletter to this list? If we all start sending our newsletters to this list, I think it'll get a bit cluttered. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Play iTunes protected videos

2008-09-11 Thread Richmond Mathewson
"Insofar as I can recall, unless explicitly stated (especially in more recent documents) you ARE 'permitted' to make a BACKUP of any media you own, provided that is its sole purpose. Wether it is usable (DRM) that's another matter... Cheers, Luis." Not in the EU! ___

AW: Can you realise a transparent hover color for buttons?

2008-09-11 Thread Tiemo Hollmann TB
Thank you Eric, yes I will go the approach with PNGs Tiemo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Eric Chatonet > Gesendet: Donnerstag, 11. September 2008 09:33 > An: How to use Revolution > Betreff: Re: Can you reali

Re: Play iTunes protected videos

2008-09-11 Thread Luis
Hiya, Insofar as I can recall, unless explicitly stated (especially in more recent documents) you ARE 'permitted' to make a BACKUP of any media you own, provided that is its sole purpose. Wether it is usable (DRM) that's another matter... Cheers, Luis. On 10 Sep 2008, at 21:24, Richmond

Re: Can you realise a transparent hover color for buttons?

2008-09-11 Thread Eric Chatonet
Bonjour Tiemo, If I understand your problem correctly*, I don't think you can achieve your goal without building your own control. How to create custom controls using PNG images tutorial might help you: This stack shows how, using PNG images with transparency, you are able to create any nice

  1   2   >