Search found 886 matches

by NinjaNL
Thu Sep 06, 2012 7:47 pm
Forum: Platform Related Issues
Topic: What help file format for cross-platform app ?
Replies: 6
Views: 21698

Re: What help file format for cross-platform app ?

You might care to look at HelpBlocks http://www.helpblocks.com/ written by Julian Smart.
Regards
by NinjaNL
Tue Jul 10, 2012 7:43 pm
Forum: C++ Development
Topic: wxSerialize
Replies: 10
Views: 13693

wxSerialize

Hello All,

I was wondering what had happened to Jorg's wxSerialize classes.

I am investigating porting a MFC project to wxWidgets and I understood that wxSerialize classes could replace the MFC CArchive ones.

Any help?

TIA
by NinjaNL
Wed Mar 28, 2012 3:42 pm
Forum: C++ Development
Topic: Hiding wxRichTextCtrl contents
Replies: 2
Views: 6651

Hiding wxRichTextCtrl contents

Hi all, Is it a simple thing to hide text in a wxRichTextCtrl? What I want to do is simply "force" all text of a given PARAGRAPH style to be hidden from the user. I had considered simply setting the font foreground and background colours to be the same as the current background colour of t...
by NinjaNL
Wed Feb 08, 2012 8:43 pm
Forum: C++ Development
Topic: Synchronise two wxRichTextCtrl's
Replies: 1
Views: 6354

Synchronise two wxRichTextCtrl's

I am developing an application which allows two wxRichTextCtrls to appear on a single panel. What I need is for the two wxRTC's to either share a common buffer or for there to be some way of synchronising the two buffer contents. Basically so that any change in text of either wxRTC is reflected in t...
by NinjaNL
Tue Nov 22, 2011 5:18 pm
Forum: Compiler / Linking / IDE Related
Topic: Visual Studio wxw RAD plugin?
Replies: 2
Views: 7691

Re: Visual Studio wxw RAD plugin?

Did i miss anything during my search? I don't believe so. However you could integrate wxDevC++ in VS to act as the designer http://wxdsgn.sourceforge.net/?q=node/12 . Not exactly what you want, but possibly a good interim. You could also achieve the same with wxFormBuilder. Take a look at it's docu...
by NinjaNL
Thu Nov 10, 2011 5:00 pm
Forum: C++ Development
Topic: Set focus to control in wxFindReplaceDialog.
Replies: 7
Views: 22867

Re: Set focus to control in wxFindReplaceDialog.

http://wxwidgets.info/find_and_replace_ ... idgets_ru/ is a blog entry in russian (so google translate comes in useful) about search and replace in wxWidgets applications.

It might offer some help.

regards
by NinjaNL
Mon Oct 24, 2011 3:18 pm
Forum: Component Writing
Topic: Panel with movable items - visual editor
Replies: 3
Views: 13610

Re: Panel with movable items - visual editor

Have you looked at wxArt2D? It might offer something along the lines already.
by NinjaNL
Sun Jul 24, 2011 8:46 am
Forum: wxDev-C++
Topic: Odd things happening
Replies: 3
Views: 8862

Re: Odd things happening

mrmarky2 wrote:When I compile it, as well as my program popping up, I get a strange black window pop up too.
Check Project - Project Options - Additional Command Line Options - Linker box.

There should be a line -mwindows at the top of the list.

If not, add it.
by NinjaNL
Mon Jun 27, 2011 5:30 pm
Forum: wxDev-C++
Topic: Are there DevPaks for wxWidgets 2.9.1?
Replies: 15
Views: 97027

Re: Are there DevPaks for wxWidgets 2.9.1?

Well, I didn't think to the PATH variable on dev-cpp launch! So I fixed that, with a dev-cpp.cmd script, similar to the one proposed (just used "start devcpp.exe" to avoid the background console window), and it all worked. Almost. With the PATH fixed, having installed the tools in a "...
by NinjaNL
Sat Jun 25, 2011 7:30 am
Forum: Compiler / Linking / IDE Related
Topic: Can't find Linker .lib files Setting up VC2005 compiler
Replies: 2
Views: 7093

Re: Can't find Linker .lib files Setting up VC2005 compiler

I'm using wxDevC++ 7.3.1.3 in WinXP SP3. I'm trying to follow the directions in "Setting Up wxDev-C++ for compiling with Visual C++ 2005" and I'm having trouble finding the .lib files that are supposed to go in the Linker Section of the Parameters tab of the Project Options window. In my ...
by NinjaNL
Sun Jun 19, 2011 9:34 pm
Forum: wxDev-C++
Topic: Are there DevPaks for wxWidgets 2.9.1?
Replies: 15
Views: 97027

And of course I forgot the most important piece of information. The GCC compiler has problems when there is a bracket in the path environment. So we need to create a batch file set path=c:\mingw32\bin; set wxdev=c:\dev-cpp cd %wxdev% devcpp Which does nothing else but run wxdevcpp in its own environ...
by NinjaNL
Sun Jun 19, 2011 2:52 pm
Forum: wxDev-C++
Topic: Are there DevPaks for wxWidgets 2.9.1?
Replies: 15
Views: 97027

Note: running Windows 7 pro x64 Note: yes, wxDevCpp installer was run with admin privileges [\quote] Ok, that might be a problem. wxDev-C++ is distributed with the MingW gcc compiler built for 32-bit systems.[\quote] Not necessarily, although the 3.4.5 compiler distributed with our development syst...
by NinjaNL
Fri Mar 11, 2011 4:38 pm
Forum: wxDev-C++
Topic: Are there DevPaks for wxWidgets 2.9.1?
Replies: 15
Views: 97027

Re: Are there DevPaks for wxWidgets 2.9.1?

As in the subject... Have been compiled and made available the devpaks for wxWidgets 2.9.1? Are they planned for some date? I can't speak for Tony, but I'll try to build something once wxW2.8.12 is released. I'll try and do both 2.8.12 and 2.9.1 to allow users to choose which they prefer. I'll also...
by NinjaNL
Tue Mar 08, 2011 4:22 am
Forum: wxDev-C++
Topic: How could i code a stand-alone app?
Replies: 5
Views: 12953

May i ask of you atleast a brief guideline on how to do that? Your questions all seem to come down to the same thing. How do I build a program that doesn't need any configuration. The simple answer is to design the program such that it doesn't need any static user input (that is user input that sho...
by NinjaNL
Sun Mar 06, 2011 8:56 am
Forum: wxDev-C++
Topic: How could i code a stand-alone app?
Replies: 5
Views: 12953

Re: Is this . . . .

Sorry, im referring to those apps that does'nt need to be installed, like for example, reshack. Yes. Portable, can be placed on a portable device and be used to different pc's w/out the need of installation. Yes. Does'nt write (settings) to registry=i mean an app that's stealth, does'nt leave trace...