Hi! wxMySQL Class uses the MySQL C API to access a MySQL Server. Nothing is needed except what is supplied my MySQL, i.e., a Server, and for development,...
As well as working with .html as is intended, I found that the basic wxHtmlWindow can display any plain text file. It will do the line breaks as required by...
Dave, I've created a small DB set that illustrates the problem. It is uploaded into the files area as HTMLTest.zip. Thanks, Ian ... (.pjd) and the ... any)?...
... Hi, Ian! Yes, I noticed!;) I'm looking at it now. BTW, you can just attach the zip in your email client and send it to the group. It will only get attached...
Dave, I think the different behavior is due to the following: wxHtmlWindow looks at the file name and if the extension is .txt, it displays it as a text editor...
... Hi, Ian! Yes, you're right. Basically wxHTML only knows about html, text, and image, at least that's the only filters available. Also, it filters in, but...
-- On Wed, 9 May 2007 16:00:56 -0500 Dave Silvia wrote -- ... Hi! Okay, here's what we have. We can preprocess the file Test.txt to make it into html. Luckily,...
... make it into ... first thing ... a wxString. ... "<br>". We ... the back. Now ... This, then is ... that get ... to let the ... the page to A4 ... ...
... Hi, Ian! Well, I don't know about amazing, let's just say determined!;) Yes, there are a few 's in the .html, roughly, I'd say, as many as there are...
Hello to everyone!! I'm going to implement an application where I have some bitmap images connected with a line. My question is, for example when 2 images are ...
... Hi! I'm going to assume dynamic positions and line sizes, i.e. not discrete multiples of a fixed amount. If it weren't so, you could modify a wxTreeCtrl in...
Hi! Although the RegEx Tester for wxWidgets tutorial is a "straight from the horses mouth" tool for testing wxWidgets wxRegEx expressions, it's not really...
Hi Dave, thnx for the feedback, just wanted to make sure that I wouldn't reinvent the wheel :) Best regards, L. ... discrete ... wxTreeCtrl in ... have to ... ...
I'm testing my application for memory leaks and I think I just discovered a major problem with DialogBlocks. When it creates controls for a window, it...
Correction -- it appears that when the application terminates gracefully, then wxWidgets deletes the controls. I was looking at a trace from Purify (a memory...
I am looking for either a GUI wizard or script that can create for me a skeleton wxMSW 2.8 project that I can open in VS 2003. I have been using wxVisualSetup...
... Hi! Phew! I'm out of breath!;) I can sense the urgency in your message! Give me a minute... There, that's better! Now at least one of us is calm!:-) Okay,...
... Hi, My first post here... my name is Carsten Arnholm, and I am from Norway. How about a slightly different approach? Using only free tools also. I have ...
... to you in ... wxWidgets ... Studio and ... layout, ... the code ... it in DB to ... I then go ... handy there), ... (Visual Studio ... Thanks for the...
... I have ... background ... Studio and ... wxWidgets. And I ... integrates ... Vusual ... SDK also, ... anything ... use use ... points ... used. The ... Not...
I am running DB 4.08, VS.NET 2005. I put a new dialog into a DB Project. I put a variable in the 'main frame' of type dialog, and I get error messages....
... Don't be sorry, been there, done that, its a natural consequence of being a human animal!;) ... At present, you'd have to create a .vsprops file of the...
... Hi, Ralph! Could you please email a zip of the .pjd and any sources and related files? It's much easier to see what's going on and help when both parties...
Hi, ... Whatever you prefer. I have tried DB but found Code::Blocks to be the most stable and flexible by far. ... I have used it for several months now. It is...
... Hi, Just a comment. My proposed setup using Code::Blocks obviously also allows using the Visual Studio 2003/7.1 C++ compiler. No problem, it is explicitely...
... Hi! First, let me begin by saying, you're right, it's a matter of preference. As soon as Code::Blocks comes out with an official release, I'll be glad to...
Hello! Currently I'm trying to undestand the principles behind the dc usage and I need some help on the following. I have a wxSplitterWindow with 2 wxPanels...
... It is a question of interpretation. What matters to me is that the nightly builds I have used have been unproblematic, in fact stable. They are also saying...
One observation: do not forget to change the version of the compiler to 8 (if you are using VS 2005). I missed this for a while and was having to convert...