Search found 19 matches

by Pascal
Sat Jul 24, 2010 11:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tring in vain to populate a data grid
Replies: 5
Views: 4366

Re: Tring in vain to populate a data grid

Well I ziped/unziped the stack and everything seems allright.
by Pascal
Sat Jul 24, 2010 8:02 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tring in vain to populate a data grid
Replies: 5
Views: 4366

Re: Tring in vain to populate a data grid

Hello, You're right. I deziped the file and, me too, I have not succeed in opening the stack (corrupted). The stack has been compressed with Zipit. I'll try another soft to do it. Before I'll try your "after" You will find underneath the script used to populate my DataGrid. on mouseUp -- script of a...
by Pascal
Sat Jul 24, 2010 7:47 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: About arrays
Replies: 2
Views: 2296

Re: About arrays

Thanks.
by Pascal
Fri Jul 23, 2010 4:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tring in vain to populate a data grid
Replies: 5
Views: 4366

Tring in vain to populate a data grid

Hello,

I join a stack in which I try to place values from fields in different cards to a data grid.
I use a global variable to tell Rev the line where data is suppose to go, but it never goes there. It always goes to the first line, each new entry erasing the one already there. Any idea ?

Thanks
by Pascal
Fri Jul 23, 2010 11:29 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: About arrays
Replies: 2
Views: 2296

About arrays

Hello,

Two questions about arrays :
  • - are arrays global variable ?
    - do we have do declare arrays before using them, or are they created on the fly, in the script ?
Thanks
by Pascal
Fri Jul 23, 2010 8:40 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiwindows Stack
Replies: 11
Views: 8140

Re: Multiwindows Stack

Thanks for your help. But why have these cards if all the data can be found on card 2 I could say that it is "for the fun of it", but it is not true. Sometime, when you process data, you have a place when you enter the data, and other places where it is more convenient to have them (or some part of ...
by Pascal
Mon Jul 19, 2010 9:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiwindows Stack
Replies: 11
Views: 8140

Re: Multiwindows Stack

Well, it is me who does not undertand what you suggest me.
I Join a capture showing my aim.
by Pascal
Fri Jul 16, 2010 9:49 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiwindows Stack
Replies: 11
Views: 8140

Re: Multiwindows Stack

Had a little time to try. Let me explain my project, that I thought would be easy to do :cry: , it is just a place to store my passwords Every card of the stack contains the name of the web site, my login, my password, and a place to store comments or the "secret questions". Four fields in each card...
by Pascal
Thu Jul 15, 2010 6:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiwindows Stack
Replies: 11
Views: 8140

Re: Multiwindows Stack

Thanks,

Trying it and coming back to tell.
by Pascal
Thu Jul 15, 2010 2:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiwindows Stack
Replies: 11
Views: 8140

Re: Multiwindows Stack

Or, told an other way.(I read, some place, that one stack can have only one window)
What is the easiest way to create substacks that are exactly all the same, any change in any stack being automatically pasted in the other stacks ?...

Thanks
by Pascal
Thu Jul 15, 2010 11:43 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiwindows Stack
Replies: 11
Views: 8140

Re: Multiwindows Stack

As a matter of fact, I do no see the point using code.
I want, when developping my project, create a stack with two or more layouts to present the data.
by Pascal
Thu Jul 15, 2010 9:12 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiwindows Stack
Replies: 11
Views: 8140

Multiwindows Stack

Hello,

I suppose the question has been already asked (and answered) but I have not find where.
Then... how do I manage to create a stack with two or more windows (containig or not the same fields) ?

Thanks
by Pascal
Tue Jul 13, 2010 7:34 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Are "global" container existing ?
Replies: 4
Views: 3387

Re: Are "global" container existing ?

Great,

I did not knew the shared text property.
Everything works fine.

Thanks
by Pascal
Mon Jul 12, 2010 8:53 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Are "global" container existing ?
Replies: 4
Views: 3387

Re: Are "global" container existing ?

Sorry,

I think I did not formulate my question the right way.
I try another way : How do I manage to create a container (field) whose value is the same on all the cards of the stack ? And if you change its value, the value changes on all cards.

Thanks