Search found 7477 matches

by ONEEYEMAN
Mon Apr 15, 2024 1:49 am
Forum: Compiler / Linking / IDE Related
Topic: #include issue in vscode on Linux
Replies: 9
Views: 132

Re: #include issue in vscode on Linux

Hi,
I presume you are not familiar with how *nix doing business...

The backticks is standard way of executing the command inside another one. Unfortunately those symbols are look the same on most displays/DE/WMs, so its hard to distinguish one from another...

Thank you.
by ONEEYEMAN
Sun Apr 14, 2024 1:39 pm
Forum: Compiler / Linking / IDE Related
Topic: Compiler error after upgrading to latest minGW
Replies: 7
Views: 197

Re: Compiler error after upgrading to latest minGW

Hi,
Yes, both wxWidgets and your own code hs to be built eith exactly the same settings.

Thank you.
by ONEEYEMAN
Sun Apr 14, 2024 4:22 am
Forum: Compiler / Linking / IDE Related
Topic: #include issue in vscode on Linux
Replies: 9
Views: 132

Re: #include issue in vscode on Linux

Hi,
What OS do you use?
Do you have to use unofficial repo/release?

Thank you.
by ONEEYEMAN
Fri Apr 12, 2024 3:34 pm
Forum: C++ Development
Topic: wxMenuBar same white color as ~Windows~ title bar
Replies: 3
Views: 149

Re: wxMenuBar same white color as ~Windows~ title bar

Hi,
wxWidgets uses native controls whenever and wherever possible, and so tweaking the drawing of it is not supported.
Take a look at the owner drwxr-xr-x sample - maybe it could give you some ideas...

Thank you.
by ONEEYEMAN
Fri Apr 12, 2024 12:03 am
Forum: Compiler / Linking / IDE Related
Topic: Compiler error after upgrading to latest minGW
Replies: 7
Views: 197

Re: Compiler error after upgrading to latest minGW

Hi,
WHat is the exact version of the new compiler and where did you get it from?

And I presume you are using the same wxWidgets version as before?

Thank you.
by ONEEYEMAN
Thu Apr 11, 2024 3:02 pm
Forum: C++ Development
Topic: Flickering is happening for the listview items
Replies: 10
Views: 240

Re: Flickering is happening for the listview items

Hi,
What platform and wxWidgets verion?

Thank you.
by ONEEYEMAN
Thu Apr 11, 2024 2:21 pm
Forum: Compiler / Linking / IDE Related
Topic: I'd need some help in compiling my app
Replies: 7
Views: 1672

Re: I'd need some help in compiling my app

Hi,
So everything is good now?

Thank you.
by ONEEYEMAN
Thu Apr 11, 2024 1:44 pm
Forum: Compiler / Linking / IDE Related
Topic: I'd need some help in compiling my app
Replies: 7
Views: 1672

Re: I'd need some help in compiling my app

Hi,
The crash occur with wx 3.2.4 and GTK 3, right?
What is the backtrack at that time? Can you try building as DEBUG and run it under gdb?

Thank you.
by ONEEYEMAN
Thu Apr 11, 2024 11:49 am
Forum: Compiler / Linking / IDE Related
Topic: I'd need some help in compiling my app
Replies: 7
Views: 1672

Re: I'd need some help in compiling my app

Hi,
If your code works, I wouldn't worry too much about GTK messages.

Thank you.
by ONEEYEMAN
Thu Apr 11, 2024 3:02 am
Forum: wxWidgets Development (Russian)
Topic: GUI из DLL\so
Replies: 4
Views: 288

Re: GUI из DLL\so

Dobrogo vremeni sutok,
V chem problema? Kakoe okno neobhodimo vyvesti na rkran?
Dialog? Frame?

Kod biblio9teki mogete pokazat iz kotoroj nugno vyvodit okoshko?

Spasibo.
by ONEEYEMAN
Tue Apr 09, 2024 11:23 pm
Forum: C++ Development
Topic: Capturing keys
Replies: 7
Views: 10122

Re: Capturing keys

Hi,
If you need traversal between different controls - put wxPanel on the TLW and use it as a parent for all controls.

Then you will not need to handle any keyboard events.

Thank you.
by ONEEYEMAN
Sun Apr 07, 2024 11:56 am
Forum: Compiler / Linking / IDE Related
Topic: Wx-GTK build fails on Cygwin_x64
Replies: 7
Views: 7558

Re: Wx-GTK build fails on Cygwin_x64

Hi,
What is your exact configure line and the error you received.
Please copy/paste it inside "code" tags.

Thank you.
by ONEEYEMAN
Fri Apr 05, 2024 4:01 am
Forum: C++ Development
Topic: wxListBox is not triggering events on custom pop up window
Replies: 22
Views: 10981

Re: wxListBox is not triggering events on custom pop up window

Hi,
Are you doing all thos for autocompletion?
Do you know that there is an autocompletion already available?

Thank you
by ONEEYEMAN
Thu Apr 04, 2024 8:48 am
Forum: Platform Related Issues
Topic: Wildcard Filter for files without extension like "crontab"
Replies: 9
Views: 13434

Re: Wildcard Filter for files without extension like "crontab"

Hi,
What OSX version do you test under?
Do you have permission to open the file?

Thank you.
by ONEEYEMAN
Wed Apr 03, 2024 7:27 pm
Forum: C++ Development
Topic: Automatically delete detached wxThread after Entry() call
Replies: 7
Views: 12718

Re: Automatically delete detached wxThread after Entry() call

Hi,
Did you look at the documentation and/or the "thread" sample?

Thank you.