Search found 13 matches

by Vincent
Thu Dec 03, 2009 9:57 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get a Number of line in Field
Replies: 3
Views: 4081

Get a Number of line in Field

Hi,

I would like to get the number of the cliked line in a field to change its backgroundcolor. So, I tried with the "mouseline" function and the "clickline", but it doesn't work...

Someone could help me, please ?

Thanks in advance,

Vincent.
by Vincent
Fri Nov 27, 2009 5:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problem with player's volume
Replies: 5
Views: 3688

Re: Problem with player's volume

Thanks Bern,

Yes I use Quick Time with windows XP. However, if I put a ".mpg" videoclip with Quick Time outside Revolution, I can control the sound level of my videoclip...

Vincent.
by Vincent
Fri Nov 27, 2009 4:32 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problem with player's volume
Replies: 5
Views: 3688

Re: Problem with player's volume

Bern,

Thanks for your answer.

I try with a another videoclip. If the videoclip is a ".avi", it works... But, if the videoclip is a ".mpg", it doesn't work...

Is it the same thing for you ?
by Vincent
Fri Nov 27, 2009 2:48 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problem with player's volume
Replies: 5
Views: 3688

Problem with player's volume

Hi, I have a problem with the volume of a videoclip in my player. I want to turn off the volume of my videoclip. So, I use the following script: "set the playloudness of player "X" to 0". When I used this script, the volume of the player "X" changed in the "Property inspector", but I still heard the...
by Vincent
Wed Nov 25, 2009 6:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Insert tab in a field
Replies: 2
Views: 2924

Re: Insert tab in a field

Thanks you, it works !

Vincent.
by Vincent
Wed Nov 25, 2009 6:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Insert tab in a field
Replies: 2
Views: 2924

Insert tab in a field

Hi, I would like to use the keyboard's tab key to delimite some items in a field. But when I press the tab key on my keyboard, my cursor changes the selectioned field on my stack. So, I can't insert a tabulation between the items in the field. My items are words. Someone could help me, please ? Than...
by Vincent
Wed Nov 25, 2009 4:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Resize Windows and objects
Replies: 3
Views: 3831

Re: Resize Windows and objects

Thanks for your help.

I managed to do what I wanted using "geometry" properties.


Best regards,
Vincent.
by Vincent
Mon Nov 23, 2009 11:06 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Resize Windows and objects
Replies: 3
Views: 3831

Resize Windows and objects

Hi,

I'm a Runrev new user... I would like that my windows and the objects inside (fields, buttons, etc...) are horizontally and vertically resizable...

I hope someone will help me,
Thanks in advance,

Vincent.
by Vincent
Wed Mar 25, 2009 4:55 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How write lines of differents fields to the same file
Replies: 8
Views: 5507

Thanks

Hi sparkout,

thank you for your help. After some difficulties, it's ok.

Vincent.
by Vincent
Thu Mar 19, 2009 11:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How write lines of differents fields to the same file
Replies: 8
Views: 5507

Hi Sparkout, thanks for revonline. I try with your proposition but I have a problem with... So, I do this: on sauvegarder ask file "Enregistrement fichier de données" with type ".Txt" if ((filename is empty) or ("Cancel")) then exit sauvegarder else put it into filename open file filename write fie...
by Vincent
Thu Mar 19, 2009 10:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How write lines of differents fields to the same file
Replies: 8
Views: 5507

Hi Sparkout,

thank you very much for your help !

I will try this on my data.

However, what is "my RevOnline space" ?

Vincent
by Vincent
Thu Mar 19, 2009 9:40 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How write lines of differents fields to the same file
Replies: 8
Views: 5507

Hi sparkout, Thank you for answer me. I try to achieve exactly that you understand for the expected result in the "aggregate field". I achieve to write the first line of each field to the first line of the "aggregate field", but I don't achieve the repeat loop to write the others lines of fields... ...
by Vincent
Wed Mar 18, 2009 6:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How write lines of differents fields to the same file
Replies: 8
Views: 5507

How write lines of differents fields to the same file

Hi, I'm a new user of revolution. I have 6 different fields with lines in. I can't know the lines' number of each fields in advance. I would write the first line of each field to the first line of an other field, the second line of each field to the second line of the "other field" and repeat this f...