LC 7.0.5 project Browser strange indentation
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
LC 7.0.5 project Browser strange indentation
Something seems to be broken in the project browser display, see attached pic, left side looks fine, but Unfolded Group "DataDisplay" on the right is weird.
Restarting LC and reloading this project makes no difference, all runs fine - but this doesn't feel right.
How can I get this sorted out?
Restarting LC and reloading this project makes no difference, all runs fine - but this doesn't feel right.
How can I get this sorted out?
Last edited by Havanna on Fri Aug 07, 2015 3:38 pm, edited 2 times in total.
-
- VIP Livecode Opensource Backer
- Posts: 858
- Joined: Wed Jun 24, 2009 1:17 pm
- Contact:
Re: project Browser strange indentation
Hi, from the image on the right it looks like the group below 'DataDisplay' doesn't have a name (or even a control type) - something IS going wrong!
I suggest you close everything down, make a copy of the stack, open it up and try renaming that group to whatever it should be called (this may take you a few seconds or you may find other errors cascaded down...)
One of the things I used to do in LiveCode too many times to mention was to change the property of a control in the inspector without double-checking that the inspector was in fact referring to the control I wanted to change...
Dave
I suggest you close everything down, make a copy of the stack, open it up and try renaming that group to whatever it should be called (this may take you a few seconds or you may find other errors cascaded down...)
One of the things I used to do in LiveCode too many times to mention was to change the property of a control in the inspector without double-checking that the inspector was in fact referring to the control I wanted to change...
Dave
"...this is not the code you are looking for..."
Re: LC 7.0.5 project Browser strange indentation
Dave, that is what worries me. The inspector Shows proerties of the real Group, When I delete that Phantom Group, The real Datadisplay vanishes also.
I'm trying to move the contents into a New Group, then delete the broken Part and rename the New one.
Would not want to rebuild the whole thong with several thousand lines of code
I'm trying to move the contents into a New Group, then delete the broken Part and rename the New one.
Would not want to rebuild the whole thong with several thousand lines of code

Re: LC 7.0.5 project Browser strange indentation
Hi Havanna,
at times the project browser gets confused with nested groups. Since you apparently had a datagrid with many nested groups (?, the images vanished), I would not worry about it too much if your stack is working properly.
In that case you can use the application browser, also to be found in the Tools menu. It is not as comfortable as the project browser but does the trick.
Or you could use a third party product, LCStackBrowser from Pete Haworth.
http://www.lcsql.com/lcstackbrowser.html
there is also a trial version.
Kind regards
Bernd
at times the project browser gets confused with nested groups. Since you apparently had a datagrid with many nested groups (?, the images vanished), I would not worry about it too much if your stack is working properly.
In that case you can use the application browser, also to be found in the Tools menu. It is not as comfortable as the project browser but does the trick.
Or you could use a third party product, LCStackBrowser from Pete Haworth.
http://www.lcsql.com/lcstackbrowser.html
there is also a trial version.
Kind regards
Bernd
Re: LC 7.0.5 project Browser strange indentation
um... I dont see a pic. Where do I see the pic?Havanna wrote: see attached pic
Can someone please tell me, so that I know where to look for next time!
-
- VIP Livecode Opensource Backer
- Posts: 858
- Joined: Wed Jun 24, 2009 1:17 pm
- Contact:
Re: LC 7.0.5 project Browser strange indentation
@golive, originally there was an attached screenshot of a Project Browser not displaying some controls properly; it looks like @havanna has withdrawn it...
Yes Bernd's suggest to check what the Application Browser is showing is a good idea - if it's OK in the Application Browser then that would make me a lot more relaxed about it - you say your code continues to work properly, but maybe try some further checks from the message box to confirm the datagrid's name property is not empty (using its id, assuming you can find this).
If everything checks out then that's excellent! But I also would find it a mite unsettling
Yes Bernd's suggest to check what the Application Browser is showing is a good idea - if it's OK in the Application Browser then that would make me a lot more relaxed about it - you say your code continues to work properly, but maybe try some further checks from the message box to confirm the datagrid's name property is not empty (using its id, assuming you can find this).
If everything checks out then that's excellent! But I also would find it a mite unsettling

"...this is not the code you are looking for..."
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: LC 7.0.5 project Browser strange indentation
If this issue is reproducible in v7.1dp1 I would strongly encourage you to submit a but report so it can be addressed before release:
http://quality.runrev.com/
The Project Browser is a complete rewrite of the older Application Browser and is under continual development, so it's very likely an issue like this submitted with a clear recipe would be addressed quickly.
http://quality.runrev.com/
The Project Browser is a complete rewrite of the older Application Browser and is under continual development, so it's very likely an issue like this submitted with a clear recipe would be addressed quickly.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: LC 7.0.5 project Browser strange indentation
Yes, I've tried the application browser, and it looks all right there. It does not show nesting of course and that makes it hard to work with normally.dave.kilroy wrote:@golive, originally there was an attached screenshot of a Project Browser not displaying some controls properly; it looks like @havanna has withdrawn it...
Yes Bernd's suggest to check what the Application Browser is showing is a good idea - if it's OK in the Application Browser then that would make me a lot more relaxed about it - you say your code continues to work properly, but maybe try some further checks from the message box to confirm the datagrid's name property is not empty (using its id, assuming you can find this).
If everything checks out then that's excellent! But I also would find it a mite unsettling
I have moved the original contents of the DataDisplay group into a new empty one, then deleted the original group and renamed the new one properly,
Now it looks okay in the project browser again.
Sorry, I have no idea how the image got lost, here it should be again:
Re: LC 7.0.5 project Browser strange indentation
Hi Havanna,
in the application browser if you sort by "Layer" you will see nesting.
Kind regards
Bernd
in the application browser if you sort by "Layer" you will see nesting.
Kind regards
Bernd