Hello,

I use a splash screen as startup stack and the datagrid used to work some times 
ago. Yes, the splash startup stack needs a dummy stack to be sure everything 
works fine. I created it as a substack of the splash stack.
I've just found out half an hour ago that the dummy stack was no more there. I 
don't know how I managed to delete that stack but one thing is sure: the 
datagrid can't work that way.
So I added the dummy stack again and everything works like a charm.

Thanks you all for your advices and help.

Warmest regards,

ÉrIC

Le 15 nov. 2010 à 19:04, Bob Sneidar a écrit :

> 
> Ok so is the stack with the datagrid the mainstack of the standalone? 
> Wouldn't the fact that you cannot modify a standalone interfere with DataGrid 
> operations in this configuration? If this is the case, then you need to have 
> the mainstack be a dummy stack (some use it for a splash screen) which then 
> calls the actual stack which is attached as a data file to your main stack in 
> your standalone settings. This is a common issue when creating standalones. 
> 
> Just another shot in the dark. 
> 
> Bob
> 
> 
> On Nov 14, 2010, at 12:53 PM, Éric Miclo wrote:
> 
>> Hello,
>> 
>> I've a little script that populates a dataGrid with a tab delimited text 
>> (titles are located in the first line).
>> In the IDE everything works fine but once the application is built the 
>> dataGrid is always empty.
>> I've tried everything I could think of but didn't get it.
>> 
>> Here is the script (located in the preOpenStack handler of a one card stack):
>> 
>> if the cParamétrageDesItems of this stack is not empty then
>>   set the dgData of group "Paramétrage items" to empty
>>   dispatch "ResetList" to group "Paramétrage items"
>>   put the cParamétrageDesItems of this stack into itemListWithTitle
>>   set the dgText ["true"] of group "Paramétrage items" to itemListWithTitle
>>   dispatch "ResetList" to group "Paramétrage items"
>>   set the cParamétrageDesItems of this stack to empty
>> end if
>> 
>> If someone has an idea why it doesn't work once built I'd be very happy.
>> 
>> Thanks , best regards,
>> 
>> ÉrIC Miclo
>> 
>> -- My NeXT computer will Be a Mac too! --
>> 
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 

-- My NeXT computer will Be a Mac too! --



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to