Re: repeat with i=

2011-07-13 Thread Scott Morrow
Cool, I didn't know about "any". Thanks, Jacque! Scott Morrow On Jul 13, 2011, at 9:58 PM, J. Landman Gay wrote: > On 7/13/11 11:33 PM, Pete wrote: >> You're right, should probably be something like "replace y& comma with >> empty in x". > > Plain old "delete" does it. > > Also, not everyon

Re: repeat with i=

2011-07-13 Thread Pete
Great, learned two things form this - delete and any! Pete Molly's Revenge On Wed, Jul 13, 2011 at 9:58 PM, J. Landman Gay wrote: > On 7/13/11 11:33 PM, Pete wrote: > >> You're right, should probably be something like "replace y& comma with >> empty in x". >> >

Re: Set image/data/source via an image on web?

2011-07-13 Thread J. Landman Gay
On 7/13/11 11:53 PM, John Patten wrote: Hi All... I have a script where I'm creating a number of image objects on the fly and then attempting to set them to jpg on a web server. Something like: put URL "http://webserver.on-rev.com/conference/images/"&; (line x of tBadgeList)& ".jpg" into tI

Re: repeat with i=

2011-07-13 Thread J. Landman Gay
On 7/13/11 11:33 PM, Pete wrote: You're right, should probably be something like "replace y& comma with empty in x". Plain old "delete" does it. Also, not everyone knows about the "any" keyword but it's really handy for lines like this: put item random(the number of items in x) of x into

Set image/data/source via an image on web?

2011-07-13 Thread John Patten
Hi All... I have a script where I'm creating a number of image objects on the fly and then attempting to set them to jpg on a web server. Something like: put URL "http://webserver.on-rev.com/conference/images/"; & (line x of tBadgeList) & ".jpg" into tImageData put tImageData into last ima

Re: repeat with i=

2011-07-13 Thread Pete
You're right, should probably be something like "replace y & comma with empty in x". Pete Molly's Revenge On Wed, Jul 13, 2011 at 7:53 PM, Nonsanity wrote: > I like Pete's best - closest to what I was thinking - but I'd change the > "put empty" line to "delete i

multi-lingual and the .lproj folders inside apps?

2011-07-13 Thread Kee Nethery
How does one determine the preferred written language for a user's computer? For example, when to display French versus English or Italian? How does one typically make a multi-lingual Livecode app? Put all the translations in custom properties and set everything when the language changes? Kee N

Re: repeat with i=

2011-07-13 Thread Dick Kriesel
On Jul 13, 2011, at 7:53 PM, Nonsanity wrote: > I like Pete's best - closest to what I was thinking - I like Jerry's best - it's better than I was thinking ... Jerry's is less code executed less often: one statement once versus two statements for each item. -- Dick _

Re: repeat with i=

2011-07-13 Thread Nonsanity
I like Pete's best - closest to what I was thinking - but I'd change the "put empty" line to "delete item y of x". I think the put empty would just put "" into that item, but the item would still be there, like: 1,2,,4,5,6 ~ Chris Innanen ~ Nonsanity On Wed, Jul 13, 2011 at 9:25 PM, Pete wro

Re: outerGlow color differs by Win OS

2011-07-13 Thread J. Landman Gay
On 7/13/11 6:41 PM, Nicolas Cueto wrote: Hello list. On XP and Win98 the outerGlow color of objects is blue, as I'd set them. On Vista, it's red. Exact same stack, though. And to make the color blue, I must reset outerGlow color by choosing what on the palette appears as red but which on the st

Re: repeat with i=

2011-07-13 Thread Roger Eller
This one guarantees that each of the 6 random numbers is only used once. put "1,2,3,4,5,6" into x replace comma with cr in x repeat until (the number of lines of t) = 6 -- be cautious with until loops put random(6) into tLine if tLine is not among the lines of t then put (line

Re: repeat with i=

2011-07-13 Thread Jerry J
On Jul 13, 2011, at 6:01 PM, Timothy Miller wrote: > Hi, > > Let's say that I want to do something like > > repeat with i = 1 to 6 > do "whatever" & i > end repeat > > Except, I want 1 to 6 to be in random sequence > > I could think of a few kludgy ways to do this. > > Is there a standard ap

Re: repeat with i=

2011-07-13 Thread Pete
Maybe (untested): put "1,2,3,4,5,6" into x repeat with i=1 to 6 put item random(the number of items in x) into y put empty into item y of x end repeat Pete Molly's Revenge On Wed, Jul 13, 2011 at 6:01 PM, Timothy Miller < gand...@doctortimothymiller.com>

Re: repeat with i=

2011-07-13 Thread Roger Eller
On Wed, Jul 13, 2011 at 9:01 PM, Timothy Miller wrote: > Hi, > > Let's say that I want to do something like > > repeat with i = 1 to 6 > do "whatever" & i > end repeat > > Except, I want 1 to 6 to be in random sequence > > I could think of a few kludgy ways to do this. > > Is there a standard appr

repeat with i=

2011-07-13 Thread Timothy Miller
Hi, Let's say that I want to do something like repeat with i = 1 to 6 do "whatever" & i end repeat Except, I want 1 to 6 to be in random sequence I could think of a few kludgy ways to do this. Is there a standard approach? A simple approach? Thanks in advance. Tim

Re: Hotel Management Software

2011-07-13 Thread planix
Hi, have you had a look at the Open Conference System (http://pkp.sfu.ca/?q=ocs)? I have used the Open Journal System (http://pkp.sfu.ca/?q=ojs) and found it to be excellent. cheers Alistair Townsville -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Hotel-Manag

outerGlow color differs by Win OS

2011-07-13 Thread Nicolas Cueto
Hello list. On XP and Win98 the outerGlow color of objects is blue, as I'd set them. On Vista, it's red. Exact same stack, though. And to make the color blue, I must reset outerGlow color by choosing what on the palette appears as red but which on the stack becomes blue. Could someone explain

Hotel Management Software

2011-07-13 Thread Bob Sneidar
Hi all. We have several conference centers around, but custom apps people have built for scheduling have been woefully inadequate. We need a kind of Hotel Scheduling solution, and everything out there is insanely expensive, or else charges exorbitant fees to host, based upon how many conferences

RE: [OT] HyperNext Android Creator

2011-07-13 Thread Lynn Fredricks
> Richmond Mathewson wrote: > > > http://tigabyte.com/ > > > > interesting. > > Even more interesting if it becomes RealBASIC's Digital Chisel. ;) I think the subset of what you can do with it is much more limited because it uses RBScript. The funny thing about DC is that it was a much better t

Re: [OT] HyperNext Android Creator

2011-07-13 Thread Richard Gaskin
Richmond Mathewson wrote: http://tigabyte.com/ interesting. Even more interesting if it becomes RealBASIC's Digital Chisel. ;) -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode developers: http://www.LiveCodeJournal.com Live

[OT] HyperNext Android Creator

2011-07-13 Thread Richmond Mathewson
http://tigabyte.com/ interesting. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread Andre Garzia
On Wed, Jul 13, 2011 at 2:47 PM, Keith Clarke < keith.cla...@clarkeandclarke.co.uk> wrote: > ...so after your epic 'le Mans, 24-hour' CMS coding challenge, you didn't > fancy the Brazilian Grand-prix challenge to code a comments mgt. system in > 2.5-hours? ;-) > comment system would require a dat

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread Keith Clarke
...so after your epic 'le Mans, 24-hour' CMS coding challenge, you didn't fancy the Brazilian Grand-prix challenge to code a comments mgt. system in 2.5-hours? ;-) Best, Keith.. On 13 Jul 2011, at 18:18, Andre Garzia wrote: > Folks, > > I've just added comments to the blog system by using Di

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread Pierre Sahores
Well done ! Will probably follow you in adding it (as an option) to the widestep.fr platform. ;-) Le 13 juil. 2011 à 19:18, Andre Garzia a écrit : > Folks, > > I've just added comments to the blog system by using Disqus.com I think it > works and it is easier than writting my own. > > :-) > _

Re: what is the last LiveCode version to run on G5?

2011-07-13 Thread Andre Garzia
On Wed, Jul 13, 2011 at 2:18 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > I'm keeping my G5 for a long time... > yeah, Panther was a lot of cats ago... > Hey I had a working G3 and a Newton until last year when someone sat on my newton and someone moved my G3 to a damp place a

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread Andre Garzia
Folks, I've just added comments to the blog system by using Disqus.com I think it works and it is easier than writting my own. :-) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage you

Re: what is the last LiveCode version to run on G5?

2011-07-13 Thread stephen barncard
I'm keeping my G5 for a long time... yeah, Panther was a lot of cats ago... On 13 July 2011 08:51, Bob Sneidar wrote: > Stable little things aren't they? > > Bob > > > On Jul 12, 2011, at 7:18 PM, Andre Garzia wrote: > > > oh great > > > > A friend of a friend here is selling a dual core G5.

Re: what is the last LiveCode version to run on G5?

2011-07-13 Thread Bob Sneidar
Stable little things aren't they? Bob On Jul 12, 2011, at 7:18 PM, Andre Garzia wrote: > oh great > > A friend of a friend here is selling a dual core G5... I am thinking about > snatching it, I have a long love for PPC machines, my favorite laptop for > work is my G4 even though I own a

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread Alejandro Tejada
Hi Andre, Many thanks for the useful insights in your decision process! I like that you had chosen time as a constrain for the creation of your new website. For many years, I have been educating my graphic design clients about the two main constrains in their projects: Scheduled time and assigne

Re: Approved :) - iOS App upgrade from just iPhone to both iPhone and iPad

2011-07-13 Thread Colin Holgate
They like that a lot more than if you tried to go from supporting a device to not supporting it anymore. On Jul 13, 2011, at 7:17 AM, Andy Henshaw wrote: > >I wouldn't normally post this, but I thought I would as its the first I've > >seen where the original '1.0' app was just for iPhone, and

Approved :) - iOS App upgrade from just iPhone to both iPhone and iPad

2011-07-13 Thread Andy Henshaw
Just got the email from Apple to say the update to my Livecode app 'Tracker2Go' has been approved. I wouldn't normally post this, but I thought I would as its the first I've seen where the original '1.0' app was just for iPhone, and the '1.1' version is for iPhone and iPad. Beyond the change

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread Keith Clarke
Thanks for the 'How-to' article Andre - great insights for developing lightweight CMS features. ...and you have mail with some further feedback. Best, Keith.. On 13 Jul 2011, at 08:47, Andre Garzia wrote: > Folks, > > The blog is now live and has its first useful post. > > http://andregarzia.

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread René Micout
Le 13 juil. 2011 à 10:27, Andre Garzia a écrit : > I am just giving back to the community that has given me so much! :-) It is also my case... I try to make it a little with my modest tools on RevOnLine. > Bonsoir my friend Bonne nuit (si je puis dire !) it is noon now in Paris... > PS: Its

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread Andre Garzia
On Wed, Jul 13, 2011 at 5:19 AM, René Micout wrote: > Hello Andre, > Your work is not mine (music / interface) and I do not have enough time to > read closely (and translate in French to understand all the subtleties of > about). > I just wanted to express my admiration for the work even if I do n

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread René Micout
Hello Andre, Your work is not mine (music / interface) and I do not have enough time to read closely (and translate in French to understand all the subtleties of about). I just wanted to express my admiration for the work even if I do not understand the very substance (la substantifique moëlle di

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread Andre Garzia
On Wed, Jul 13, 2011 at 4:55 AM, René Micout wrote: > Wow !! Impressive ! > If you read it then please give me some feedback! :-) > > Le 13 juil. 2011 à 09:47, Andre Garzia a écrit : > > > Folks, > > > > The blog is now live and has its first useful post. > > > > http://andregarzia.com/blog >

Re: New post detailing the technology and decisions behind my new website

2011-07-13 Thread René Micout
Wow !! Impressive ! Le 13 juil. 2011 à 09:47, Andre Garzia a écrit : > Folks, > > The blog is now live and has its first useful post. > > http://andregarzia.com/blog > > You can see a little journal on the decisions behind the system that drives > my new website by going to: > > http://andreg

New post detailing the technology and decisions behind my new website

2011-07-13 Thread Andre Garzia
Folks, The blog is now live and has its first useful post. http://andregarzia.com/blog You can see a little journal on the decisions behind the system that drives my new website by going to: http://andregarzia.com/page/bootstrappingacms It is a long read but it is useful for those trying to un

AW: why don't I get mouse events with brush tool?

2011-07-13 Thread Tiemo Hollmann TB
Just FYI After having run against the front door without success, I now followed Björnkes approach to recreate the paint tool with a drag loop and here it was easy to implement my undo function: on mouseDown xStoreUndo -- mybackup handler put the mouseLoc into tOldLoc choose brush tool