Re: lc shell and command line

2011-11-19 Thread Peter Alcibiades
Roger Eller wrote: How about this method? shell(pw= tPassword ; echo $pw | sudo -S command) SOURCE: http://www.mail-archive.com/use-revolution@.runrev/msg137100.html ~Roger Yes very neat, thanks. My problem was a bit different but maybe this can be used. The real problem is

[ANN] ChartMaker 2.1 update (build 56)

2011-11-19 Thread FlexibleLearning
ChartMaker for LiveCode www.FlexibleLearning.com/chartmaker BUILD 56 just released, including support for drill-down charts. www.FlexibleLearning.com/chartmaker/versioning/whatsnew.htm ChartMaker can now retieve the specific details of any bar, column, line or pie slice to support more

Re: Read From Socket Question

2011-11-19 Thread Robert Brenstein
On 18.11.2011 at 12:17 Uhr -0600 Warren Kuhl apparently wrote: I am trying to retrieve data from a socket. When I try: read from socket myDecSock until eof put it into tData ...no data Is that your actual code, Warren? There is a typo in the non-working code: myDecSock instead of myDevSock.

Re: Problem with resizeControl

2011-11-19 Thread René Micout
Thank you Jacque, I think I will solve my problem with this remark! Simple, but sometimes we dont see what we have in front of our nose... Thank you again :-) René Le 17 nov. 2011 à 21:15, J. Landman Gay a écrit : On 11/17/11 1:23 PM, René Micout wrote: I think it is not possible... I think I

Re: Read From Socket Question

2011-11-19 Thread Björnke von Gierke
Besides the typo in the last exapmple, it's kinda important to know what you actually send into the socket on the other side. is it another test code, or is it some existing software? Is whatever is contained in the paramenter myDevSock actually in the opensockets? I suggest to make sure to

Re: Making an existing stack a substack of another

2011-11-19 Thread Björnke von Gierke
The drop down silently fails if you try to set a mainstack _which contains substacks_ to become a substack of another stack. There can always be only one mainstack in a stack file / logical stack hierarchy. On 19 Nov 2011, at 00:08, Bob Sneidar wrote: Hi all. I am doing things bass ackwards

Re: Problem with resizeControl

2011-11-19 Thread Richard Gaskin
One thing I've found making custom controls from groups in LC is a bit non-obvious but makes sense one you use it: on resizeControl -- do stuff -- then: set the boundingRect of me to the rect of me end resizeControl The boundingRect property determines the working space of the group,

[OT] A FLASH in the pan?

2011-11-19 Thread Richmond
This looks a bit childish: http://www.bbc.co.uk/news/technology-15797399 However, if this sort of stuff catches on we'll have the Occupy RunRev movement and so on. This is, of course, a typically socialist sort of reaction, (especially as the Flash occupiers are remaining anonymous - so

[OT] A FLASH in the pan? Part 2

2011-11-19 Thread Richmond
The movement to rid the world of the Flash Player plugin http://occupyflash.org/ Wow; how immature can one get The only way to truly force the web to embrace modern open standards is to invalidate old technology. I don't like that word 'force', and I feel fairly dicky about 'modern

Re: [OT] A FLASH in the pan? Part 2

2011-11-19 Thread Colin Holgate
You'll hopefully enjoy these two sites: http://occupyhtml.org/ http://occupyoccupyflash.org/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: [OT] A FLASH in the pan? Part 2

2011-11-19 Thread Richmond
On 11/19/2011 09:45 PM, Colin Holgate wrote: You'll hopefully enjoy these two sites: http://occupyhtml.org/ http://occupyoccupyflash.org/ Yes . . . :) Although I should point out that I am Flash-neutral. What worries me is word like 'force', 'modern' and 'standards'; all smacking of

Re: [OT] A FLASH in the pan? Part 2

2011-11-19 Thread Colin Holgate
Which of course doesn't stop it from being funny. My hope is that Mike Bloomberg will arrest them all. On Nov 19, 2011, at 3:58 PM, Richmond wrote: Although I should point out that I am Flash-neutral. ___ use-livecode mailing list

Re: [OT] A FLASH in the pan? Part 2

2011-11-19 Thread Richmond
On 11/19/2011 11:34 PM, Colin Holgate wrote: Which of course doesn't stop it from being funny. No, you are quite right . . . :) My hope is that Mike Bloomberg will arrest them all. On Nov 19, 2011, at 3:58 PM, Richmond wrote: Although I should point out that I am Flash-neutral.

RevBrowser: clearing its cache?

2011-11-19 Thread Tereza Snyder
I’m using revBrowser to preview local html files that I’m developing for a website. I’m finding that unless I quit LC and start it back up, the revBrowser often doesn’t see my changes, especially of javascript files—as if it’s keeping a cache for those files. To be clear, I close all instances,

Re: RevBrowser: clearing its cache?

2011-11-19 Thread Tereza Snyder
Yeah, I thought for sure there’s be some kind of cache-disabling call but I haven’t discovered it. Since I’m building the pages with LC, previewing them in RevBrowser was a no-brainer--but not worth the agony of seeing a bug persist through one dreary iteration after another until finally the

Re: RevBrowser: clearing its cache?

2011-11-19 Thread rodney tamblyn
Try adding a random param on end of file you are previewing, e.g ?3823. Does that help? Sent from my iPhone On 20/11/2011, at 3:05 PM, Tereza Snyder ter...@califex.com wrote: Yeah, I thought for sure there’s be some kind of cache-disabling call but I haven’t discovered it. Since I’m

Re: RevBrowser: clearing its cache?

2011-11-19 Thread J. Landman Gay
On 11/19/11 8:05 PM, Tereza Snyder wrote: Yeah, I thought for sure there’s be some kind of cache-disabling call but I haven’t discovered it. Since I’m building the pages with LC, previewing them in RevBrowser was a no-brainer--but not worth the agony of seeing a bug persist through one dreary

Re: RevBrowser: clearing its cache?

2011-11-19 Thread Ken Ray
On Nov 19, 2011, at 8:05 PM, Tereza Snyder wrote: Yeah, I thought for sure there’s be some kind of cache-disabling call but I haven’t discovered it. Since I’m building the pages with LC, previewing them in RevBrowser was a no-brainer--but not worth the agony of seeing a bug persist