First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
wxDb->ExecSql function not giving correct column information
Hi, I have a table called CONTACTS with 14 columns.13 columns are of type varchar/datetime/int and 14th column is image (BLOB) type. After successfully opening the DB(MSSQL) connection,I am executing the following statement. m_pDb->ExecSql(wxString(wxT("select * from CONTACTS")), &pColInfo, nColCount); This stat... 22 Dec 2008 03:06
Connect() and invalid static cast.
I use C since 1988 but I'm newbie about wxwidgets. I've a (stupid?) problem with Connect() function. I've to create some wxBitmapButton runtime for a dynamic graphical menu. I need to use the Connect function to handle mouse events. I use Connect function in this mode: bool ss_GfxMenu::SetParentChild(struct... 22 Dec 2008 03:06
Suggestion for wxExecute in wxMSW
To solve all these problems you could use ShellExecute (only) under Windows if that suits your purpose. It is clearly that in the *nix world it is not so easy thing to make a similar function that will work the same regardless of the desktop environment you're using (gnome, kde, xfce ...). Regards, Iulian ... 11 Dec 2008 14:52
wxEVT_SIZE handler called multiple times per resize?
Hi, I noticed something very strange with when hooking the wxEVT_SIZE event in one of my custom controls. Specifically, for every discrete window resize, I find that the wxEVT_SIZE seems to be issued 4(!) times, thereby calling my event handler 4 times. This seems very inefficient. In an effort to simplify th... 8 Dec 2008 19:54
wxTreeCtrl::HasChildren() - Problem with wxMSW?
Hi all, I've just found a problem with the HasChildren()-Method of wxTreeCtrl: bool hasChildren = this->HasChildren( rootID ); doesn't work with wxMSW (2.8.9). An assertion in debug mode fails ("can't retrieve virtual root item"), followed by a GPF. This problem only occurs if the wxTR_HIDE_ROOT flag is... 30 Nov 2008 14:19
wxActiveXContainer how to find clsid
On Sun, 30 Nov 2008 17:45:07 +0100 Riccardo Cohen <rc(a)architectedulogiciel.fr> wrote: RC> I try to run the sample written here : RC> RC> http://docs.wxwidgets.org/stable/wx_wxactivexcontainer.html#wxactivexcontainer RC> RC> But it seems that the clsid is not correct for my installation (vista) RC> because Co... 1 Dec 2008 04:07
Roadmap
On Sat, 29 Nov 2008 13:29:15 +0100 Dieter Oberkofler <doberkofler.lists(a)gmail.com> wrote: DO> 1) Is there a (more or less) official roadmap for the future of wxWidgets Not really. There are plans but calling them a roadmap would imply assigning schedule to implementing them and currently we don't really have i... 4 Dec 2008 13:11
unresolved externals in release [MSW] SVN 2.9
When I recompile my existing Apps with VC 2005 only in release mode these unsesolved externals are left: 1>------ Build started: Project: formedit, Configuration: Release Win32 ------ 1>Linking... 1>wxmsw29u_core.lib(corelib_printwin.obj) : error LNK2019: unresolved external symbol "public: class wxRect ... 25 Nov 2008 06:36
wxExecute problem
I'm using wxExecute to launch a process from my main function. The call is like this one: long wxExecute(const wxString& command, wxArrayString& output, wxArrayString& errors, int flags = 0). This way, I can capture the output and error streams of the process I launched. Since I'm launching the process in synchro... 24 Nov 2008 09:36
Getting started with wxArt2D
bobthrollop(a)mail.brandx.net wrote: Hi all, I'm trying to get wxWidgets up and running with wxArt2D, and I'm having build problems. This may be an old question, but I haven't been able to find an answer in the archives and I'm not sure where else to get help with wxArt2D, so I thought I'd try as... 11 Nov 2008 04:13
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18