Light
@light
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 370
Reply
RE: How hide it?

You can remove the titlebar by going into expert mode but to make the menu disappear, you have to load a blank menu instead of main menu bar as Jeff s…

19 years ago
Forum
Reply
RE: To hide the timeline (request)

Here you go: statusPanel.visible = not statusPanel.visible Light

19 years ago
Forum
Reply
RE: To hide the timeline (request)

Yeah actually I am using this along with another for toggling status panel. Light

19 years ago
Forum
Reply
RE: To hide the timeline (request)

I think what you need is this: trackbar.visible = not trackbar.visible timeslider.setVisible (not timeslider.isVisible()) Light

19 years ago
Forum
Reply
RE: To hide the timeline (request)

Giampaolo, Maybe this does what you need: timeslider.setVisible false Light

19 years ago
Forum
Reply
RE: force a script to evaluate?

Dave, Those scripts probably suffer from implicitly declared variables. You should declare them explicity as locals and/or globals. Light

19 years ago
Forum
Reply
RE: Change size of dockable rollout?

I believe that you would need to undock the command panel and redock it or hide and unhide it. I only set the width to a specific value after the dial…

19 years ago
Forum
Reply
RE: Change size of dockable rollout?

Paul, I think that’s the only way. I use the same method in Orionflame. Light

19 years ago
Forum
Reply
RE: is it 1 or l

I am used to Verdana, which l is slightly taller than I. Light

19 years ago
Forum
Reply
RE: SoulburnScripts Updated Nov 20th 2005

Hey Neil, Thanks for the update! Keep it up, Light

19 years ago
Forum
Reply
RE: Multilistbox weird error…

I think it is because of the used event handler. This one seems to be a better choice if you want to go for a similar way: mlbItems = #(“A”,”B”,”C”,”…

19 years ago
Forum
Reply
RE: Multilistbox weird error…

Maybe this does what you need: mlbItems = #(“A”,”B”,”C”,”D”,”E”,”F”,”G”) rollout test “test” ( MultiListBox mlb “MultiListBox” selection:mlbItems.co…

19 years ago
Forum
Reply
RE: Can functions be declared in Structs?

Struct name, but note that with this: fn myFunction01 = ( myStruct.myFunction02() ) I meant to show the fn definition in the original struct. L…

19 years ago
Forum
Reply
RE: Can functions be declared in Structs?

You need to call the fn from the struct: fn myFunction01 = ( myStruct.myFunction02() ) Light

19 years ago
Forum
Reply
RE: Freaky Array issue? Or my error?

Bronson, You need to use arrays to access elements. As in arr = #(); arr[1] You can also use this method for bitArrays, but it will only return whet…

19 years ago
Forum
Page 17 / 26