Re: Charts Engine v. Chart Maker

2012-03-05 Thread Yves COPPE
Le 6 mars 2012 à 06:17, Edward D Lavieri Jr a écrit : > Hi All, > > Does anyone know the difference between the third party add-ons Charts Engine > and Chart Maker. Their descriptions in the RR Store are too brief to make a > determination. I am getting to develop an App that will include grap

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Pete
Hi Trevor, 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. I don't know how to find out what version they are using but the current sqlite library version is 3.7.10, released in January this year so it's probab

Re: Charts Engine v. Chart Maker

2012-03-05 Thread Edward D Lavieri Jr
Thanks, Jim. I appreciate the link and advice. Thanks again, Ed On Mar 5, 2012, at 11:26 PM, Jim Little wrote: > Hi Ed, > > I recommend you go to flexiblelearning.com for a free trial of ChartMaker. > There's a learning curve but it has a good manual & examples. I've not used > Charts E

Re: Charts Engine v. Chart Maker

2012-03-05 Thread Jim Little
Hi Ed, I recommend you go to flexiblelearning.com for a free trial of ChartMaker. There's a learning curve but it has a good manual & examples. I've not used Charts Engine for quite awhile. http://www.flexiblelearning.com/chartmaker/ Best, Jim L. On Mar 5, 2012, at 9:17 PM, Edward D

Charts Engine v. Chart Maker

2012-03-05 Thread Edward D Lavieri Jr
Hi All, Does anyone know the difference between the third party add-ons Charts Engine and Chart Maker. Their descriptions in the RR Store are too brief to make a determination. I am getting to develop an App that will include graphical reports and one of these two products is probably just what

Re: How to set initial appearance of all buttons on UI using behaviors

2012-03-05 Thread J. Landman Gay
On 3/5/12 9:29 PM, Peter M. Brigham, MD wrote: I put together a little plugin that does just what Jacque suggests -- it uses the "properties" property to save and store properties of buttons, fields, and scrollbars so you can then apply them to new objects. How useful. Thanks. You've done all

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Trevor DeVore
On Mon, Mar 5, 2012 at 11:22 PM, Trevor DeVore wrote: > > Your data grid has been set up correctly. I get rendering times of 120 > milliseconds on average so it isn't the bottle neck you need to be > concerned with at the moment. > I just realized that was the example stack from the lesson you re

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Trevor DeVore
On Mon, Mar 5, 2012 at 6:09 PM, Jérôme Rosat wrote: > I use the stack provided here: > http://www.bluemangolearning.com/download/revolution/tools/datagrid_databases.zip > > I don't know if I understand your question, but the code is: > >put the milliseconds into theStart >put revQueryData

Re: How to set initial appearance of all buttons on UI using behaviors

2012-03-05 Thread Peter M. Brigham, MD
Mar 5, 2012, at 6:51 PM, J. Landman Gay wrote: > On 3/5/12 4:46 PM, Sivakatirswami wrote: > >> I have studied out behaviors a bit, but can we use a behavior button as >> a kind of template for all the static props of other objects? >> >> e.g. you have twenty buttons on a GUI and you want to cha

[ANN] Installer Maker 1.7.4Sb01 Available for Testing

2012-03-05 Thread Mark Schonewille
Hi everyone, Installer Maker is a programme that wraps your software in a nice and easy installer. Installer Maker 1.7.4Sb01 contains more than 20 new features and bug fixes. Installer Maker creates installers of your software for Mac OS X and Windows and is especially convenient for users of R

Compiling with XCode 10.4.2, LC 5.0.2 on OSX 10.6.8

2012-03-05 Thread Mark Schonewille
Hi, I'm trying to build an external for Mac OS X (not iOS) using ExternalsEnvironmentV3, XCode 10.4.2 and LiveCode 5.0.2 on Mac OS X 10.6.8. I'm getting many error messages complaining about SDK's that are too new and compilers that are too new and when I think that everything should work I get

Re: How to set initial appearance of all buttons on UI using behaviors

2012-03-05 Thread J. Landman Gay
On 3/5/12 4:46 PM, Sivakatirswami wrote: I have studied out behaviors a bit, but can we use a behavior button as a kind of template for all the static props of other objects? e.g. you have twenty buttons on a GUI and you want to change the look and feel of them all at the same time. I know you

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Jérôme Rosat
Trevor, I use the stack provided here: http://www.bluemangolearning.com/download/revolution/tools/datagrid_databases.zip I don't know if I understand your question, but the code is: put the milliseconds into theStart put revQueryDatabase(sConnID,"SELECT * FROM movies") into sCursorID

Re: How to set initial appearance of all buttons on UI using behaviors

2012-03-05 Thread Bernard Devlin
Look in the dictionary at the templateButton. If you set the properties of that, then any button you set will have those properties. I think it is a local property, so will only apply within the script where you set it. Bernard On Mon, Mar 5, 2012 at 10:46 PM, Sivakatirswami wrote: > I have st

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Jérôme Rosat
Your "acid test" is very interesting. Using sqlite3 directly is one solution to increase performance of LiveCode. And you're right, a response time of less than a second is acceptable from a user's perspective and and limit the number of registration is a way to reach this "performance". Le 5

How to set initial appearance of all buttons on UI using behaviors

2012-03-05 Thread Sivakatirswami
I have studied out behaviors a bit, but can we use a behavior button as a kind of template for all the static props of other objects? e.g. you have twenty buttons on a GUI and you want to change the look and feel of them all at the same time. I know you can set the script of buttons 1,2,3,4

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Jérôme Rosat
Thank you Kay for your feedback. I didn't realize that SQLiteManager was "the King of the speed" and I am reassured to see that LiveCode is not so slow compared to other tools. Le 5 mars 2012 à 07:22, Kay C Lan a écrit : > No, it's not the same one. > > Looking at the SQLabs site, SQLabs "deve

Re: Changing mobile horses in midstream?

2012-03-05 Thread Graham Samuel
Thanks - you were able to do something I couldn't, which is to imagine a realistic example! Yes, I can and will check for the resize event, although my home-grown geometry manager will only work with a few fixed sizes. thanks again Graham On Mon, 05 Mar 2012 12:54:10 -0500, Colin Holgate wrot

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Pete
Hi Bernard, Sorry to hear about Eric and ListMagic. I'm certainly not knocking the datagrid, it was a great addition to the Livecode arsenal of controls, no doubt about that. I have used both dgText and dgData and have not noticed a significant difference in performance which, as you say, is cont

Re: "can't find handler" error in script that worked before

2012-03-05 Thread Bob Sneidar
OIC I have had problems also where a script stopped dead in it's tracks because something was wrong but it didn't visibly throw an error. Certain sqlYoga commands will do this, for instance if you use sqlquery_set on a query object that doesn't exist yet. Bob On Mar 4, 2012, at 7:30 PM, Sieg

Re: [iOS] Suspending and quitting

2012-03-05 Thread Bob Sneidar
I guess it depends on the app. A role player shootemup game for instance, would be poorly designed if a player could simply bail at the last possible moment and relaunch to avoid a bad score. Al accounting app however might want to have the user log in from the start for security reasons. Bob

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Malte Brill
*Fetches Popcorn and takes a seat* Now I am curious how quickly this will be at the end. :-) Malte Trevor wrote: > > What are the exact calls you make in LiveCode during the 932 milliseconds? ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: Changing mobile horses in midstream?

2012-03-05 Thread Richard Gaskin
For a slightly different take on this: -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode developers: http://www.LiveCodeJournal.com LiveCode Journal blog: http:/

Re: Changing mobile horses in midstream?

2012-03-05 Thread Ken Corey
On 05/03/2012 19:23, J. Landman Gay wrote: My question may be a nonsensical one, but is it conceivable that an app could start on one device and somehow be transferred to or woken up on another, so that the layout work would have to be done again during the operation of the device? I don't thin

Re: Changing mobile horses in midstream?

2012-03-05 Thread Joe Lewis Wilkins
What if an app were being used on a Desktop computer with two Monitors and one of the stacks was moved from one of the monitors over to the other and it was a different size? This whole topic is most confusing I'm sure and I suspect that merely using resizable windows might allow this to be hand

Re: Changing mobile horses in midstream?

2012-03-05 Thread J. Landman Gay
On 3/5/12 11:39 AM, Graham Samuel wrote: My question may be a nonsensical one, but is it conceivable that an app could start on one device and somehow be transferred to or woken up on another, so that the layout work would have to be done again during the operation of the device? I don't think

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Trevor DeVore
On Sat, Mar 3, 2012 at 6:00 PM, Jérôme Rosat wrote: > > This database contains approximately 150,000 records and it increases by > about 5,000 records per month. > > Before beginning, I read the lesson "Displaying Large Amounts of Data" on > the site of RunRev and I did tests with the sample stac

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Bernard Devlin
There was such a datagrid-lite control a few years back, produced by Eric Chatonet. Sadly Eric died, and ListMagic appears to no longer be maintained. It used the basic field object, and well, it did some quite magical things with it. I think ListMagic stopped working with some changes introduce

Re: User's System

2012-03-05 Thread Mark Wieder
Richmond writes: > Thanks Mark; that saved me a lot of time messing around with Virtual Box > and the Windows 8 Developer preview as my > Pentium 4 does run to hardware virtualisation acceleration (gosh, even > typing that makes me feel out of breath). Note that the Developer Preview has now b

Fwd: Sqlite and performances in LiveCode

2012-03-05 Thread Pete
Apologies Stephen and Scott for confusing you! I meant Stephen! Pete -- Forwarded message -- From: Pete Date: Mon, Mar 5, 2012 at 10:25 AM Subject: Re: Sqlite and performances in LiveCode To: How to use LiveCode Scott: I agree with you - datagrids are powerful, complex struct

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Pete
Scott: I agree with you - datagrids are powerful, complex structures and come with a cost. They're a great tool for sure and I use them a lot when I need their functionality, especially if I need to include option menus, checkboxes, or any other column customizations. But I'm increasingly starti

Re: User's System

2012-03-05 Thread Richmond
On 03/05/2012 08:04 PM, Mark Wieder wrote: Richmond writes: Well, that's going to be a bit confusing, as Windows 7 will also show up as 6.1 Now that I've gotten back to my vm on my work machine, I have to correct myself. I was misremembering (aka I was wrong...) about this. The Windows 8 con

Re: Changing mobile horses in midstream?

2012-03-05 Thread Richmond
On 03/05/2012 07:39 PM, Graham Samuel wrote: I'm developing an app that is supposed to work on iOS devices - iPhones or iPads, so to keep a single code base, I need to set up the layout of the app at startup. This has been discussed before and I feel it's not so tough. I did a lot of similar s

Last Chance to Pick Up Shade for $99 - 3D Models, Quicktime

2012-03-05 Thread Lynn Fredricks
Today is the last day to save on Shade Standard (usually $349) for only $99. http://www.mirye.net/shade-12-overview http://www.mirye.net/compare-shade-12-versions Please note its got great Quicktime export features if that matters to you. This is a limited time special offer done in conjunctio

Re: User's System

2012-03-05 Thread Mark Wieder
Richmond writes: > Well, that's going to be a bit confusing, as Windows 7 will also show up > as 6.1 Now that I've gotten back to my vm on my work machine, I have to correct myself. I was misremembering (aka I was wrong...) about this. The Windows 8 consumer preview reports the systemVersion a

Re: Changing mobile horses in midstream?

2012-03-05 Thread Colin Holgate
Conceivable, yes. Imagine if iOS or Android OS allowed a teacher to connect a device to an HD projector, only instead of mirroring it changed the desktop area from 1024x768 to 1920x1080. That doesn't happen at the moment, but it's something that could in the future. Can't you check for the resi

Changing mobile horses in midstream?

2012-03-05 Thread Graham Samuel
I'm developing an app that is supposed to work on iOS devices - iPhones or iPads, so to keep a single code base, I need to set up the layout of the app at startup. This has been discussed before and I feel it's not so tough. I did a lot of similar stuff on Windows apps in the past, to cater for

Re: Sqlite and performances in LiveCode

2012-03-05 Thread Guglielmo Braguglia
Hi Pete, what you believe "... /I believe the datagrid loads only enough database rows to fill the number of rows that are visible in the datagrid .../", unfortunately, is incorrect ... ... to have this behavior you have to manually code a procedure, named "GetDataForLine", which fill in the d

Re: Sqlite and performances in LiveCode

2012-03-05 Thread stephen barncard
Well, that's the "downside" of using Livecode and expecting blazing speed for large data sets; the LC data grid is 100% Livecode based, not a 'binary object'. The upside is that it is infinitely customizable, and very easy to use. There's a lot of 'stuff' going on under the hood! Basically what you

[ANN] Installer Maker 1.7.4

2012-03-05 Thread Mark Schonewille
Hi guys, Economy-x-Talk released Installer Maker 1.7.4 this weekend. This is a small maintenance release correcting an Italian language issue and making a few things work more smoothly behind the scenes. You can find the new version at http://qery.us/za -- Best regards, Mark Schonewille Econ