Hi,
What version of wxWidgets do you use?
Whats exact version of GTK?
Can you try with latest Git master?
Thank you.
Search found 4691 matches
- Mon Jan 18, 2021 4:27 pm
- Forum: Platform Related Issues
- Topic: GTK3 backend has a blurry taskbar icon on HiDPI display
- Replies: 1
- Views: 23
- Mon Jan 18, 2021 4:25 pm
- Forum: Compiler / Linking / IDE Related
- Topic: Duplicate symbol: vtable for wxThreadHelperThread
- Replies: 1
- Views: 9
Re: Duplicate symbol: vtable for wxThreadHelperThread
Hi,
Did you try building minimal sample provided?
Thank you.
Did you try building minimal sample provided?
Thank you.
- Mon Jan 18, 2021 4:23 pm
- Forum: Compiler / Linking / IDE Related
- Topic: Compile wxWidgets source using __stdcall instead of __cdecl on Windows
- Replies: 2
- Views: 23
Re: Compile wxWidgets source using __stdcall instead of __cdecl on Windows
Hi,
Why do you need to use _cdecl?
Since you are on Windows - did you look at the dll sample?
I myself am using windows and building dll with default wxwidgets build...
Thank you.
Why do you need to use _cdecl?
Since you are on Windows - did you look at the dll sample?
I myself am using windows and building dll with default wxwidgets build...
Thank you.
- Mon Jan 18, 2021 3:39 pm
- Forum: C++ Development
- Topic: Integration of WxWidgets with third party main UI
- Replies: 4
- Views: 97
Re: Integration of WxWidgets with third party main UI
Hi,
The simplest way is to build the library as dll and then build a DLL with that dialog, and load that DLL from Java.
You will need to check how to do loading in Java.
Thank you.
The simplest way is to build the library as dll and then build a DLL with that dialog, and load that DLL from Java.
You will need to check how to do loading in Java.
Thank you.
- Sun Jan 17, 2021 7:11 pm
- Forum: C++ Development
- Topic: Send Message to an mail address
- Replies: 21
- Views: 3788
Re: Send Message to an mail address
Hi,
Why not try with cURL?
Thank you
Why not try with cURL?
Thank you
- Sat Jan 16, 2021 2:15 pm
- Forum: C++ Development
- Topic: how to solve an unknown problem
- Replies: 13
- Views: 273
Re: how to solve an unknown problem
Hi, Couple of important things: 1. What is your native language? 2. Do you have any programming experience? What language? 3. C++ is not an easy language and it continuously evolves. Find a good college that teaches it and finish the course. Then you can try to work with the advanced libraries (such...
- Fri Jan 15, 2021 9:50 pm
- Forum: Platform Related Issues
- Topic: Light gray background of wxTreebook on macOS
- Replies: 3
- Views: 100
Re: Light gray background of wxTreebook on macOS
Hi, So if you build the notebook sample that comes with the wxWidgets will you see the same difference? I also find it weird that you configure line contains some options twice. And also there is some weird ones: --without-macosx-sdk --with-macosx-version-min=10.10 You sure about that configure line...
- Fri Jan 15, 2021 4:12 am
- Forum: Platform Related Issues
- Topic: Light gray background of wxTreebook on macOS
- Replies: 3
- Views: 100
Re: Light gray background of wxTreebook on macOS
Hi,
Do you see the same in the notebook sample?
How did you build wxWidgets? What was exact configure line?
Thank you.
Do you see the same in the notebook sample?
How did you build wxWidgets? What was exact configure line?
Thank you.
- Fri Jan 15, 2021 4:09 am
- Forum: Compiler / Linking / IDE Related
- Topic: Using wxwidgets on VS Code over Linux
- Replies: 1
- Views: 52
Re: Using wxwidgets on VS Code over Linux
Hi,
Why do you want to do that?
You can compile the samples and "Hello World" using the basic Terminal command.
Thank you.
Why do you want to do that?
You can compile the samples and "Hello World" using the basic Terminal command.
Thank you.
- Thu Jan 14, 2021 11:26 pm
- Forum: wxWidgets Development (Russian)
- Topic: How to Privent wxFrame from Move and stay it maxsized
- Replies: 20
- Views: 724
Re: How to Privent wxFrame from Move and stay it maxsized
Hi,
Why do you have OnFrameMove2() and OnFrameMove()?
Thank you.
Why do you have OnFrameMove2() and OnFrameMove()?
Thank you.
- Thu Jan 14, 2021 10:19 pm
- Forum: wxWidgets Development (Russian)
- Topic: How to Privent wxFrame from Move and stay it maxsized
- Replies: 20
- Views: 724
Re: How to Privent wxFrame from Move and stay it maxsized
Hi, This won't help. After calling SetPosition() - OnFrameMove() is called twice. The first time immediately after calling SetPosition(), and second time after exiting from OnFrameMove2() Not sure if this behaver would be all linux distributions Weird. Are you saying that its doing a recursion with ...
- Thu Jan 14, 2021 9:29 pm
- Forum: Platform Related Issues
- Topic: Colour me beautiful OSX - Big Sur
- Replies: 4
- Views: 111
Re: Colour me beautiful OSX - Big Sur
Hi,
Are you stuck with the wxListBox? Can you use wxListCtrl?
Build and run the listctrl sample and see how it works with the different colors there.
Also, try to build the text sample on both platforms and see if the text attribute (in your case colors) works there.
Thank you.
Are you stuck with the wxListBox? Can you use wxListCtrl?
Build and run the listctrl sample and see how it works with the different colors there.
Also, try to build the text sample on both platforms and see if the text attribute (in your case colors) works there.
Thank you.
- Thu Jan 14, 2021 8:43 pm
- Forum: wxWidgets Development (Russian)
- Topic: How to Privent wxFrame from Move and stay it maxsized
- Replies: 20
- Views: 724
Re: How to Privent wxFrame from Move and stay it maxsized
Dobrogo vremeni sutok,
Reshenie s tajmerom - looks like hack.
Try to use doublemax' suggestion.
Thank you.
Reshenie s tajmerom - looks like hack.
Try to use doublemax' suggestion.
Thank you.
- Thu Jan 14, 2021 8:38 pm
- Forum: C++ Development
- Topic: Connect to Oracle 11g database
- Replies: 1
- Views: 45
Re: Connect to Oracle 11g database
Hi,
wxWidgets is a GUI library - why does it have to have such example?
Are you trying to connect using ODBC or native Oracle client?
Can you show some code?
Are you getting any error messages?
Compile- or run-time?
Thank you.
wxWidgets is a GUI library - why does it have to have such example?
Are you trying to connect using ODBC or native Oracle client?
Can you show some code?
Are you getting any error messages?
Compile- or run-time?
Thank you.
- Thu Jan 14, 2021 5:23 pm
- Forum: Platform Related Issues
- Topic: Colour me beautiful OSX - Big Sur
- Replies: 4
- Views: 111
Re: Colour me beautiful OSX - Big Sur
Hi,
If you are on Big Sur, you should try with 3.1.4 or Git master.
There may be some fixes that are not available in 3.0.
If it works - great.
If not - it may be a bug in wxOSX and you may need to create a ticket on trac.
Thank you.
If you are on Big Sur, you should try with 3.1.4 or Git master.
There may be some fixes that are not available in 3.0.
If it works - great.
If not - it may be a bug in wxOSX and you may need to create a ticket on trac.
Thank you.