Re: Wikipedia "UUID"

2014-06-02 Thread Devin Asay
On Jun 2, 2014, at 7:13 PM, Roger Eller wrote: > I added "LiveCode", but had no supporting information to include. A little farther down the list on that page there is an entry for Revolution/RunRev: "The libUUID library[35] A library that generates UUIDs of type 1 (time based), type 3 (name-

Import text file into sqlite

2014-06-02 Thread Magicgate Software - Skip Kimpel
Good evening everybody, I have a text file that I need to import into a sqlite file. I have a script that will create the sqlite file, however I am struggling with the rest of the coding. The text files comes with file headers that I can use, if I choose to. Any help is greatly appreciated! SK

Re: Iosclipboard

2014-06-02 Thread Trevor DeVore
On Sat, May 31, 2014 at 4:17 AM, Nakia Brewer wrote: > Trevor do you happen to have a complied version of your ios clipboard > external that is compatible for iOS 7? > Sorry, I haven't compiled a version of that since I initially published it. I haven't been doing any mobile development and I'm

Re: Wikipedia "UUID"

2014-06-02 Thread Roger Eller
I added "LiveCode", but had no supporting information to include. On Jun 2, 2014 6:36 PM, "Richard Gaskin" wrote: > Anyone here have time to add LiveCode to the "Implementations" section?: > > Implementations> > > > -- > Richard Gas

Re: IOS 8 Beta Release

2014-06-02 Thread Mike Kerner
I haven't done Y, but I've got 8 and xc6. Will mess soon. On Mon, Jun 2, 2014 at 7:39 PM, Vaughn Clement wrote: > Hi Colin > > Did you get any odd behaviors during the install? > > It would be very interesting to see the kinds of compatibility issues you > might see with apps that are not IOS

Re: Snapshot includes cursor?

2014-06-02 Thread William Prothero
Richard: Thanks! I’ll try it. Bill On Jun 2, 2014, at 3:55 PM, Richard Gaskin wrote: > If it helps, the "from " form can be used with any object, such as a > group containing all the stuff you want captured. > > -- > Richard Gaskin > Fourth World Systems > Software Design and Development for

Re: [ANN] tmControl2 First Release

2014-06-02 Thread Scott Rossi
Hi Simon: $10 is the discount off $59.  $49 is the discounted price. Regards, Scott Rossi Creative Director Tactile Media UX/UI Design Original message Subject: Re: [ANN] tmControl2 First Release From: As_Simon To: use-revolut...@lists.runrev.com CC: Hi Scott, I am unab

RE: [ANN] tmControl2 First Release

2014-06-02 Thread As_Simon
Ooops! Simon From: Marc Van Cauwenberghe [via Runtime Revolution] [mailto:ml-node+s278305n4680188...@n4.nabble.com] Sent: Monday, June 02, 2014 4:45 PM To: As_Simon Subject: Re: [ANN] tmControl2 First Release Hi Simon, I think you will see that it is a discount for $10 bringing the p

Re: [ANN] tmControl2 First Release

2014-06-02 Thread Marc Van Cauwenberghe
Hi Simon, I think you will see that it is a discount for $10 bringing the price from $59 to $49 Regards, Marc Verstuurd vanaf mijn iPhone > Op 3-jun.-2014 om 01:17 heeft As_Simon het volgende > geschreven: > > Hi Scott, > I am unable to get the discount, I think. > All the way up to paypal

Re: IOS 8 Beta Release

2014-06-02 Thread Vaughn Clement
Hi Colin Did you get any odd behaviors during the install? It would be very interesting to see the kinds of compatibility issues you might see with apps that are not IOS 8 ready? Did you also install Yosemite Beta? Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvau

Re: IOS 8 Beta Release

2014-06-02 Thread Colin Holgate
I have iOS 8 installed. Didn’t yet tried building to it, but I will soon. ___ 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/mailma

IOS 8 Beta Release

2014-06-02 Thread Vaughn Clement
Hi Has anyone installed or plan to install IOS 8 and Xcode 6 in the near term? What and who will know what the limits are for LiveCode and what version of LC might work with IOS 8 or MacX10.10? Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/

Re: [ANN] tmControl2 First Release

2014-06-02 Thread As_Simon
Hi Scott, I am unable to get the discount, I think. All the way up to paypal purchase it says $49, do I just go through with it or should it say $10? Thanks, Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-tmControl2-First-Release-tp4680132p4680184.htm

[ANN] csLib_Proxy for LiveCode has been updated!

2014-06-02 Thread Mark Talluto
Quick note that we have updated csLib_Proxy with a couple of bug fixes. Thanks to everyone that provided feedback. csLib_Proxy is released under the LGPL 3.0 license. Go get it! http://livecloud.io/extras/ Best regards, Mark Talluto CanelaSoftware.com LiveCloud.io __

Re: Snapshot includes cursor?

2014-06-02 Thread Richard Gaskin
If it helps, the "from " form can be used with any object, such as a group containing all the stuff you want captured. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web _

Re: Snapshot includes cursor?

2014-06-02 Thread William Prothero
Richard: Tnx. What I’m doing is creating and drawing the various line, box, and text objects for data plots. Then I take a snapshot of the rectangle (not the entire card) and draw symbols onto the image using the image data. Some of it is derived from Colin’s sample “simplePaint” stack. It work

Wikipedia "UUID"

2014-06-02 Thread Richard Gaskin
Anyone here have time to add LiveCode to the "Implementations" section?: -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web _

Re: Snapshot includes cursor?

2014-06-02 Thread Richard Gaskin
Another option is to use the newer object reference form of the snapshot commands (which renders the object into its own buffer) rather than the older rect form (which grabs the composite screen buffer), e.g.: import snapshot from this cd ...instead of: import snapshot rect (the rect of t

Re: $_SESSION

2014-06-02 Thread Simon Smith
The default temp directory. You can also set it via sessionSavePath Hope that helps. On Mon, Jun 2, 2014 at 11:44 PM, Richard Gaskin wrote: > Where is $_SESSION stored between instances of LC Server running? > > -- > Richard Gaskin > Fourth World Systems > Software Design and Development fo

Re: Snapshot includes cursor?

2014-06-02 Thread William Prothero
Folks: In case anybody is interested in this, I found a fix for my snapshot problems. Briefly, here it is: 1) snapshot including cursor: restarting my computer made the problem go away. Snapshot no longer captures the cursor image. 2) snapshot not getting invoked correctly in LC 6.7 dp4, but work

$_SESSION

2014-06-02 Thread Richard Gaskin
Where is $_SESSION stored between instances of LC Server running? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web ambassa...@fourthworld.comhttp://

Re: The behaviour of resizeStack in LC 6.7(dp4)

2014-06-02 Thread Terence Heaford
Mac OS X 10.9.3 In addition The stack minimum width is set to 1080 and minimum height to 700 When I drag the size of the window it resizes to 1080 x 678. Clearly an issue with the menu. All the best Terry PS Posting these altogether because they are probably related. On 2 Jun 2014, at 15:

Re: The behaviour of resizeStack in LC 6.7(dp4)

2014-06-02 Thread Terence Heaford
Mac OX X 10.9.3 In addition when resizing the window by dragging, the old size is not remembered. It seems that whenever you click the green maximise button that’s all it does, makes the window the size of the screen visible area exuding the height of the menubar. I don’t believe that is the

The behaviour of resizeStack in LC 6.7(dp4)

2014-06-02 Thread Terence Heaford
Mac OS X 10.9.3 In LC 6.6.1 when I click the window maximise button it zooms to a size that makes allowance for the IDE Toolbar Icons which seem to be contained in a floating palette. When I carryout the same action in LC 6.7(dp4) the window resizes to the left of the screen and directly below

Re: [ANN] tmControl2 First Release

2014-06-02 Thread Mike Kerner
Yah, tmc2 is great. I love the lazr2 theme, especially. I also love that all the code is open so we can work on something if we have a problem with it. -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on

Re: Printing in the Cocoa version of LC

2014-06-02 Thread Terence Heaford
Downloaded and installed. The "answer printer --as sheet" dialogue box does on the face of it appear to be Carbon and not Cocoa. Can someone confirm this? Thanks Terry On 2 Jun 2014, at 14:49, Richard Gaskin wrote: > The Cocoa build is 6.7, currently in testing as DP4: >

Re: How to initialize a tabbed button object

2014-06-02 Thread Terence Heaford
It wasn’t the scripting that was the problem. It was creating the graphics to overlay and give the precise look of OS X. I wonder when LC will implement them correctly? All the best Terry On 2 Jun 2014, at 14:11, Tiemo Hollmann TB wrote: > It's probably more flexible to use standard buttons,

Re: Printing in the Cocoa version of LC

2014-06-02 Thread Richard Gaskin
Terence Heaford wrote: > Does anyone know how printing is to be implemented when LC is > converted to run in Cocoa? The Cocoa build is 6.7, currently in testing as DP4: If you find issues with printing, or any features there, please submit a bug report

AW: How to initialize a tabbed button object

2014-06-02 Thread Tiemo Hollmann TB
It's probably more flexible to use standard buttons, give them a graphic, group them and code the tab behavior yourself. Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von Terence Heaford > Gesendet: Montag, 2. Juni 2014

Printing in the Cocoa version of LC

2014-06-02 Thread Terence Heaford
Does anyone know how printing is to be implemented when LC is converted to run in Cocoa? My understanding (which may be incorrect) is that to implement Cocoa printing it is required to provide an NSView to allow NSPrintOperation to function and as I don’t believe LC for Cocoa is to be NSView bas

LC 6.6.1 Crashes again on OS X 10.9.3

2014-06-02 Thread Terence Heaford
Crashed again with this report on Mac OS X 10.9.3. Now reported as bug Bug 12586 Process: LiveCode-Community [1316] Path:/Applications/LiveCode Community 6.6.1.app/Contents/MacOS/LiveCode-Community Identifier: com.runrev.livecode Version: 6.6.1.4005 (6.6.1.4005)