Search found 9 matches

by mediaman
Tue Jan 19, 2010 11:15 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Put items into ListMagic
Replies: 6
Views: 3230

Re: Put items into ListMagic

Hi Bernd

I managed to get the whole thing working – your script helped a lot. Now I've got the problem that a sentence can not only be terminated by a period ("."), but also by ".»" (period/quotation marks), "?" (question mark) etc.

Thanks
MediaMan
by mediaman
Mon Jan 18, 2010 9:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Put items into ListMagic
Replies: 6
Views: 3230

Re: Put items into ListMagic

Hey Bernd

Suche definitiv jemanden, der mich bei der Entwicklung meiner kleinen Applikation unterstützt, hab noch tausend Fragen – natürlich gegen Euro ;-). Hättest Du Zeit und Lust?
Meld dich doch - leider kann ich dich nicht mit einer PM erreichen.

Danke
mm
by mediaman
Mon Jan 18, 2010 8:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Put items into ListMagic
Replies: 6
Views: 3230

Re: Put items into ListMagic

Hi Bernd

This works like a charm – absolutely perfect - thanks .
Mediaman
by mediaman
Mon Jan 18, 2010 11:46 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Put items into ListMagic
Replies: 6
Views: 3230

Put items into ListMagic

Hi I have a textfield called "source_text" with several phrases/sentences in it. I would like to populate a simple ListMagic as follows: - every sentence should be on one line in ListMagic - remaining spaces at the beginning of line 2 to ... should be deleted Can anyone help me – thanks a lot mediaman
by mediaman
Thu Jan 14, 2010 9:35 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Remove multiple spaces in a text field
Replies: 8
Views: 4576

Re: Remove multiple spaces in a text field

Funny thing – you learned from each other and I learned from both of you – you're great guys – works on a new stack – something's messing up with the text on the old one – but I find out.

Thanks
mm
by mediaman
Wed Jan 13, 2010 10:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Remove multiple spaces in a text field
Replies: 8
Views: 4576

Re: Remove multiple spaces in a text field

Hi Bernd

Looks like i got to go a little deeper into the manual – tried to use your code but couldn't get it to work – newbie probs -
Thanks anyway
mm
by mediaman
Wed Jan 13, 2010 10:15 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Remove multiple spaces in a text field
Replies: 8
Views: 4576

Remove multiple spaces in a text field

Hi

I have a text in a field and I would like all multiple spaces in the text.
Can anyone help?

Thanks
mm
by mediaman
Tue Jan 12, 2010 10:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Add line to DataGrid
Replies: 3
Views: 2604

Re: Add line to DataGrid

Hi Sturgis

Thanks for this – I've tried to use this, but honestly I don't understand
This example script resides inside the Data Grid group script so AddLine is in the message path.
mm
by mediaman
Tue Jan 12, 2010 5:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Add line to DataGrid
Replies: 3
Views: 2604

Add line to DataGrid

Hi I've got problems with adding line to a data grid. I've got a text field, a data grid and a button. The button script is as follows at the moment: on mouseUp put the selectedText into theDataA[1]["LastName"] lock screen set the dgData of group "DataGrid 1" to theDataA unlock screen end mouseUp Th...