Windows 8

2012-03-06 Thread Tiemo Hollmann TB
Hello, I wonder if anybody has reflected yet, what the windows 8 metro paradigm means for our standard LiveCode applications? I didn't downloaded yet the beta version, but I think most programs will run also under windows 8. But what would we have to change in our programs to be fully win8

Re: How can I get string width?

2012-03-06 Thread 吉野 孝
Thanks Monte ! It works very well. The functions of formattedHeight and formattedWidth are good for me. It can work well in double-byte character. Takashi On 2012/03/05, at 11:47, Monte Goulding wrote: Do you mean the number of characters? put the number of characters of X or put

Re: How can I get string width?

2012-03-06 Thread 吉野 孝
Hi, Al Thank you very much. It work well with japanese language. Just for curiosity, Mr. Yoshino, Which of these softwares from Yoshino Lab was created using LiveCode? http://www.wakayama-u.ac.jp/~yoshino/lab/software/index.html Thank you for your curiosity. And sorry for only Japanese

Re: Charts Engine v. Chart Maker

2012-03-06 Thread Bjoernke von Gierke
the store page of chartsengine does also have a trial version for you to download: http://www.runrev.com/store/product/charts-engine-1-0-4/ On 06.03.2012, at 06:17, Edward D Lavieri Jr wrote: Hi All, Does anyone know the difference between the third party add-ons Charts Engine and Chart

How to close a modal stack by keyboard?

2012-03-06 Thread Tiemo Hollmann TB
Hello, When I have opened (in the IDE) a modal stack without closebox, how can I close it by a windows keyboard shortcut? The messagebox window isn't reachable, because of the modal state of my stack. Thanks Tiemo ___ use-livecode mailing list

Re: How to close a modal stack by keyboard?

2012-03-06 Thread Mark Schonewille
Hi Tiemo, If you're lucky, you can right-click in the modal dialog and change the stack mode to toplevel. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553

Re: Sqlite and performances in LiveCode

2012-03-06 Thread Bernard Devlin
The difference might be explained due to Livecode setting a smaller cache size than other applications. http://web.utk.edu/~jplyon/sqlite/SQLite_optimization_FAQ.html http://www.sqlite.org/pragma.html#pragma_cache_size I don't know if the cache size is under one's control with sqlite. I know it

Re: Compiling with XCode 10.4.2, LC 5.0.2 on OSX 10.6.8

2012-03-06 Thread Guglielmo Braguglia
Hi Mark, I suppose you want to say XCode 4.2 ... ;-) ... please, see this post ... maybe helps ... : http://forums.runrev.com/viewtopic.php?f=49t=9658 http://forums.runrev.com/viewtopic.php?f=49t=9658 Guglielmo On 06.03.2012 01:39, Mark Schonewille wrote: Hi, I'm trying to build an

Re: Compiling with XCode 10.4.2, LC 5.0.2 on OSX 10.6.8

2012-03-06 Thread Mark Schonewille
I wrote: I'm trying to build an external for Mac OS X (not iOS) using ExternalsEnvironmentV3,... Indeed, XCode 4.2. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK:

Re: Compiling with XCode 10.4.2, LC 5.0.2 on OSX 10.6.8

2012-03-06 Thread Guglielmo Braguglia
Ooopsss ... sorry ... my mistake :) Guglielmo On 06.03.2012 12:36, Mark Schonewille wrote: I wrote: I'm trying to build an external for Mac OS X (not iOS) using ExternalsEnvironmentV3,... Indeed, XCode 4.2. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software

Re: How to close a modal stack by keyboard?

2012-03-06 Thread AndyP
Hi Tiemo, A work around for this situation is to test if you are in the IDE or not, as below: if the environment is development then go to card MyCard of stack MyStack else go to card MyCard of stack MyStack as modal end if - Andy Piddock My software never has bugs.

Re: How to close a modal stack by keyboard?

2012-03-06 Thread Ken Corey
On 06/03/2012 10:52, Tiemo Hollmann TB wrote: When I have opened (in the IDE) a modal stack without closebox, how can I close it by a windows keyboard shortcut? The messagebox window isn't reachable, because of the modal state of my stack. I just had a quick play around... On my machine

AW: How to close a modal stack by keyboard?

2012-03-06 Thread Tiemo Hollmann TB
Ctrl-Shift, right click did it! Thank you! Tiemo -Ursprüngliche Nachricht- Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- boun...@lists.runrev.com] Im Auftrag von Ken Corey Gesendet: Dienstag, 6. März 2012 13:21 An: use-livecode@lists.runrev.com Betreff: Re: How to

Re: Sqlite and performances in LiveCode

2012-03-06 Thread Trevor DeVore
On Tue, Mar 6, 2012 at 1:28 AM, Pete p...@mollysrevenge.com wrote: I'm pretty sure that LC 5.0 included a more recent version of the sqlite library so there could be some performance improvements there. In 5.0.2 the SQLite version is 3.7.4 but it has no affect on the speed. To check the

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Ken Corey
On 06/03/2012 12:48, Tiemo Hollmann TB wrote: Ctrl-Shift, right click did it! Thank you! My pleasure! One other thing: I *never* use the 'Apply' button any more. I always apply by using the 'Ctrl-S' save function. (Of course, it's Command-S on Macs). That way, when I bork the IDE, or do

Re: Sqlite and performances in LiveCode

2012-03-06 Thread Trevor DeVore
On Tue, Mar 6, 2012 at 6:02 AM, Bernard Devlin bdrun...@gmail.com wrote: The difference might be explained due to Livecode setting a smaller cache size than other applications. http://web.utk.edu/~jplyon/sqlite/SQLite_optimization_FAQ.html http://www.sqlite.org/pragma.html#pragma_cache_size

AW: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Tiemo Hollmann TB
Good advice, Thanks! Tiemo -Ursprüngliche Nachricht- Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- boun...@lists.runrev.com] Im Auftrag von Ken Corey Gesendet: Dienstag, 6. März 2012 13:58 An: use-livecode@lists.runrev.com Betreff: Re: AW: How to close a modal

Font of menu on the Mac?

2012-03-06 Thread Ken Corey
Hi All, I have an oddball problem. I'm using a custom font to display cursive english writing. This uses unicode characters, and non-standard glyphs (e.g. the left square bracket character U005B is a character to join between letters, not a bracket). I would like to write a little tool to

Re: iPad screenrecording: how?

2012-03-06 Thread Ben Rubinstein
This was a request at the end of last year, to which there weren't any great answers. Now there is! Reflection reflectionapp.com can act as an AirPlay receiver, displaying the result on your Mac desktop. So you can mirror from your device to the Mac, then you can make a screen recording of

Re: iPad screenrecording: how?

2012-03-06 Thread Colin Holgate
Unfortunately he only takes PayPal, which I don't like to use, and there isn't the usual option of paying via PayPal with a credit card, you have to log in with a PayPal account. On Mar 6, 2012, at 8:41 AM, Ben Rubinstein wrote: Now there is! Reflection reflectionapp.com can act as an

Re: iPad screenrecording: how?

2012-03-06 Thread Colin Holgate
It does allow 10 minutes of use in the demo mode, which for what I need right now is fine! Have you found a way for it to show an iPad at 100%? the image is more like 852x639. It's also somewhat poor quality video when there is a lot going on. ___

Re: Charts Engine v. Chart Maker

2012-03-06 Thread Mark Schonewille
Hi, I had an extensive look at ChartsEngine and am very impressed. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Download the Installer Maker Plugin 1.7 for

Re: Font of menu on the Mac?

2012-03-06 Thread Ken Ray
Is there a way to control the font of menus on the Mac? Not from LC, AFAIK… you'd need an external, I'd think. I tried popping up a stack, put that doesn't work in the menu baron a Mac. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/

Re: iPad screenrecording: how?

2012-03-06 Thread Ben Rubinstein
On 06/03/2012 14:22, Colin Holgate wrote: Unfortunately he only takes PayPal, which I don't like to use, and there isn't the usual option of paying via PayPal with a credit card Yes I feel the same way - I wimped out and got one of my colleagues to buy the license for me! On 06/03/2012

Re: iPad screenrecording: how?

2012-03-06 Thread Colin Holgate
It turns out you can resize the window by dragging the corner, even if the frame is hidden. Haven't found an easy way to set it to be 1024x768. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Windows 8

2012-03-06 Thread Andrew Kluthe
I don't really foresee livecode being able to build metro apps anytime in next couple of years. Chances are that livecode apps will work almost like they do in win7, but will require some tweeks to fix some of the compatibility issues with the new api. But livecode building metro apps? I just

Re: Windows 8

2012-03-06 Thread François Chaplais
Look Metro, Look Mountain Lion, look Mobile... I think the motto code once, deploy everywhere... should be severely reevaluated. This is not the 90s anymore. The future (if any) for livecode looks more, to me, like faceless code once, easily build a GUI for every platform. The times, they are

Re: Sqlite and performances in LiveCode

2012-03-06 Thread Pete
I got the same results on the movies database and even more pronounced differences on a table in one of my own databases with ~48k records in it: SQL tab 0.519secs, Manage tab 0.045 secs, more than a 10-fold difference! Just a straight SELECT * in each case. Pete On Tue, Mar 6, 2012 at 4:56 AM,

AW: Windows 8

2012-03-06 Thread Tiemo Hollmann TB
Hi Andrew, I am actually not in this matter yet. What do you think of, that would be necessary to build metro Apps? And which tweaks to you think of to be Win8 compatible? Do you think the current Apps won't run under Win8? Tiemo -Ursprüngliche Nachricht- Von:

Re: Windows 8

2012-03-06 Thread Mark Schonewille
Hi, I just installed an app with an installer created by the Installer Maker Plugin and it seems to work fine. The app appears in the overview of colorized bricks, next to LiveCode. It looks like LiveCode apps won't work almost like they do in Windows 7 but they will work just fine, as they

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread J. Landman Gay
On 3/6/12 6:57 AM, Ken Corey wrote: That way, when I bork the IDE, or do something silly with 'answer' or 'modal' or whatever, I am 10 seconds away from restarting LiveCode and being right where I was. This happens often enough that IMNSHO the 'Apply' button should simply be removed. Removing

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Pete
Hi Jacque, What do you mean by revert the stack? Pete On Tue, Mar 6, 2012 at 9:25 AM, J. Landman Gay jac...@hyperactivesw.comwrote: Removing Apply would seriously affect my work flow. I routinely try out new things and if I bork it too much to backtrack, I revert the stack -- Pete Molly's

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Colin Holgate
File menu, Revert to Saved... I work the same way as Jacque, other than I sometimes just close the script window and say Yes to the question about if I want to keep the changes. The main advantage of the Apply button is that you can keep the script window open while you try out different

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Bob Sneidar
Boy I sure do! But it is an issue with doing something stupid like trying to make changes to code and compile it while I am still debugging using PowerDebug. Don't know if it would happen with the normal debugger so I cannot say it is power debug, and anyway the proper response to compiling

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Bob Sneidar
Menu File/Revert To Saved... Bob On Mar 6, 2012, at 9:37 AM, Pete wrote: Hi Jacque, What do you mean by revert the stack? Pete On Tue, Mar 6, 2012 at 9:25 AM, J. Landman Gay jac...@hyperactivesw.comwrote: Removing Apply would seriously affect my work flow. I routinely try out new

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Bob Sneidar
For those using GLX2, you can just hit Command-R (or CTRL-R I suspect in Windows) to revert a script to the last compiled version. Bob On Mar 6, 2012, at 9:44 AM, Colin Holgate wrote: File menu, Revert to Saved... I work the same way as Jacque, other than I sometimes just close the script

iOS screen size problem

2012-03-06 Thread Graham Samuel
I have successfully created a simple app for the iPad which uses the whole screen (1024 x 768). Now I've started working on a second app, where I can't see any real difference in my setting up compared to the first one, but the screenrect is reported to be 0,0,320,480, and there's no way I can

Re: Windows 8

2012-03-06 Thread Tim Jones
On Mar 6, 2012, at 10:24 AM, Mark Schonewille wrote: Hi, I just installed an app with an installer created by the Installer Maker Plugin and it seems to work fine. The app appears in the overview of colorized bricks, next to LiveCode. It looks like LiveCode apps won't work almost like

Re: iOS screen size problem

2012-03-06 Thread Chris Sheffield
Make sure you have iPad selected in the standalone builder settings. Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com On Mar 6, 2012, at 10:57 AM, Graham Samuel wrote: I have successfully created a simple app for the iPad which uses the whole screen (1024 x 768). Now

Re: iOS screen size problem

2012-03-06 Thread Graham Samuel
Answered my own question: I had picked the wrong set of supported devices. I wanted iPad and iPhone, but that option doesn't exist, so I picked iPod and iPhone with a mixture of wishful thinking and foggy eyes. I don't see why my preferred option doesn't exist (for example the app might want

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Pete
How did I miss that! Is that somehow different than just quitting the IDE without saving then opening it again? The IDE Undo is a mystery to me. Most of the time when I really need to undo, it doesn't work, particularly when moving/deleting controls on a card. I've learned to save after almost

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread J. Landman Gay
On 3/6/12 11:37 AM, Pete wrote: Hi Jacque, What do you mean by revert the stack? The command is in the File menu, though I usually just type it into the message box to avoid the verification dialog. Revert is a LiveCode command that just means reload this stack from the last-saved version

Re: iOS screen size problem

2012-03-06 Thread Colin Holgate
That choice is more about sizes that devices. Over to the right you'll see long list of required features, if you set it to require microphone, then the app wouldn't be offered to people using a device that doesn't have a microphone. On Mar 6, 2012, at 1:08 PM, Graham Samuel wrote: Answered

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Bob Sneidar
Oh nice tip. Bob On Mar 6, 2012, at 10:17 AM, J. Landman Gay wrote: On 3/6/12 11:37 AM, Pete wrote: Hi Jacque, What do you mean by revert the stack? The command is in the File menu, though I usually just type it into the message box to avoid the verification dialog. Revert is a

Re: Windows 8

2012-03-06 Thread Mark Schonewille
Thanks for the reply, Tim. In one word: awful. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Download the Installer Maker Plugin 1.7 for LiveCode here

AW: Windows 8

2012-03-06 Thread Tiemo Hollmann TB
Thanks Mark for your first experiences! Tiemo -Ursprüngliche Nachricht- Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- boun...@lists.runrev.com] Im Auftrag von Mark Schonewille Gesendet: Dienstag, 6. März 2012 18:24 An: How to use LiveCode Betreff: Re: Windows 8

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Ken Corey
On 06/03/2012 17:25, J. Landman Gay wrote: On 3/6/12 6:57 AM, Ken Corey wrote: Removing Apply would seriously affect my work flow. I routinely try out new things and if I bork it too much to backtrack, I revert the stack. I save manually immediately after every change I want to keep. That's

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread J. Landman Gay
On 3/6/12 12:37 PM, Ken Corey wrote: On 06/03/2012 17:25, J. Landman Gay wrote: On 3/6/12 6:57 AM, Ken Corey wrote: Removing Apply would seriously affect my work flow. I routinely try out new things and if I bork it too much to backtrack, I revert the stack. I save manually immediately after

Re: Windows 8

2012-03-06 Thread Mark Wieder
Tim Jones tolistim@... writes: In Win8 DP1, you could set the Desktop as your staring point. Apparently, they discovered that the vast majority of developers were doing just that and ignoring the Metro screen so they removed the ability in CP1. Yeah - I miss that in the new release, but at

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread Ken Corey
On 06/03/2012 18:58, J. Landman Gay wrote: On 3/6/12 12:37 PM, Ken Corey wrote: I develop exclusively on Mac and only use other operating systems for testing. Do you use any third-party tools? I keep my IDE native. Come to mention it, I have installed a few things that installed plug-ins on

Re: Sqlite and performances in LiveCode

2012-03-06 Thread Bernard Devlin
I notice from things discussed on the Valentina list that they recommend using API methods rather than SQL calls, because the former will be faster due to less overhead. So these different ways of interacting with a sqlite database might well represent an application using the sqlite API.

[ANN] Data Grid Helper 1.6

2012-03-06 Thread zryip theSlug
Dear LiveCode DGH Users, A new update for DGH is available. Here is a list of the features, changes and fixes for this new version. Features: 1. New column properties relatives to the datagrid's Template Field Editor properties, are supported: - Text selection: if true, selects all text

Re: Sqlite and performances in LiveCode

2012-03-06 Thread Pete
I just noticed that the same vendor that makes SQLiteManager also makes an SQLite server package (cubeSQL) that does implement MVCC. But you're right, it's definitely not there in standard SQLite. An SQLite server sounds interesting though. Pete On Tue, Mar 6, 2012 at 11:35 AM, Bernard Devlin

Re: AW: How to close a modal stack by keyboard?

2012-03-06 Thread J. Landman Gay
On 3/6/12 1:32 PM, Ken Corey wrote: Could the things I've played with in the past (glx2, mobgui, etc) be leaving a plug-in somewhere that 5.5.0 is picking up on? I tried looking in my Users/ken/Library directory, but only saw the preferences file there. Doubtful, if you've restarted and