Re: Ungroup Message?

2011-04-25 Thread Scott Rossi
Thanks Terry, but how would using selectedObjectChanged distinguish between ungrouping as opposed to selecting another control? And if ungrouping is done via script? Seems like there should be some kind of message... Best Regards, Scott Rossi Creative Director Tactile Media, UX Design Recent

Re: Ungroup Message?

2011-04-25 Thread Terry Judd
Scott - If you select the group before you ungroup it then you can trap the selectedObjectChanged message. Terry... On 26/04/2011, at 11:56 AM, "Scott Rossi" wrote: > Hello List: > > What message is sent when a group is ungrouped? The only reference I can > find is deleteGroup which doesn't

Ungroup Message?

2011-04-25 Thread Scott Rossi
Hello List: What message is sent when a group is ungrouped? The only reference I can find is deleteGroup which doesn't appear to trigger when a group is ungrouped. So how is the ungrouping of a group detected? Thanks & Regards, Scott Rossi Creative Director Tactile Media, UX Design

Re: arrived at the conference hotel

2011-04-25 Thread Judy Perry
I *like* this weather! Judy On Sun, 24 Apr 2011, Andre Garzia wrote: Folks, I am here at the conference hotel, if anyone else is already here, I will be walking around trying to keep warm because this is too chilly for my taste! ___ use-livecode m

Re: glx2 script editor updated

2011-04-25 Thread mwieder
OK - the new build is on the website. https://bitbucket.org/mwieder/glx2/downloads -- Mark Wieder ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: glx2 script editor updated

2011-04-25 Thread mwieder
> Hey Mark, > > just took the time to dig a bit...looking at the doCompile handler: > > errorDialog theResult, the cScriptErrors of stack "revGLX2 code" > > > the cScriptErrors of stack "revGLX2 code" is empty. > > > Thus throwing the error dialogue fails here. Thanks - I just poked arou

Re: glx2 script editor updated

2011-04-25 Thread Malte Brill
Hey Mark, just took the time to dig a bit...looking at the doCompile handler: errorDialog theResult, the cScriptErrors of stack "revGLX2 code" the cScriptErrors of stack "revGLX2 code" is empty. Thus throwing the error dialogue fails here. All the best, Malte __

Re: Folks, help me test Twitter integration

2011-04-25 Thread Erik Schwartz
It worked this time. -- == er...@sisyph.us                                  http://sisyph.us (530) 213-ERIK                          http://twitter.com/eriks (530) 213-3745   http://www.linkedin.com/in/erikschwartz

Re: Folks, help me test Twitter integration

2011-04-25 Thread stephen barncard
Andre, First I got a blank Twitter page, then went to my Twitter page (sbarncar) and saw that I just RT'd Andre. Is that what's supposed to happen? Was that the right term? I don't tweet very much, as I don't think anyone would care. Stephen Barncard San Francisco Ca. USA more about sqb <

Re: Folks, help me test Twitter integration

2011-04-25 Thread Pierre Sahores
Works there too, Andre ! Have fun, San Jose attendees :D Pierre Le 25 avr. 2011 à 20:51, Andre Garzia a écrit : > Yay! \O/ > > On Mon, Apr 25, 2011 at 11:46 AM, Mike Bonner wrote: > >> Worked fine for me this time. >> >> On Mon, Apr 25, 2011 at 12:22 PM, Andre Garzia >> wrote: >> >>> Hel

Re: Folks, help me test Twitter integration

2011-04-25 Thread Erik Schwartz
Got {"request":"\/1\/statuses\/update.json","error":"Incorrect signature"} On Mon, Apr 25, 2011 at 2:22 PM, Andre Garzia wrote: > Hello Folks, > > > I've changed some routines, could twitter account holders please try out: > > http://andregarzia.on-rev.com/runrevlive/session1/ > > Please clear

Re: Folks, help me test Twitter integration

2011-04-25 Thread Andre Garzia
Yay! \O/ On Mon, Apr 25, 2011 at 11:46 AM, Mike Bonner wrote: > Worked fine for me this time. > > On Mon, Apr 25, 2011 at 12:22 PM, Andre Garzia >wrote: > > > Hello Folks, > > > > > > I've changed some routines, could twitter account holders please try out: > > > > http://andregarzia.on-rev.com

Re: Folks, help me test Twitter integration

2011-04-25 Thread Mike Bonner
Worked fine for me this time. On Mon, Apr 25, 2011 at 12:22 PM, Andre Garzia wrote: > Hello Folks, > > > I've changed some routines, could twitter account holders please try out: > > http://andregarzia.on-rev.com/runrevlive/session1/ > > Please clear any cookies and cache if possible. I think I f

Re: glx2 script editor updated

2011-04-25 Thread mwieder
> Hey Mark, > > thanks for keeping glx alive. Is there a changeLog somewhere? Will you see > it if I post issues to the bitbucked site? I would really love being able > to use glx again, however, there is one issue which currently keeps me > from it. If I try to compile an errant script, no error i

Re: glx2 script editor updated

2011-04-25 Thread Malte Brill
Hey Mark, thanks for keeping glx alive. Is there a changeLog somewhere? Will you see it if I post issues to the bitbucked site? I would really love being able to use glx again, however, there is one issue which currently keeps me from it. If I try to compile an errant script, no error info is g

Re: Folks, help me test Twitter integration

2011-04-25 Thread Andre Garzia
Hello Folks, I've changed some routines, could twitter account holders please try out: http://andregarzia.on-rev.com/runrevlive/session1/ Please clear any cookies and cache if possible. I think I found the errors, if this work we're half way from a working OAuth 1.0 implementation. Cheers and

Crash, Bang, Wallop

2011-04-25 Thread Richmond
I am finding that Linux standalones built on a Mac PPC crash, while standalones built on Linux using the same code, for Linux, don't crash. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubsc

Re: At the airport, NeXT stop usa

2011-04-25 Thread Andre Garzia
It were the portuguese. :-D They named it january because it was discovered january 1st 1502... so, it almost was Rio of February... There was a time when the French stablished a brief colony and renamed part of it Villegagnon but hey, who could fight the portuguese and the brazilian indians in 15

Re: Having problems Storing and Retrieving an Excel file in a Custom Property

2011-04-25 Thread Mark Schonewille
Martin, Using 'binfile' is the right answer. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 25 apr. 2011 om 18:12 heeft Ian McKnight het vol

Re: Having problems Storing and Retrieving an Excel file in a Custom Property

2011-04-25 Thread Ian McKnight
Thanks Klaus that did the trick. BINFILE IN AND out makes absolute sense now that its been pointed out! On 25 April 2011 17:09, Klaus on-rev wrote: > Hi Ian, > > > Hi All > > ... > > Here is my import and export code > > import: > > answer file "choose" > > if it is empty or the result is "

Re: At the airport, NeXT stop usa

2011-04-25 Thread Bob Sneidar
Andre, now's the time to defect! I'm sure you can get sanctuary here! ;-) Bob On Apr 24, 2011, at 8:32 AM, Andre Garzia wrote: > I hope that you direct only the easy questions to me > > Hey, Inflight internet... wifi with wings... ___ use-livec

Re: Having problems Storing and Retrieving an Excel file in a Custom Property

2011-04-25 Thread Ian McKnight
Hi I'm doing this from a stack within the IDE and have my stack in a sub folder of my documents folder. The template file is in the same folder. When I double click the original template, which is also stored there, it lauches Excel and displays correctly. The problem occurs when it is 'process

Re: At the airport, NeXT stop usa

2011-04-25 Thread Bob Sneidar
Nope. January River. Who calls a river January? The Italians?? I liked Generous better. ;-) Bob > I know Rio Grande is Great River, right? So what is Rio de Janeiro? I'm gonna > take a guess and say The Generous River. > > Bob ___ use-livecode mai

Re: At the airport, NeXT stop usa

2011-04-25 Thread Bob Sneidar
I know Rio Grande is Great River, right? So what is Rio de Janeiro? I'm gonna take a guess and say The Generous River. Bob On Apr 23, 2011, at 3:30 PM, an...@andregarzia.com wrote: > Hey Folks, > > I am at Rio de Janeiro International Airport waiting for boarding. > > See you all soon!!! >

Re: Having problems Storing and Retrieving an Excel file in a Custom Property

2011-04-25 Thread Klaus on-rev
Hi Ian, > Hi All > ... > Here is my import and export code > import: > answer file "choose" > if it is empty or the result is "Cancel" then exit to top ## You need BINFILE! > put "BINFILE:"&it into fname > set the cpExcelMaster of this stack to URL fname ## With "file" it will be tr

Re: [OT] Commodore 64 with Ubuntu 10.04

2011-04-25 Thread Bob Sneidar
This was the first computer I ever played around with and is probably what got me into IT. I was working maintenance at a Christian school that had just bought a bunch for their new computer lab. Bob On Apr 23, 2011, at 11:02 AM, Roger Eller wrote: > Check out this Modern-Retro all-in-one co

Re: Startup message anomaly?

2011-04-25 Thread Bob Sneidar
Be careful with Parallels. Someone else (or maybe it was you) was saying that Parallels was returning unexpected path results. I believe it has something to do with Folder Redirection, a feature of Parallels which allows a user to redirect his windows profile and other folders to the Mac equival

Re: Having problems Storing and Retrieving an Excel file in a Custom Property

2011-04-25 Thread Martin Blackman
I dont have any problems doing this in an app of mine, I am using "binfile:" though, also are you exporting the file to your program folder which shouldn't be writeable. On 25 April 2011 23:01, Ian McKnight wrote: > Sorry pressed send to soon! > > here is the export code: > > put the cpExcelMa

Re: Having problems Storing and Retrieving an Excel file in a Custom Property

2011-04-25 Thread Ian McKnight
Sorry pressed send to soon! here is the export code: put the cpExcelMaster of this stack into tFileToExport ask file "" if it is empty or the result is "Cancel" then exit to top put "file:"&it &".xlt" into fname put tFileToExport into URL fname -- Regards Ian McKnight iangmck

Having problems Storing and Retrieving an Excel file in a Custom Property

2011-04-25 Thread Ian McKnight
Hi All I have an excel file that I want to include in a standalone. I created an excel template and copied it from its default location to the same folder as my stack. I imported it into a custom property. The problem is that when I export the custom property contents back to disk I can't access t