Re: Datagrid speed problem

2009-09-17 Thread Beat Cornaz
Trevor wrote : To work with data grids and a splash stack you need to trigger the inclusion of the data grid when you build a standalone. I would remove the revDataGridLibrary as a substack of your main stack and take a look at the last two steps in this lesson: What Do I Need to Do To Deploy a

Re: datagrid speed problem

2009-09-17 Thread Beat Cornaz
Addendum : maybe I should mention that in the 'General pane' of the 'Standalone Settings' I use 'Select inclusions for the standalone application' and do NOT use the 'Search for required inclusions when saving the standalone application'. IMHO the normal revdatagridLib does not get found

Re: datagrid speed problem

2009-09-17 Thread Beat Cornaz
Hi Trevor, I am on daily digest for the user group, so I cannot see any response until this afternoon, but I have found that when I add one of the substacks with a datagrid to the GLX framework, the speed is up to normal again. I get now the same speed results as with the 'Test speed

Re: datagrid speed problem

2009-09-17 Thread Trevor DeVore
On Sep 17, 2009, at 5:55 AM, Beat Cornaz wrote: I am on daily digest for the user group, so I cannot see any response until this afternoon, but I have found that when I add one of the substacks with a datagrid to the GLX framework, the speed is up to normal again. I get now the same speed

Datagrid speed problem

2009-09-16 Thread Beat Cornaz
Hi group Trevor :-) I have a significant speed difference in my datagrids. I noticed that the datagrids behave slow in my project. So I did a test and created a new main stack (test Speed) with a similar datagrid (same number of columns and labels) and ran the same two sripts I use in

Re: Datagrid speed problem

2009-09-16 Thread Trevor DeVore
On Sep 16, 2009, at 5:30 AM, Beat Cornaz wrote: Hi group Trevor :-) Hi Beat :-) I have a significant speed difference in my datagrids. I noticed that the datagrids behave slow in my project. So I did a test and created a new main stack (test Speed) with a similar datagrid (same

Re: Datagrid speed problem

2009-09-16 Thread Klaus Major
Hi all and Beat and Trevor :-) On Sep 16, 2009, at 5:30 AM, Beat Cornaz wrote: ... Another problem which might be associated with it is the following : I have originally started this project in rev 2.9 and only when the datagrids came along I upgraded to rev. 3.5 (because I totally

Re: Datagrid speed problem

2009-09-16 Thread Jerry Daniels
Beat, If, as you said, you don't like the Rev Script editor in 3.5, you might check out tRev. It might be more to your liking. On the other hand, you might not! Good luck with your grids either way. Link about tRev below. Best, Jerry Daniels Watch tRev - The Movie

Re: Datagrid speed problem

2009-09-16 Thread stephen barncard
Jerry's right - tRev is a non-invasive, fast, clean, mean coding machine. I use it exclusively. And the support is awesome. you should check it out. - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev 2009/9/16 Jerry Daniels jerry.dani...@me.com Beat,

Re: Datagrid speed problem

2009-09-16 Thread Beat Cornaz
Trevor wrote ; I would need to see some code to get an idea of what might be the cause. Can you provide the relevant portions and look for any differences there might be between what is going on with the main program data grid and the speed test data grid? I will check into this again tomorrow

Re: Datagrid speed problem

2009-09-16 Thread Trevor DeVore
On Sep 16, 2009, at 3:04 PM, Beat Cornaz wrote: I don't think that bringing a 2.9 project into 3.5 would cause these sorts of problems. You should only have one instance of the revDataGridLibrary in memory at any one time. Can you explain a little more about how your project is set up and