RE: IDE Question

new topic     » topic index » view thread      » older message » newer message

I didn't notice that, thanks.

Here is the code for to change in IDE.exw for the Tool Box:

global constant
IconBar = create( Window, "Tool Box", Controls, Default,
                        Default, 300, 60,
                        {WS_POPUP, WS_DLGFRAME} ),
--                        {WS_CAPTION,WS_SYSMENU,WS_MINIMIZEBOX} ),
    --10.5
    ToolboxUndockButton = create (PushButton, "", IconBar, 270, 0, 10, 
10, 0 ),
    ToolboxTabControl = create( TabControl, "", IconBar, 0, 0, 285, 55, 
0 ),
    ToolboxTabItem = create( TabItem, "Controls", ToolboxTabControl, 0, 
0, 0, 0, 0 ),
    ToolboxTabItem2 = create( TabItem, "Additional", ToolboxTabControl, 
0, 0, 0, 0, 0 ),
    ToolboxTabItem3 = create( TabItem, "Input", ToolboxTabControl, 0, 0, 
0, 0, 0 ),
    ToolboxTabItem4 = create( TabItem, "Selection", ToolboxTabControl, 
0, 0, 0, 0, 0 )

There is another bug just reported by Roland Stowasser that I have not 
yet fixed: If your design window is larger than the available space for 
the Form, normally scrollbars are provided. However, if you maximize 
this larger Form, the new routine I am using overlays the area of the 
scrollbars. I'll get this fixed as soon as I can. Since both of these 
bugs are in IDE.exw, I'll post a patch zip on the home page. I will 
notify the List when I've got it there.

Judith


cklester at yahoo.com wrote:
> Good stuff, Judith! zowie.
> 
> Anyway, for the Tool Box, the "Additional" tab has more buttons than 
> button
> bar space. Is there a way to give the buttons more space?
> 
> 
>

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu