2015-05-21 22:45 UTC
I'm struggling quite a bit with my first Palette.
First issue, after turning on Auto-Hide once, now that it is the way the dialog always comes up. If I uncheck Auto-hide and close the form, firing it up again, it's auto-hidden. Primarily I just need this set for me, couldn't find it in the registry. But eventually I'll need to know how to make sure it will always come up Docked, instead of Auto-hidden.
Secondly, having issues with my action button to place blocks. It needs to set a layer active, uses a (command) call to insert a block, and other activities like that. The only way I can get it to work from the Palette is by a delayedInvoke call. Without that, I get errors even setting CLAYER.
Lastly, and possibly related, having some difficulty with the difference between Asynchronous and Synchronous event invoke. Does this only apply to the standard events, DocActivated, Close, Initialize, etc? If so, then that would explain it, and I'm fine. But as I was trying to determine why my button can't create a layer and set it current, I was toggling that setting to see no difference.
Any tips will be most appreciated!
--J
First issue, after turning on Auto-Hide once, now that it is the way the dialog always comes up. If I uncheck Auto-hide and close the form, firing it up again, it's auto-hidden. Primarily I just need this set for me, couldn't find it in the registry. But eventually I'll need to know how to make sure it will always come up Docked, instead of Auto-hidden.
Secondly, having issues with my action button to place blocks. It needs to set a layer active, uses a (command) call to insert a block, and other activities like that. The only way I can get it to work from the Palette is by a delayedInvoke call. Without that, I get errors even setting CLAYER.
Lastly, and possibly related, having some difficulty with the difference between Asynchronous and Synchronous event invoke. Does this only apply to the standard events, DocActivated, Close, Initialize, etc? If so, then that would explain it, and I'm fine. But as I was trying to determine why my button can't create a layer and set it current, I was toggling that setting to see no difference.
Any tips will be most appreciated!
--J