Search found 23 matches

by Lance
Wed Apr 17, 2024 10:47 pm
Forum: Talking LiveCode
Topic: PolyGrid Direct Cell Editing?
Replies: 16
Views: 12602

Re: PolyGrid Direct Cell Editing?

Hello Bernd,

Your improvements keep coming. Put your updates into the sample and worked great. Attaching an updated zip file with 'our' work:).

Cheers.
by Lance
Tue Apr 16, 2024 5:10 pm
Forum: Talking LiveCode
Topic: PolyGrid Direct Cell Editing?
Replies: 16
Views: 12602

Re: PolyGrid Direct Cell Editing?

Bernd, nice improvement. Thanks for sharing.

Lance
by Lance
Tue Apr 16, 2024 2:08 pm
Forum: Talking LiveCode
Topic: PolyGrid > multi line headers & background colors
Replies: 0
Views: 387

PolyGrid > multi line headers & background colors

Hello, So for my purposes to use PolyGrid vs DataGrid there are two things i have not been able to figure out how to do, perhaps one of you have? 1. How to get a multiple line column header? I can only get a single line to work. In DataGrid I can type multiple lines in a text editor and copy>paste a...
by Lance
Tue Apr 16, 2024 2:06 pm
Forum: Talking LiveCode
Topic: PolyGrid Direct Cell Editing?
Replies: 16
Views: 12602

Re: PolyGrid Direct Cell Editing?

So I had put PolyGrid in the closet for some time and decided to take another look at using it more as it is so fast. I went back to direct cell editing and have a very simple sample where if you click on a cell a field is sized the same as the cell and allows you to update the cell content. Works p...
by Lance
Mon Apr 08, 2024 5:18 pm
Forum: Talking LiveCode
Topic: An event trigger when data is added to a field
Replies: 15
Views: 1057

Re: An event trigger when data is added to a field

Mark > thanks for reviewing for me and Heather for the post.

Stam > thanks for the suggestion, that looks like it could work well. Will give it a go.

Lance
by Lance
Fri Apr 05, 2024 6:27 pm
Forum: Talking LiveCode
Topic: An event trigger when data is added to a field
Replies: 15
Views: 1057

Re: An event trigger when data is added to a field

Some good points RIchard. It potentially could cause issues in terms of backwards compatibility. I wonder if you could simple add some sort of command in the main open stack event like "set fieldTextChangedEvent to true" if you wanted this this new trigger to work?

Lance
by Lance
Fri Apr 05, 2024 4:16 pm
Forum: Talking LiveCode
Topic: An event trigger when data is added to a field
Replies: 15
Views: 1057

Re: An event trigger when data is added to a field

Thanks for all the replies, appreciate it. The "dispatch" idea from Stam looks like my most likely solution. Sounds like everyone would really like a textChanged to be trigged when setting text by code. Seems logical to me. I may be in a position to at least get this in front of the LC team. I have ...
by Lance
Thu Apr 04, 2024 5:30 pm
Forum: Talking LiveCode
Topic: An event trigger when data is added to a field
Replies: 15
Views: 1057

An event trigger when data is added to a field

Is there a way to trigger a function when I add data to a field with code? Something like "on textChanged" ?

put "test data" into field "Data"

then i want that event to trigger another function to update some buttons that become enabled with there is data available in field "Data"

thanks.
Lance
by Lance
Wed Apr 03, 2024 3:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1329411

Re: Where are the newbies?

Hello, Just thought I would add a comment. I have not done many posts as most of the time I either do not have the answer or the core group has jumped on responses and it appears solved. I do however read my digest email every morning. I enjoy seeing what others are working on and I have gained know...
by Lance
Tue Jan 09, 2024 4:16 pm
Forum: Windows
Topic: launch an ".EXE (command line program)" silent.
Replies: 2
Views: 29304

Re: launch an ".EXE (command line program)" silent.

I have had very good luck using "launch document tFileName" running on Windows 10. I use this line after the launch document command to show me errors. "if the result is not empty then answer the result"
by Lance
Thu Sep 21, 2023 4:16 pm
Forum: Talking LiveCode
Topic: IDE Scale issues
Replies: 16
Views: 10395

Re: IDE Scale issues

Thank you Stam!
by Lance
Wed Sep 20, 2023 5:51 pm
Forum: Talking LiveCode
Topic: IDE Scale issues
Replies: 16
Views: 10395

Re: IDE Scale issues

Thank you Stam.
by Lance
Wed Sep 20, 2023 4:38 pm
Forum: Talking LiveCode
Topic: IDE Scale issues
Replies: 16
Views: 10395

Re: IDE Scale issues

Hello Stam,

Do you happen to have a sample stack on how you resize and use your preferences file? I think that could be very helpful for me.

thanks.
by Lance
Sat Apr 08, 2023 8:28 pm
Forum: Off-Topic
Topic: Gift 2
Replies: 11
Views: 7935

Re: Gift 2

Very nice, thank you Richmond.
by Lance
Tue Mar 28, 2023 9:36 pm
Forum: Talking LiveCode
Topic: PolyGrid Direct Cell Editing?
Replies: 16
Views: 12602

Re: PolyGrid Direct Cell Editing?

I had not tried this and Andreas is correct, i tried this and while maybe there is a more direct way, it worked. put the pgColumns of widget "PolyGrid1" into tArray put "left" into tArray["3"]["ContentAlignment"] set the pgColumns of widget "PolyGrid1" to tArray thanks Andreas, and thanks Mark for t...

Go to advanced search