2DWorlds Forums
I can't access the Properties (?) panel after a while - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: Bug Reports (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=23)
+--- Thread: I can't access the Properties (?) panel after a while (/showthread.php?tid=2537)



I can't access the Properties (?) panel after a while - Qwertygiy - 04-08-2011

It won't let me click or change SOME items, I can still change some properties, but not most, and puts something like this up:

at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpI(Unknown Source)
at java.awt.Container.dispatchEventImpI(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpI(Unknown Source)
at java.awt.Window.dispatchEventImpI(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

O.O That took forever to write down.
And I can still do stuff in the "Explorer" pane. (We need seperate names for those so that we don't have to use ROBLOX terms...)


RE: I can't access the Properties (?) panel after a while - Scripter - 04-08-2011

I get the same error, but this only happens after I rename a box, then try to change the color.

I think it also may error with circles, and other properties, but I can't say for sure.


RE: I can't access the Properties (?) panel after a while - AK-47 - 04-09-2011

For tools, I always add this into the script.

[lua]
script.Parent.Name = "Nameyouwant"
[/lua]
I add this so I could edit the properties of the tool whenever I want.

Not a bug, its a (rather annoying) security feature.



RE: I can't access the Properties (?) panel after a while - toast - 04-09-2011

Jacob_ REALLY needs to fix this.


RE: I can't access the Properties (?) panel after a while - Qwertygiy - 04-09-2011

(04-09-2011, 06:12 PM)AK47 Wrote: For tools, I always add this into the script.

[lua]
script.Parent.Name = "Nameyouwant"
[/lua]
I add this so I could edit the properties of the tool whenever I want.

Not a bug, its a (rather annoying) security feature.

That has nothing to do with what we're talking about... But I agree with toast -- I can finally access the editor again, and I want to use it!! Confusedcared:


RE: I can't access the Properties (?) panel after a while - AK-47 - 04-10-2011

(04-09-2011, 11:54 PM)Qwertygiy Wrote:
(04-09-2011, 06:12 PM)AK47 Wrote: For tools, I always add this into the script.

[lua]
script.Parent.Name = "Nameyouwant"
[/lua]
I add this so I could edit the properties of the tool whenever I want.

Not a bug, its a (rather annoying) security feature.

That has nothing to do with what we're talking about... But I agree with toast -- I can finally access the editor again, and I want to use it!! Confusedcared:

Eh? But I thought this was about the properties panel not being accessed after renaming ANYTHING (Boxes, Circles, Tools, Textures, etc.)?


RE: I can't access the Properties (?) panel after a while - Jacob__mybb_import1 - 04-10-2011

I fixed this yesterday.