Re: revZip external

2011-02-14 Thread Mark Schonewille
Hi all, I have published my zip script on my blog at http://qery.us/ny . This script includes empty folders in your zip file and automatically creates a zip file in the same folder as the original. The script doesn't include decompression routines. If you want more options or if you want to

Re: RevServer in CSS

2011-02-14 Thread Andre Garzia
Merdard, I think both options work, the benefit of having an external file as a css is that it is easier to share among files. CSS files don't need a CSS extension but you may need to create a new extension and a new mime type or add some code in it to make sure it is served with Content-type:

Re: Image object not existing ?

2011-02-14 Thread Peter Brigham MD
May try adding the stack specifier to the image and btn references in your script? img imgFondSliderIntensité of stack myStackName, etc. -- it sounds as if when that script is running the defaultstack has been set to a different stack. -- Peter Peter M. Brigham pmb...@gmail.com

Re: Image object not existing ?

2011-02-14 Thread René Micout
YES !! This is that ! My main stack is the About stack and when I refer to objects in on openStack script my stack is not open... I understand... I modified that and all works well (no error message). I turned the problem by placing these lines in the card script under on openCard... But it is

Re: stackFiles

2011-02-14 Thread Peter Haworth
Thanks to all for the pointers and advice. I can get this working now with one of the suggested methods or possibly a combination. As for the issue of the mainstack not being in the behavior ID, I'm glad it's not there, like Monte and wouldn't like to see the software changed to be in line

tooltip problem

2011-02-14 Thread dunbarx
Anyone: I want to use the tooltip to display information. I have a field with numbers in each line. I want to display the number in a line divided by 36. So if I have 72 as a value in the line, I would like the tooltip to read 36. Easy, right: on mouseMove put the mouseLine set the

Re: tooltip problem

2011-02-14 Thread J. Landman Gay
On 2/14/11 12:48 PM, dunb...@aol.com wrote: I get a dynamic value for the mouseLine as I move the cursor over various lines in the field (this was just a check) but the only toolTip I get is when I enter the field. That line responds fine, but no other values appear as I move the mouse to

RE: tooltip problem

2011-02-14 Thread John Dixon
This works for me, the toolTip updates by just moving over the lines of the fld... on mousemove put the value of the mouseLine / 36 into tipTop set the toolTip of me to tipTop end mousemove Anyone: I want to use the tooltip to display information. I have a field with numbers in

Re: tooltip problem

2011-02-14 Thread Scott Rossi
When I try a simple test here, the tooltip seems to update as expected, even with an unlocked field (cursor changes to ibeam). on mouseMove set the toolTip of me to value(the mouseLine) / 12 end mouseMove By any chance are you testing with the pointer tool selected because you'll only get the

Re: tooltip problem

2011-02-14 Thread Mark Schonewille
Hi Craig, All other solutions posted so far will cause the tooltip to flash in an ugly way. Here's how to do it: on mouseMove put (the value of the mouseLine)/36 into myNewTip if the tooltip of me is not myNewTip then set the tooltip of me to empty set the toolTip of me to myNewTip

Stackfiles followup

2011-02-14 Thread Peter Haworth
My front scripts are now working OK after I addedd of stack xyz to my insert commands as Jacqueline suggested. However, it looks like I have some wholesale changes to make to get my stackFiles working correctly with regard to my behavior scripts. The buttons that hold the behavior scripts are

Re: RevServer in CSS

2011-02-14 Thread Medard
Andre Garzia an...@andregarzia.com wrote: Eeeer, it is Médard (or Medard) but not Me*dard (somehow related to sh*t ;-) No harm, though ;-) I think both options work, the benefit of having an external file as a css is that it is easier to share among files. CSS files don't need a CSS

Re: Live LiveCode Code Event #10

2011-02-14 Thread Björnke von Gierke
Alright. here's the wrap up info for event 10: I introduced my progress on BvG Docu 2, and then presented some things planned for chartsengine (three parts due to weak bandwidth): http://www.ustream.tv/recorded/12649506 http://www.ustream.tv/recorded/12649796

LiveCode SQL APIs

2011-02-14 Thread Paul Dupuis
I can think a few way to construct a keep-alive process to ensure that a connection to a MySQL database via the LiveCode database drivers doesn't time out. However, it occurs to me that folks who spend more time writing LiveCode MySQL applications than I may have come up with a best way to

Re: LiveCode SQL APIs

2011-02-14 Thread Björnke von Gierke
I'm not a experienced sql - lc connection maker either, but i ask myself why to keep a connection alive? So I take the freedom to append my own question to yours: Some people like to keep alive their DB connections. But isn't it usually a more robust approach to close the connection as soon as

Re: LiveCode SQL APIs

2011-02-14 Thread Paul Dupuis
Björnke, In other languages, in days gone by, it was good practice to keep the connection open if an application expected to issue multiple queries (such as a user driven reporting application) becuase there was overhead in setting up a connection and creating and opening a connection,

Your message to use-livecode awaits moderator approval

2011-02-14 Thread use-livecode-bounces
Your mail to 'use-livecode' with the subject iOS: How to create a transition to a new screen Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you

iOS: How to create a transition to a new screen

2011-02-14 Thread Jérôme Rosat
Hello everyone, In iOS, a table view displays data in rows. In a hierarchical structure, when the user selects a row, a new screen slides from the right with a new table view. At the same time, the title of the navigation bar slides and appears from the right to the center, the back button

Re: Your message to use-livecode awaits moderator approval

2011-02-14 Thread Bob Sneidar
Why am I getting this? The bounce says it was resent from jro...@mac.com. I'm a little concerned my Mobile Me mail account has been cracked somehow... Bob On Feb 14, 2011, at 3:10 PM, use-livecode-boun...@lists.runrev.com wrote: Your mail to 'use-livecode' with the subject iOS: How to

Re: Your message to use-livecode awaits moderator approval

2011-02-14 Thread Monte Goulding
On 15/02/2011, at 10:20 AM, Bob Sneidar wrote: Why am I getting this? The bounce says it was resent from jro...@mac.com. I'm a little concerned my Mobile Me mail account has been cracked somehow... It must have been sent to the list because I got it too. Cheers Monte

Re: LiveCode SQL APIs

2011-02-14 Thread Bob Sneidar
It is my experience that when connecting to web based SQL servers, that they drop you themselves after a period of idle time. This is of course, to prevent someone from running a kind of DDOS on your SQL server. Unless you control the server, you cannot disable this. I agree with the

Re: Your message to use-livecode awaits moderator approval

2011-02-14 Thread Jérôme Rosat
Bob, Monte, Sorry for that. This is my email address. I wanted to send a message to the list, but I use a wrong email address. But by mistake, I sent the error message in the list. I thought I had managed to remove this message. Please ignore. Jerome Le 15 févr. 2011 à 00:25, Monte Goulding

Problem transferring focus to another object

2011-02-14 Thread Terry Judd
Hi there - I¹m trying to build a Œfake¹ optionmenu control where the menu is a list field object that is popped up over the control. I have a mouseMove handler in the field to set the hilitedLines of the field and this all works well provided the user clicks the control to popup the menu (field)

Re: RevServer in CSS

2011-02-14 Thread Andre Garzia
On Mon, Feb 14, 2011 at 6:30 PM, Medard liste.r...@medard.on-rev.com wrote: Andre Garzia an...@andregarzia.com wrote: Eeeer, it is Médard (or Medard) but not Me*dard (somehow related to sh*t ;-) KKK!!! I am very sorry for the typo! Emailing that early in the morning is not good for my

Re: iOS: How to create a transition to a new screen

2011-02-14 Thread Thomas McGrath III
Jerome, I doubt you can find the exact speed of these transitions from within xCode. I have an app open that i wrote in xCode and on another device the one in livecode and test them side by side. I just gave up on AnimationEngine to emulate a paging swipe and instead gave up on the bounce in

Re: Stackfiles followup

2011-02-14 Thread Monte Goulding
However, it looks like I have some wholesale changes to make to get my stackFiles working correctly with regard to my behavior scripts. The buttons that hold the behavior scripts are in a substack. I've included the name of the behaviors substack and it's main stack in the stackfiles,

onrev, imageMagick and accessing images in a user-defined directory

2011-02-14 Thread Nicolas Cueto
Maybe I should've marked this off-topic... My goal is an irev script (?rev ... ?) that, thru shell commands, uses ImageMagick to work with images, with everything happening/stored in my onrev account. My first step was to study Sarah Reichelt's Numeric display irev script (thank you, Sarah!).

Re: LiveCode SQL APIs

2011-02-14 Thread Josh Mellicker
If you have multiple users for your db, you will not want persistent connections because there's a limit to how many simultaneous connections you can have to a MySQL db. On Feb 14, 2011, at 3:08 PM, Paul Dupuis p...@researchware.com wrote: Björnke, In other languages, in days gone by, it