The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Hide Groups - AHHHH
Posted: 05 Mar 10 5:34 AM
|
I know this is going to be a simple easy one but ive gone through all function security options in Adminstrator and cant find it!!!!
Im looking for where you enable/disable the Hide Groups option on right click of a group tab.
Ive found add,edit,share etc in the Main View function security but cant find hide! |
|
|
|
Re: Hide Groups - AHHHH
Posted: 08 Mar 10 8:08 AM
|
i searched the entire database and the only entry that seems relevant to this is retrieved with:
select * from sysdba.virtualfilesystem where itemname like 'hidegroup%'
does the result of this sql mean anything to anyone? |
|
|
|
Re: Hide Groups - AHHHH
Posted: 08 Mar 10 9:17 AM
|
Everytime a change is made to the slx desktop the vfs is updated. So if i change my tab layout, sage updates my profile, same for filter settings etc. It is visible in aa under the vfs explorer area (worth knowing whats out there, more than you'd expect). What I think you're looking for is cmd to the server side that hides/unhides the tab and updates the vfs too. My guess is you can flip it using a client side dom manipulation (but that won't really work since a server side post needs to be made to save it). So I'd look through reflector for a set of Object.Tab_Functions. It could be in .js area too, but I don't think so. |
|
|
|
Re: Hide Groups - AHHHH
Posted: 08 Mar 10 9:17 AM
|
Everytime a change is made to the slx desktop the vfs is updated. So if i change my tab layout, sage updates my profile, same for filter settings etc. It is visible in aa under the vfs explorer area (worth knowing whats out there, more than you'd expect). What I think you're looking for is cmd to the server side that hides/unhides the tab and updates the vfs too. My guess is you can flip it using a client side dom manipulation (but that won't really work since a server side post needs to be made to save it). So I'd look through reflector for a set of Object.Tab_Functions. It could be in .js area too, but I don't think so. |
|
|
|