Search found 9 matches

by tluyben
Sat Mar 31, 2018 11:14 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: TreeView instability and fixing an extension
Replies: 13
Views: 8679

Re: TreeView instability and fixing an extension

> I can’t reproduce the selection issue. What OS and LC versions are you using? Ubuntu 17.04 with LiveCode Community 8.1.9.x86_64 and LiveCode Community 9.0.0 rc1 x86_64 The latter is absolutely unusable here to be honest, it makes windows disappear when I click other windows which is seriously maki...
by tluyben
Tue Mar 27, 2018 11:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: TreeView instability and fixing an extension
Replies: 13
Views: 8679

Re: TreeView instability and fixing an extension

Ok, The 'solution' is rather simple; // Just return if the click was below all the data if mHoverRow < 1 or mHoverRow > the number of elements in mDataList then return end if for v8 this is on line 849 and for 9 it's on line 872 . No more crashes after that, but the extension is still not very nice ...
by tluyben
Mon Mar 26, 2018 8:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: TreeView instability and fixing an extension
Replies: 13
Views: 8679

Re: TreeView instability and fixing an extension

Thanks a lot! Will test first thing in the morning!
by tluyben
Mon Mar 26, 2018 10:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: TreeView instability and fixing an extension
Replies: 13
Views: 8679

Re: TreeView instability and fixing an extension

Excuse my ignorance; I have no clue how to recompile and use extension source code. I know where the file is, I put it outside the project and changed it; how do I open + test it?
by tluyben
Sun Mar 25, 2018 11:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: TreeView instability and fixing an extension
Replies: 13
Views: 8679

TreeView instability and fixing an extension

I'm being plagued, all the time, by the 'chunk index out of range' error (which was reported in your bug tracking, but remains unfixed for some reason; seems like a p1 showstopper to me :lol: I literally cannot do anything without getting that error in 8 and 9rc1 ); this doesn't allow me to use the ...
by tluyben
Sat Mar 24, 2018 9:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scrolling List loses selection when switching card
Replies: 22
Views: 12088

Scrolling List loses selection when switching card

When I put a List on Card 1 and selection of an item in that list + button click goes to Card 2, clicking back from Card 2 to Card 1 then shows the selected item on the List is now no longer selected. How can I make it hold selection when switching cards?
by tluyben
Sat Mar 24, 2018 7:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cannot get the auto scaling and positioning to work after deployment
Replies: 4
Views: 3694

Re: Cannot get the auto scaling and positioning to work after deployment

Ouch. My beginner-ness is really showing! Changed field to group for LoggerGrid and now it works. Doesn't work with geometry manager, but it works in code, so that's great. It's horribly inconsistent (it's a group, sure, but it's also field, as it's between other fields on the palet). At least it wo...
by tluyben
Sat Mar 24, 2018 7:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cannot get the auto scaling and positioning to work after deployment
Replies: 4
Views: 3694

Re: Cannot get the auto scaling and positioning to work after deployment

Thanks, I tried what you said and for the Scrolling List Field, it fixed my issue, however for the Datagrid control I have, it's even worse now; it doesn't rescale in the IDE either anymore. So I tried it in code; on resizeStack pNewWidth, pNewHeight, pOldWidth, pOldHeight set the height of field "T...
by tluyben
Fri Mar 23, 2018 1:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cannot get the auto scaling and positioning to work after deployment
Replies: 4
Views: 3694

Cannot get the auto scaling and positioning to work after deployment

I am using 8.1.9 under Ubuntu (9 seems to be very unstable for me so far) and when I create automatic scaling / positioning in the geometry manager everything works beautifully in the IDE, however when I deploy, it is completely broken under all platforms (mac,linux,windows). It is quite random why ...