Hi!
A couple of questions:
1) What build system are you using? (Visual Studio [and version],
MinGW...)
2) How do you mean it doesn't expand to fit the text? Is the default
text you give in DB not showing completely? Or, are you trying to
set the text programmatically?
3) Can you send your .pjd as an attachment (zipped?)
This will all help. Especially attaching the .pjd. Then any
interested group members can test it on their system.
thx,
Dave S.
wxMS_developers · Development with wxWidgets on MSWindows
http://tech.groups.yahoo.com/group/wxMS_developers/
wxWidgets Code Exchange
http://www.wxCodex.net/
--- In anthemion-devtools%40yahoogroups.com">anthemion-devtools
yahoogroups.com, "easton.mark"
<mark63
...> wrote:
>
> Hi,
>
> I am a newby and will be buying DialogBlocks very very soon. I
have a
> small problem though ... my static text (wxStaticText) width will
not
> increase to handle the size of the label. I have tried everything
> with the static text itself, the sizers, the panel and the
splitter
> window but it stil stays too small. I am on Windows XP and am
using
> the latest version of DialogBlocks. Much appreciate your help.
>
> <?xml version="1.0" encoding="UTF-8"?>
> <resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">
> <object class="wxFrame" name="ID_TEST" subclass="test">
>
> <style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX</style>
> <size>400,300</size>
> <title>test</title>
> <object class="wxBoxSizer">
> <orient>wxVERTICAL</orient>
> <object class="sizeritem">
> <flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
> <border>5</border>
> <object class="wxBoxSizer">
> <orient>wxVERTICAL</orient>
> <object class="sizeritem">
>
<flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
> <border>5</border>
> <object class="wxSplitterWindow"
> name="ID_SPLITTERWINDOW1">
> <size>100,100</size>
>
> <style>wxSP_3DBORDER|wxSP_3DSASH|wxNO_BORDER</style>
> <orientation>vertical</orientation>
> <sashpos>50</sashpos>
> <minsize>0</minsize>
> <object class="wxPanel"
name="ID_PANEL1">
>
> <style>wxSUNKEN_BORDER|wxTAB_TRAVERSAL</style>
> <object class="wxStaticText"
> name="wxID_STATIC">
> <label>Static text
fdfddf</label>
> </object>
> </object>
> <object class="wxListBox"
> name="ID_LISTBOX1">
> <style>wxLB_SINGLE</style>
> </object>
> </object>
> </object>
> </object>
> </object>
> </object>
> </object>
> </resource>
>
.