Search found 2408 matches

by evstevemd
Mon Jun 20, 2022 1:46 pm
Forum: C++ Development
Topic: Dynamic Form
Replies: 14
Views: 1210

Dynamic Form

Hi, am working on app that need to be dynamic in its input. Something similar to this web form form.png I need user to be able to create a row or column and on submit collect values. I see wxGrid and wxDVC as candidates but would like to get opinions if there are better way to do it than these, havi...
by evstevemd
Sun May 15, 2022 5:20 pm
Forum: wxCode
Topic: Moderated list of useful wxWidgets extensions
Replies: 15
Views: 12100

Re: Moderated list of useful wxWidgets extensions

Looks very nice!
by evstevemd
Sat Mar 05, 2022 7:34 am
Forum: C++ Development
Topic: wxStyledTextCtrl can read from stream/memory/buffer instead of file?
Replies: 4
Views: 375

Re: wxStyledTextCtrl can read from stream/memory/buffer instead of file?

Can you show your code about the stream/buffer?
I believe you can get string out of streams and then set that to wxSTC
by evstevemd
Fri Feb 25, 2022 10:05 pm
Forum: Compiler / Linking / IDE Related
Topic: MacOS: Code Signing problems, unable do load dylib
Replies: 2
Views: 1476

Re: MacOS: Code Signing problems, unable do load dylib

Sounds to me like wrong paths. Check this link on how to correctly build app bundle:

https://stackoverflow.com/a/3251285/709683
by evstevemd
Mon Feb 21, 2022 1:47 pm
Forum: C++ Development
Topic: Re: Exec sample
Replies: 1
Views: 244

Re: Exec sample

Sample is used only to demo functionalities.
You have to write what you want to do yourself.

AFAIK, lldb have a library. I would use that than

https://lldb.llvm.org/
by evstevemd
Mon Feb 21, 2022 1:44 pm
Forum: C++ Development
Topic: wxMenubar updateUI handler for main menus
Replies: 5
Views: 570

Re: wxMenubar updateUI handler for main menus

what does dynamically mean?
Can you explain the concept?
by evstevemd
Thu Feb 10, 2022 5:09 pm
Forum: General Forum Issues
Topic: Try log out and log in again if you can't post due to Error "The submitted form was invalid"
Replies: 18
Views: 24078

Re: Try log out and log in again if you can't post due to Error "The submitted form was invalid"

DavidHart wrote: Thu Feb 10, 2022 11:38 am Thank you for the explanation. And I'm sure I'm speaking for lots of other users too when I say: Well done!
You do!
by evstevemd
Thu Feb 10, 2022 5:08 pm
Forum: General Forum Issues
Topic: Try log out and log in again if you can't post due to Error "The submitted form was invalid"
Replies: 18
Views: 24078

Re: Try log out and log in again if you can't post due to Error "The submitted form was invalid"

Hi DM, I'm quite confident the issue is solved now. Here's a section from an email i sent to Bryan (tierra) explaining the issue: Reason for the issues: The mysql table for the session-ids is a special table type that lies in memory for performance reasons, the maximum size by default is 16MB. I don...
by evstevemd
Sun Feb 06, 2022 4:31 pm
Forum: General Forum Issues
Topic: Try log out and log in again if you can't post due to Error "The submitted form was invalid"
Replies: 18
Views: 24078

Re: Try log out and log in again if you can't post due to Error "The submitted form was invalid"

I think the problem is time based.
I will try post in different times and see if I can all times
Successful at 19:30 EAT
by evstevemd
Tue Jan 18, 2022 12:50 pm
Forum: Database Related
Topic: wxWidgets and wxDatabase
Replies: 12
Views: 9843

Re: wxWidgets and wxDatabase

The screenshot you shared have Grid horizontally laid out with Image. That could be wxGrid + wxSizer + wxPanel
But since this is not wxDatabase related open new thread to avoid polluting this one!
by evstevemd
Sat Jan 08, 2022 7:38 am
Forum: General Forum Issues
Topic: Error "The submitted form was invalid"
Replies: 58
Views: 110647

Re: Error "The submitted form was invalid"

May be updating to latest PHPBB might help?
by evstevemd
Sat Jan 08, 2022 7:34 am
Forum: General Forum Issues
Topic: Error "The submitted form was invalid"
Replies: 58
Views: 110647

Re: Error "The submitted form was invalid"

This issue have almost shut me off wxForum as the times that I'm mostly free are the ones when it hits home! :oops:
by evstevemd
Thu Dec 23, 2021 3:23 pm
Forum: Database Related
Topic: wxWidgets and wxDatabase
Replies: 12
Views: 9843

Re: wxWidgets and wxDatabase

Hi Melandr, Sorry that I could not reply b'se the forum won't let me. Good day! Do not tell me how to display a photo in the wxGrid cell correctly. The photo is stored in the database as a blob After searching the forum, I found that I need to use wxMemoryBuffer, but I can't figure out how to displa...
by evstevemd
Tue Dec 14, 2021 5:26 pm
Forum: Announcements and Discoveries
Topic: wxUiEditor Beta release
Replies: 18
Views: 12279

Re: wxUiEditor Beta release

If you can support CodeLite and CodeBlocks it will be great win for your Editor.
Many people uses those (of course and MSVS). Another thing is support for importing from/export to wxCrafter and wxSmith would be great.

I know that is asking too much but thought would be great to point out!