Guest
<1> Unload and undefine
After loading a script, how to unload it without exiting icfb?
After defining a variable, how to undefine it without exiting icfb?
<2> Setting cursor
I have a window(2) opening, which is a schematic editor window.
hiSetCursor(window(2) `hicHourglass)
*Error* hiSetCursor: argument #2 should be an integer (type
template = "wx") - hicHourglass
hiSetCursor(window(2) 0)
hiSetCursor(window(2) 2)
hiSetCursor(window(2) 4)
But the cursor shape in this window never changes after I executed
the command each time.
What's the reason? How to use this function?
Thanks.
After loading a script, how to unload it without exiting icfb?
After defining a variable, how to undefine it without exiting icfb?
<2> Setting cursor
I have a window(2) opening, which is a schematic editor window.
hiSetCursor(window(2) `hicHourglass)
*Error* hiSetCursor: argument #2 should be an integer (type
template = "wx") - hicHourglass
hiSetCursor(window(2) 0)
hiSetCursor(window(2) 2)
hiSetCursor(window(2) 4)
But the cursor shape in this window never changes after I executed
the command each time.
What's the reason? How to use this function?
Thanks.