Re: stackFiles

2011-02-13 Thread Mark Wieder
Monte- Sunday, February 13, 2011, 9:05:23 PM, you wrote: > I personally like the idea that the behavior doesn't include the > mainstack name so I can copy the substacks I store my behaviors on > out of my object library into the standalone at build time without > anything breaking ;-) ! I never

Re: iOS Strategy for multiple device deployment

2011-02-13 Thread Thomas McGrath III
I spent most of the day testing and creating Paging as well as orientation. I did come up with a descent Paging method using lazy loading with just two text fields. (Three may be better for large databases to fill the text fields with. More on that later this week.) So Paging works like this;

Re: stackFiles

2011-02-13 Thread Richard Gaskin
Monte Goulding wrote: On 14/02/2011, at 3:43 PM, Mark Wieder wrote: Monte- Sunday, February 13, 2011, 7:49:38 PM, you wrote: I believe you will have to add the substack with the behavior buttons on it to the stackfiles too because the behavior rugged id doesn't include a mainstack reference.

Re: iOS Strategy for multiple device deployment

2011-02-13 Thread Thomas McGrath III
Well it appears in my version under upload content but not in the lists. It seems it is partially uploaded but not finished. I don't see any edit or submit buttons. I think my rev online is broken. > I uploaded a Utility Stack for this at Rev Online > User: Thomas McGrath III > Stack: iOS > De

Re: RevServer in CSS

2011-02-13 Thread stephen barncard
I should say the *entire CSS selector disappears* from visual mode. On 13 February 2011 23:05, stephen barncard wrote: > Yes, I have many times, this is a great way to change css on the fly. Rev > works this way too. However I found that some CSS editors, like Coda, don't > like code inside wha

Re: stackFiles

2011-02-13 Thread Monte Goulding
On 14/02/2011, at 3:43 PM, Mark Wieder wrote: > Monte- > > Sunday, February 13, 2011, 7:49:38 PM, you wrote: > >> I believe you will have to add the substack with the behavior >> buttons on it to the stackfiles too because the behavior rugged id >> doesn't include a mainstack reference. > > Ur

Re: RevServer in CSS

2011-02-13 Thread stephen barncard
Yes, I have many times, this is a great way to change css on the fly. Rev works this way too. However I found that some CSS editors, like Coda, don't like code inside what should be a value or URL and will disappear in CSS mode. But the browsers don't care. On 13 February 2011 22:50, Sivakatirswa

RevServer in CSS

2011-02-13 Thread Sivakatirswami
Has anyone tried anything like this? |body { margin: 0px; font-family: Verdana; background-color: #cc; background-image: url(''); } with rev server code? | ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: stackFiles

2011-02-13 Thread Mark Wieder
Monte- Sunday, February 13, 2011, 7:49:38 PM, you wrote: > I believe you will have to add the substack with the behavior > buttons on it to the stackfiles too because the behavior rugged id > doesn't include a mainstack reference. Urk. That's quite a gotcha. Is there a bug filed against this? -

Re: Creating datagrid column by script (Peter Hayworth)

2011-02-13 Thread William Moseid
(20110213) __ The message was checked by ESET Smart Security. http://www.eset.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: stackFiles

2011-02-13 Thread Monte Goulding
> Pete, if you want to use stackfiles, you can make do with the single entry > you created that points to the mainstack. Then in your scripts, refer to the > substacks as "stack mySub of stack xyz". I believe you will have to add the substack with the behavior buttons on it to the stackfiles to

Re: stackFiles

2011-02-13 Thread J. Landman Gay
On 2/13/11 9:17 PM, Mark Wieder wrote: Pete- Sunday, February 13, 2011, 6:49:41 PM, you wrote: Need some clarification on the use of the stackFiles property. I have a file, xzy.livecode. It has a mainstack and several substacks. I need access to the mainstack and some of the substacks in my

Re: stackFiles

2011-02-13 Thread Monte Goulding
>> Need some clarification on the use of the stackFiles property. I >> have a file, xzy.livecode. It has a mainstack and several >> substacks. I need access to the mainstack and some of the substacks >> in my application. I set up a stackFiles entry referring to the main >> stack with a path to

Re: stackFiles

2011-02-13 Thread Peter Haworth
Thanks Monte and Mark. The first thing I need to do is insert the scripts of a couple of button in one of the substacks as front scripts. In the same substack, I have a bunch of buttons whose scripts are referred to as behaviors from controls within my application. There are also a couple of

Re: stackFiles

2011-02-13 Thread Mark Wieder
Pete- Sunday, February 13, 2011, 6:49:41 PM, you wrote: > Need some clarification on the use of the stackFiles property. I > have a file, xzy.livecode. It has a mainstack and several > substacks. I need access to the mainstack and some of the substacks > in my application. I set up a stackFile

Re: stackFiles

2011-02-13 Thread Monte Goulding
> Need some clarification on the use of the stackFiles property. I have a > file, xzy.livecode. It has a mainstack and several substacks. I need access > to the mainstack and some of the substacks in my application. I set up a > stackFiles entry referring to the main stack with a path to the

stackFiles

2011-02-13 Thread Peter Haworth
Need some clarification on the use of the stackFiles property. I have a file, xzy.livecode. It has a mainstack and several substacks. I need access to the mainstack and some of the substacks in my application. I set up a stackFiles entry referring to the main stack with a path to the stack fi

Re: revZip external

2011-02-13 Thread Mark Schonewille
Thanks Stephen. I just got the code. I'll study it and will let you know what I think of it. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Inst

Re: revZip external

2011-02-13 Thread stephen barncard
I guess your software isn't maintaining the thread. I will forward offline. On 13 February 2011 14:01, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Stephen, > > I don't see it. All I read is that you ended up gzip (which I believe isn't > freely available for commercial projects

Re: revZip external

2011-02-13 Thread Mark Schonewille
Stephen, I don't see it. All I read is that you ended up gzip (which I believe isn't freely available for commercial projects on windows). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkp

Re: revZip external

2011-02-13 Thread stephen barncard
Trevor's code that was on this list a year ago, and which I posted on this same thread above a few days ago. On 13 February 2011 13:50, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > What code would that be, Stephen? > > I think I have solved my problem. One has to end a path with

Re: revZip external

2011-02-13 Thread Mark Schonewille
What code would that be, Stephen? I think I have solved my problem. One has to end a path with a double slash to make it a folder in the zip file. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.co

Re: iOS Strategy for multiple device deployment

2011-02-13 Thread BNig
Hi Thomas, >> I uploaded a Utility Stack for this at Rev Online I dont seem to be able to find the stack at Rev Online. Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-Strategy-for-multiple-device-deployment-tp3303028p3304000.html Sent f

Re: revZip external

2011-02-13 Thread stephen barncard
How does your script compare to Trevor's code for this? On 13 February 2011 13:19, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Klaus, > > I have just written a script that zips files inside a folder including that > folder. The only thing I don't get done (yet) is to include emp

Re: revZip external

2011-02-13 Thread Mark Schonewille
Klaus, I have just written a script that zips files inside a folder including that folder. The only thing I don't get done (yet) is to include empty folders. Any ideas? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twi

Re: iOS Strategy for multiple device deployment

2011-02-13 Thread Thomas McGrath III
Well, after two days (except for LiveCodeTV time of course) of testing I have been able to come to some conclusions concerning Orientation methods. The most obvious is that with the way LiveCode does not handle the orientationChanged we have to use resizeStack instead and this way is much slower

Re: COPYing Unicode text

2011-02-13 Thread Richmond
On 2/13/11 7:08 PM, stephen barncard wrote: This has to do with byte values at the hardware level. Welcome to the world of BIG and LITTLE endian values. Most of the time this stuff is handled by the OS. The Mac's transition from Power-PC to Intel was quit

Re: COPYing Unicode text

2011-02-13 Thread stephen barncard
This has to do with byte values at the hardware level. Welcome to the world of BIG and LITTLE endian values. Most of the time this stuff is handled by the OS. The Mac's transition from Power-PC to Intel was quite a feat considering all the challenges. On 1

Re: COPYing Unicode text

2011-02-13 Thread Richmond
On 02/13/2011 06:07 PM, Mark Schonewille wrote: Hi Richmond, I did the same, on Mac OS X (PPC + Intel) and Windows XP. It worked fine, but sometimes I had to revert the hexadecimal values of the glyphs, e.g. from 1234 into 4321. In a longer stream, you'd get 123412341234 --> 432143214321. The

Re: COPYing Unicode text

2011-02-13 Thread Mark Schonewille
Hi Richmond, I did the same, on Mac OS X (PPC + Intel) and Windows XP. It worked fine, but sometimes I had to revert the hexadecimal values of the glyphs, e.g. from 1234 into 4321. In a longer stream, you'd get 123412341234 --> 432143214321. There is only one possible answer: try and test. --

COPYing Unicode text

2011-02-13 Thread Richmond
I have managed (on a PPC Mac !!!) to copy Unicode text out of a field onto the computer's clipboard in such a way that the text and all its font and unicode characteristics are preserved on pasting into Abiword using a very simple script: on mouseUp select the text of fld "ABC" copy the selec

Re: [OT] The rather amazing turnkey linux distro

2011-02-13 Thread Andrew Kluthe
I used these for project management in the past with Redmine and also as a development server for PHP Apps and websites. Good stuff here. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-The-rather-amazing-turnkey-linux-distro-tp3303603p3303687.html Sent from th

Image object not existing ?

2011-02-13 Thread René Micout
Hello everybody, I have a one card stack (LiveCode 4.5.3 build 1210 / Mac OS X 10.6.6) named "Exagofon". In my stack I have an image object named "imgFondSliderIntensité" to which reference is made from some buttons > all works perfectly. When I put into the stack script (into "on openStack" scri

[OT] The rather amazing turnkey linux distro

2011-02-13 Thread Peter Alcibiades
If anyone wants an application specific turnkey Linux distribution to package with an application they have written, so as to be able to deliver a pure appliance that would take over and run on a machine, there are some 40 or so, and counting, under the auspices of the rather amazing turnkeylinu

Re: Performance Issues On Linux

2011-02-13 Thread David C.
On Sun, Feb 13, 2011 at 2:01 AM, Peter Alcibiades wrote: > > Is this a dual boot system, windows and linux?  The linux boot does this, the > windows boot does not? > > Peter Hello Peter, No sir it's 100% Linux on this machine. Best regards, David C. _

Re: Creating datagrid column by script

2011-02-13 Thread André Bisseret
Bonjour Pete, put the dgProp["columns"] of grp "dataGrid1" into tCols put cr & "YourColName" after line 4 of tCols -- or any other place set the dgProp["columns"] of grp "dataGrid1" to tCols -- set any property of the column : --- set the dgColumnWidth["Stock Val."] of grp "dataGrid1" to "n" set

Re: Performance Issues On Linux

2011-02-13 Thread Peter Alcibiades
Is this a dual boot system, windows and linux? The linux boot does this, the windows boot does not? Peter -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Performance-Issues-On-Linux-tp3302786p3303449.html Sent from the Revolution - User mailing list archive at N