Search found 10 matches

by Obelix
Sat Oct 07, 2017 3:17 pm
Forum: Open Discussion
Topic: Custom GUI with wxWidgets and other questions
Replies: 8
Views: 21574

Re: Custom GUI with wxWidgets and other questions

If I understand, the Universal mod is only wxWidgets with own widget display, something like this tutorial from http://zetcode.com/gui/wxwidgets/customwidgets/ ?

It is good start point Writing a Generic Widget from http://docs.wxwidgets.org/3.1/overview_ ... dgets.html to create own widgets ?
by Obelix
Wed Oct 04, 2017 9:04 am
Forum: Open Discussion
Topic: Custom GUI with wxWidgets and other questions
Replies: 8
Views: 21574

Re: Custom GUI with wxWidgets and other questions

Thanks for answer (better late as never :)). I hope I can open this old topic to continue ask few questions. I start learning wxWidgets due problems with library I learned. The real work is the logic of each control. E.g. if you wanted to write a text control from scratch, you'd not only have to dra...
by Obelix
Wed Oct 04, 2017 8:53 am
Forum: General Development
Topic: wxWebView as GUI for application / program ?
Replies: 8
Views: 3752

Re: wxWebView as GUI for application / program ?

Thanks, I started learning wxWidgets.
by Obelix
Thu Sep 28, 2017 9:28 pm
Forum: General Development
Topic: wxWebView as GUI for application / program ?
Replies: 8
Views: 3752

Re: wxWebView as GUI for application / program ?

evstevemd wrote: How does WT interact with browser?
I don't tried WT yet.
evstevemd wrote: Does it act as a server?
From their website info, yes.
by Obelix
Mon Sep 25, 2017 8:27 am
Forum: General Development
Topic: wxWebView as GUI for application / program ?
Replies: 8
Views: 3752

Re: wxWebView as GUI for application / program ?

Because WT don't have window system (I didn't find any mention about windowing in documentation), only in browser. And I want my application run in window, and wxWidget can do that.
by Obelix
Sun Sep 24, 2017 9:17 am
Forum: General Development
Topic: wxWebView as GUI for application / program ?
Replies: 8
Views: 3752

Re: wxWebView as GUI for application / program ?

Thanks for info, I know about Electron, but I looking for C++ solution. C++ can be used in electron but I it is maybe too complicated. But I found webtoolkit which is tools for creating web apps with C++. It is look like only web, that means you run program throught web browser. What you think about...
by Obelix
Fri Sep 22, 2017 5:21 pm
Forum: General Development
Topic: wxWebView as GUI for application / program ?
Replies: 8
Views: 3752

wxWebView as GUI for application / program ?

I want not native look application therefore my question is, can I use wxWebView for whole GUI? Then I write gui only in Html/CSS and maybe JS. It is possible?
And can I manipulate from C++ something inside wxWebView? For example moving rectangle, or anything inside wxWebView.
by Obelix
Tue Jan 03, 2017 9:43 am
Forum: Open Discussion
Topic: Custom GUI with wxWidgets and other questions
Replies: 8
Views: 21574

Re: Custom GUI with wxWidgets and other questions

Thanks, I was read this answer when I searched for custom gui with wxWidgets. How hard it will be, for beginner, create completly custom gui (listboxes, choice controls, like something in topic with your answer and more) ? It will be ok, when I am still learning C++ ? It is possible connect to wxWid...
by Obelix
Tue Jan 03, 2017 1:14 am
Forum: Open Discussion
Topic: Custom GUI with wxWidgets and other questions
Replies: 8
Views: 21574

Custom GUI with wxWidgets and other questions

I am looking for gui library for c++ with customization - not native looking. I want create application with my custom graphics, that will be looks same on all OS. Able to resize it, and use svg graphics for display gui. 1. The main question is, it is possible create custom looking application, like...