Application Browser weirdness

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
phaworth
Posts: 592
Joined: Thu Jun 11, 2009 9:51 pm

Application Browser weirdness

Post by phaworth » Tue Nov 24, 2009 1:12 am

I'm getting some strange behaviour in the Application Browser. The Application browser is displaying the controls from a card that has several groups on it. I want to bring up the property inspector of an object that is witihin the group without having to ungroup. I right click on the object in question in the Application browser window and select the Property Inspector menu item. The inspector window that is displayed is for the group, not the object within the group that I just right clicked on. Same thing happens if I double click the object in the app browser window. Yet of I select the edit script item from the right click menu, the correct script is displayed.

This means that every time I want to edit something in the property inspector for an object in a group, I have to ungroup, select the object, make my changes, then group everything back together again. Big pain.

Has anyone else experienced this?

Pete

Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Re: Application Browser weirdness

Post by Janschenkel » Tue Nov 24, 2009 12:25 pm

What is the status of the 'Select grouped controls' button in the toolbar?
Rather than ungrouping-and-regrouping the group, you can also use the 'Edit group' button in the toolbar.
Also, groups now have an individual 'selectGroupedControls' property that overrides this global setting.

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com

phaworth
Posts: 592
Joined: Thu Jun 11, 2009 9:51 pm

Re: Application Browser weirdness

Post by phaworth » Tue Nov 24, 2009 6:19 pm

Thanks Jan, I will check into all those suggestions.

The "selectGroupedControls" property you mentioned - is that new in 4.0? I've downloaded 4.0 but haven't tried it yet. If it is a 4.0 addition, I don;t see anything about it in the release notes. I have to say I find the doumentation in general for Revolution somewhat of a challenge since it's scattered all over the place, and their release notes are pretty silent about anything about except major new features and the catch-all "bug fixes".

Does anyone know of a list somewhere of all the changes (including bug fixes) in 4.0?

Thanks Pete

Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Re: Application Browser weirdness

Post by Janschenkel » Wed Nov 25, 2009 7:34 am

The 'selectGroupedControls' global property has always existed, and is what drives the toolbar button.
The 'selectGroupedControls' group property was added in version 3.5 - as part of the custom controls effort, along with behaviors.
The Application Browser takes the group property into account to hide the 'innards' of custom control groups.

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com

phaworth
Posts: 592
Joined: Thu Jun 11, 2009 9:51 pm

Re: Application Browser weirdness

Post by phaworth » Wed Nov 25, 2009 8:06 am

Thanks Jan, that's invaluable information, wish I had discovered it about 3 months ago!
Pete

Post Reply