wxWidgets is a cross-platform GUI framework. It is written in C++ and has bindings for Python, Perl, Ruby, and even .Net. It also supports several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+.
0
votes
2answers
29 views
wxButton - change position using C++
I'm doing some experimental coding on Code::Blocks with wxSmith.
I have 2 buttons. When one is clicked, I want to change the position of the other.
I've tried this:
void ...
0
votes
1answer
16 views
wxTextCtrl new line issues
I'm fighting against an anoying problem with my wxTextCtrl. Whatever I try, there is no way to add a new line. wxTextCtrl diplay a square character instead of a new line.
Here is the relevant code :
...
0
votes
0answers
19 views
wxWindow transparent isssue
I have created a window form wxMiniframe ,then i set SetTransparent(90) to that window , it is working fine but if i move cursor out of window it is hiding .
i am poping that window on my canvas.
...
0
votes
1answer
14 views
Code::Blocks beginner issue with UI design
I am new to C::B and wxWidgets. I've tried to create a simple screen like this:
But I get this when it's run:
I have changed a few properties like the following but I'm not sure if this was the ...
0
votes
1answer
25 views
Undefined Symbols in wxWidgets project in XCOde
I'm trying to configure a project in Xcode, using wxWidgets-2.9.4, on Mac OS X 10.8.3. I configured wxWidgets with the following options:
./configure --enable-debug --disable-shared --enable-unicode ...
0
votes
1answer
25 views
Can't build test application with WxWIdgets in Netbeans
I'm a total c++ Newbie.
I'm trying to build windows aplications with Wx-Widgets under Net Beans.
So far so good. I have instaled everything, configured, build wx-widgets and attached it to the new ...
0
votes
1answer
19 views
Can't make wx-widget work with net-beans
I have 64bit windows 7, and I'm trying to use netbeans 7.3 with wxWidgets. I have instaled MinGW and MSYS, and they work fine (test c++ app under netbeans compile ok).
I'm going throught this ...
0
votes
0answers
20 views
wxWidgets: wxToolBar buttons have wrong size when pressed
I'm developing an application with wxWidgets, using wxMac-2.8.12 on Mac Os 10.8.3.
I need to add a toolbar with radio buttons, each button having an icon. If i create the toolbar using the funcion ...
1
vote
1answer
36 views
Drawing in-memory 8-bit greyscale image buffer to screen using wxWidgets
I would like to draw 8-bit grayscale image data to a wxPaintDC, but I have been having trouble. The data is made available to me in a uint8_t array. See the non-working code below (this is one of ...
-1
votes
1answer
29 views
wxWidgets (wxRuby) with Ruby 2.0
I'm looking for an Win32 wxRuby gem for Ruby 2.0, does someone know where to find it? I didn't have success trying to build it and it seems the project is dead.
Thanks
0
votes
1answer
17 views
Is it possible in wxwidgets to determine if the window is currently visible?
In my wxWidgets (wxPython) app, I am using a 50 ms timer to do some polling and update a window if there are any changes. If changes are detected it calls wxWindow.Refresh to update the window, and ...
0
votes
1answer
15 views
Reduce wxWidgets size Mac and disable PNG
I edited the port file to create wxWidgets statically because I wanted to reduce the executable size. At first I used dynamic linking and dylibbundler, but that resulted in ~40 MB size for the Bundle. ...
0
votes
2answers
38 views
Using wxString with Google Mock
Has anyone out there had any luck using Google Mock in conjunction with wxWidgets? I have a class Foo with setters that take a const reference to wxString in the signature like so:
class Foo {
...
0
votes
3answers
38 views
Running ride.py shows error “wxPython with ansi encoding is not supported”
When executing a file called ride.py, I get the following error message:
wxPython with ansi encoding is not supported You need to install
wxPython 2.8 toolkit with unicode support to run RIDE. ...
0
votes
2answers
24 views
wxTextCtrl OSX mutated vowel
i am using wxMac 2.8 in non-unicode build. I try to read a file with mutated vowels "ü" to a wxtextctrl. When i do, the data gets interpreted as current encoding, but it is a multibyte string. I ...
0
votes
0answers
28 views
Code::Blocks, wxWidgets Process terminated with status -1073741819
I use Code Blocks and when I'm running my wxWidgets project (any project) I get: Process terminated with status -1073741819. I reinstalled CodeBlocks and wxWidgets (use wxPack) and still doesn't work.
...
-1
votes
0answers
21 views
creating card reader(bank) with wxwidgets
>
I wish if you could help me with some ideas by creating in wxwidgets ( using codelite 5.1, wxformbuilder 2.6.9) something like a bank card reader. Basicly when I enter an number in the id: ...
0
votes
2answers
36 views
Empty wxWidgets menus on OSX
I'm using wxWidgets 2.9.4 on OSX 10.8.3 and built the library for Cocoa.
I want to add a menu bar with some menus to a wxFrame:
wxMenuBar* menuBar = new wxMenuBar();
wxMenu* fileMenu = new ...
0
votes
2answers
35 views
wxDC printing a text on screen while typing
I am trying to show a string on the screen while the user still types it. Normally wxDC's DrawText function is used for a string where the contents of the string is already known.
void DrawText(const ...
0
votes
1answer
32 views
Trying to run Code::Blocks on Ubuntu with wxWidgets
I've just installed CB (Code::Blocks) 10,05 and also installed wxWidgets from the repos. I am trying to simply compile and run a blank form. But this does not seem to work. I get the error:
...
2
votes
1answer
36 views
controlling UI elements in wxPython using threading
I'm writing a simple game using Python/wxWidgets.
I've written a class for the main window and a simple class for another frame that gets user input.
The architecture I have so far is that the app ...
-1
votes
3answers
35 views
Iterating over controls in wxPython in order to save session data
I have a GUI written in wxPython (with boa constructor).
I would like to save a user's session to a file, to be loaded the next time the application starts.
I would like to avoid saving each value ...
-1
votes
0answers
45 views
wxPanel and wxScrolledWindow aren't making a good scroll window
I am learning how to use wxWidgets, and wanted to make in the same time an application to use what I learnt.
So when I wanted to use a wxScrolledWindow with just a sizer and controls inside of it, ...
-1
votes
0answers
20 views
why two o/p is produced at linking stage — openssl
I have installed openssl at this path - /usr
/usr/lib contains :---
libcrypto.so
libssl.so
libcrypto.a
libssl.a
Makefile :----
CXX = g++
CC = gcc
CFLAGS_TEMP = $(shell wx-config ...
0
votes
1answer
47 views
Develop an UI application that interacts with a C + + Library
I do not have a technical question about a problem. I am writing to get a hint about a possible technology to use.
I have a library developed in C++ and I have to write an application with UI ...
-2
votes
0answers
15 views
How to get the info of the control after you create it?
How to get the context of a control after you create it in wxWidgets?
Such as a wxRichTextCtrl, and I want to get the context that displayed in the control, despite it is not meaningfu.
...
-1
votes
1answer
22 views
wxFlexGridSizer AddGrowableCol throwing error
I have several wxFlexGridSizers that used to work in wxWigets version 2.8.11. After upgrading the wxWidgets library to 2.9.4 I am now getting an invalid column index in ...
0
votes
1answer
32 views
wx.TextCtrl has blue outline but won't receive text in wxMac
I have been writing a printer driver backend for Linux and Mac that displays a window allowing the user to select a printer. Part of the process is for the user to input Username and Password for ...
0
votes
1answer
28 views
Link Error while creatiing wxSashLayoutWindow in wxwidgets
I am Working on wxsashlayoutwindow but i am not able to execute ,some one please help me out of this
these are the link errors i am getting:
1>MyFrame.obj : error LNK2019: unresolved external ...
0
votes
3answers
36 views
How to display Images in a wxListCtrl (multicolumn report style)
I already managed to create wxListCtrls with either icons or multicolumn text like this
Picture of two wxListCtrls
Now I'd like to add an icon to each line of the text list on the left. I thought ...
0
votes
2answers
25 views
Strings or hypertext Onclick event WxWidgets
so, here's the deal. I have some program who needs to call some event when i click on a word or phrase. I was thinking on html hypertext but not sure. My question is, how should i edit hyperlink event ...
0
votes
1answer
35 views
How to debug in Wxwidgets?
I am new to wxWidgets. So far, the most upsetting thing to me is that sometimes, after I pass compile, and try to run the GUI App, it does not behave as I designed it, and I have no idea what is wrong ...
0
votes
0answers
22 views
column title of wxListCtrl loaded from XRC file - wxRuby
I have problem with loading column title for wxListCtrl which are
defined in xrc file. According to XRC file format description
(http://docs.wxwidgets.org/trunk/overview_xrcformat...)
it shall be ...
0
votes
1answer
32 views
wxDateTime ParseFormat() for milliseconds
I've been trying to use the wxWidgets wxDateTime::ParseFormat() but want to be able to parse down to millisecond resolution. It seems, from what I've read, that it can only parse down to seconds. Can ...
0
votes
1answer
26 views
How the wxDialog Destroy function work
All:
I got one question about the the wxDialog Destry():
Suppose I make a dialog which inheritate from wxDialog like:
wxMyDialog dlg = new wxMyDialog(.....the pararmeter.....)
and inside ...
0
votes
0answers
22 views
wxLua: putting image in wxGrids cell
Is it possible to make wx.wxGrid to display an image in its cell? From what I see there's no way to subclass wxLua classes and there's no standard image (wxBitmap or wxIcon) cell renderer. Did ...
1
vote
0answers
36 views
Failed to clean when building wxwidgets using MinGW
I have a problem when cleaning wxwidget using MinGW. The last error is like this :
make (e=2):system cannot find the file specified.
mingw32-make : *** [clean] error 2
and it seems like all of the ...
0
votes
2answers
36 views
How to get specific cell content in wxListCtrl
As the title said, can anyone give me a simple example how to get a specific cell's content in wxWidgets 2.9
For example, I build a wxListCtrl list, there may be 3 columns, when I right click or ...
1
vote
0answers
35 views
Are we able to call dictation feature on Mountain lion on button click
Mountain Lion dictation feature is invoked by default while pressing the fn key twice in a text control.
I would like to know if it is possible to invoke the same feature from other controls and ...
0
votes
2answers
32 views
Alternatives to tabs in strings when using Python wxWidgets wxlistbox
As noted here: http://docs.wxwidgets.org/trunk/classwx_list_box.html
Notice that currently TAB characters in list box items text are not handled consistently under all platforms, so they should be ...
1
vote
1answer
78 views
Two applications(*.exe) using same data pointers from data DLL?
I have a huge program (A) which uses about 30 (most of my own, some 3rd party) dll´s. It uses ActiveX, ATL and MFC to do different stuff. Now i want to use wxWidgets for some special tasks and will ...
0
votes
3answers
100 views
GUI style for windows Qt application
How can i achieve this kind of look and feel with colored buttons and rounded corners in dialogs for a windows application?
i dont think it can be done using MFC , will wxWidgets or Qt help ? or any ...
0
votes
1answer
52 views
Dispatching Asynchronous events?
Solved: it turns out that i was doing almost all things right, and that the wxLua library works perfectly. The problems was mixing libraries compiled in Debug with others in Release.
The maillist ...
0
votes
1answer
69 views
Build wxWidgets 2.8.12 GCC 4.6.2
I am getting this error when building wxWidgets in Cygwin:
../src/generic/dirctrlg.cpp:67:24: fatal error: direct.h: No such file or directory
compilation terminated.
make: *** [corelib_dirctrlg.o] ...
1
vote
1answer
58 views
What is the correct way to change StaticText label?
I am writing a wxPython application, and when I try to change the text in a StaticText object the alignment I have set goes away. It starts off centered, but after the text is changed the alignment ...
0
votes
1answer
25 views
What will return when use wxDialog::ShowModal
All:
I wonder what returns when I click the 'X' on a wxDialog after I call Dialog->ShowModal()?
For example:
wxDialog* Dialog = wxDialog(NULL,wxID_ANY,title,wxDefaultPosition,wxSize(310,170));
...
-1
votes
1answer
38 views
message box for spin ctrl event in wxpython
Hi all i am learning python and wxpython ,now i am stuck while doing spin-ctrl button event,
problem: I have a spin ctrl and few text_ctrl ,spin_ctrl max value is 7 and and it should not set it ...
0
votes
1answer
31 views
How to implement char limit in wxTextctrl without setMaxLength
All
I wonder how to implement text char number limit in wxTextCtrl "multiline" style.
I need: 1) Block user input when limit reached(just keep char which is in limit range). 2) When user input or ...
1
vote
1answer
31 views
How to implement char limit in wxTextctrl
All
I wonder how to implement text char number limit in wxTextCtrl "multiline" style.
I need:
1) Block user input when limit reached(just keep char which is in limit range).
2) When user input or ...
-1
votes
1answer
20 views
Error getting class type with wxIS_KIND_OF macro
I'm trying to get a wxSizer class type with wxIS_KIND_OF macro.
After few seconds my program finish without show the main window of my app.
This is the code:
...


