Search found 13 matches

by xml
Wed Jan 12, 2005 6:23 pm
Forum: wx.NET
Topic: misc bugs on linux
Replies: 2
Views: 2538

i didnt configure anything i just run it on the same dir of the wx.net binaries that uses wxwidgets 2.5.3
by xml
Wed Jan 12, 2005 1:28 pm
Forum: wx.NET
Topic: misc bugs on linux
Replies: 2
Views: 2538

misc bugs on linux

Buttons -backcolor doesnt work -font underline doesnt work -fore color doesnt work -text allign doesnt work Checkboxes -backcolor doesnt work -font underline doesnt work -fore color doesnt work Groupboxes -backcolor doesnt work -font underline doesnt work -fore color doesnt work Labels -backcolor do...
by xml
Mon Jan 10, 2005 8:32 pm
Forum: wx.NET
Topic: imagelist
Replies: 0
Views: 1632

imagelist

please add the ability to retrieve images form the wx.imagelist
by xml
Sun Jan 09, 2005 10:52 pm
Forum: wx.NET
Topic: sugestion
Replies: 1
Views: 2215

sugestion

in a previous post it was said public char this[long i] { #if __WXMSW__ get { return wxString_CharAt(wxObject, (uint)i); } #else get {return System.Convert.ToChar(wxString_CharAtInt(wxObject, (uint)i)); } #endif } couldnt the #if __WXMSW__ be replaced with RunningOnWindows() where this function was ...
by xml
Fri Jan 07, 2005 11:43 am
Forum: wx.NET
Topic: important bug
Replies: 6
Views: 4037

the bug only appears when we try to access the label property of the StaticText:

L2=new wx.StaticText(Panel1, ID_L2, "
by xml
Fri Jan 07, 2005 12:05 am
Forum: wx.NET
Topic: important bug
Replies: 6
Views: 4037

important bug

if we put a char like
by xml
Wed Jan 05, 2005 12:50 pm
Forum: wx.NET
Topic: alignement
Replies: 2
Views: 2395

im trying to align the text contained in a wx.StaticText
by xml
Sun Jan 02, 2005 12:44 pm
Forum: wx.NET
Topic: alignement
Replies: 2
Views: 2395

alignement

Hi,
1) whats the difference between Alignment.wxALIGN_CENTER and Alignment.wxALIGN_CENTRE
2) Alignment.wxALIGN_CENTER_VERTICAL doesnt work correctly because it centers the text horizontally
by xml
Fri Dec 31, 2004 6:40 pm
Forum: wx.NET
Topic: scrollbars
Replies: 2
Views: 2380

range is readonly and there is a method that appears to change the range but i dont know what to put in the other arguments

public override void SetScrollbar(int position, int thumbSize, int range, int pageSize, bool refresh);
by xml
Fri Dec 31, 2004 6:29 pm
Forum: wx.NET
Topic: wx.net 0.6 bug
Replies: 2
Views: 2300

i use winxp and the app quits without giving an error msg
by xml
Fri Dec 31, 2004 1:14 am
Forum: wx.NET
Topic: scrollbars
Replies: 2
Views: 2380

scrollbars

hi,
how do i retrieve the maximum, minimum and current value of a scrollbar.

TIA
by xml
Thu Dec 30, 2004 12:49 am
Forum: wx.NET
Topic: wx.net 0.6 bug
Replies: 2
Views: 2300

wx.net 0.6 bug

hi,
im trying to create an empty listbox but it crashes the program it only works if i specify items, to see this behaviour change line 137 of dnd.cs to string[] strFile = {""}; and run the dragndrop app.
by xml
Fri Oct 22, 2004 1:29 pm
Forum: wx.NET
Topic: retrieve the frame's widget collection
Replies: 6
Views: 4343

retrieve the frame's widget collection

hi,
is it possible to retrieve a frame's widget collection, on windows forms there's the controls collection