Page 1 of 1
Does anyone share a theme like this?
Posted: Wed Jul 17, 2024 8:46 am
by hdt888
I spent a month searching for themes for my windows interface, and I was disappointed, a little disappointed, there are rarely beautiful, quality themes for purebasic.
Why don't I see any theme makers appear?
I want a theme !!!
Like this:
.

.
Thank for reading.
Re: Does anyone share a theme like this?
Posted: Wed Jul 17, 2024 5:45 pm
by Erolcum
After writing 5 posts do you think you are the boss in the forum ? You should be more polite. For me, functionality is always more important than appearance
Re: Does anyone share a theme like this?
Posted: Wed Jul 17, 2024 5:58 pm
by spikey
hdt888 wrote: Wed Jul 17, 2024 8:46 am
Why don't I see any theme makers appear?
If you have a set of icons you're particularly captivated by you can build your own theme - its just a zip file with a text format manifest listing what file should be used where. Write your own manifest, zip it up with your icons and plonk it into the themes subfolder of the installation folder.
Or are you looking for icon sets to use in your own applications? There are a few curated sets around. Have a look at:
https://forum.lazarus.freepascal.org/in ... ic=59266.0
https://github.com/legacy-icons/famfamfam-silk
https://speckyboy.com/top-50-free-icon-sets/
Re: Does anyone share a theme like this?
Posted: Wed Jul 17, 2024 8:57 pm
by Erolcum
Hello @spikey, your answer reminded me a proverb from Turkiye : They asked the wolf why he had a thick neck and he said "I always do my own work by myself”
Re: Does anyone share a theme like this?
Posted: Mon Jul 22, 2024 7:06 am
by infratec
Use a web frame kit and use websocket for communication.
Re: Does anyone share a theme like this?
Posted: Mon Jul 22, 2024 3:38 pm
by skywalk
If you keep your gui simple, you can also try canvasgadget as a container.
Mix some custom drawn areas with standard gadgets.
DPI awareness is not so easy though.
As infratec mentioned, WebView gadget is newly updated.
Re: Does anyone share a theme like this?
Posted: Mon Jul 22, 2024 5:35 pm
by Erolcum
If I do not misunderstand, can @idle's PB web server be used for this purpose ? Then the user only needs a browser.
https://www.purebasic.fr/english/viewtopic.php?t=83780
Can we combine PB server with these ?
https://www.sketchappsources.com/catego ... frame.html
Re: Does anyone share a theme like this?
Posted: Fri Jul 26, 2024 2:30 pm
by mk-soft
It also works with the new WebViewGadget without a server.
You then have to create the GUI in HTML. For example with a html gui designer.
and then load it with SetGadgetText(#WebView, "file:///xzy/index.html").
Re: Does anyone share a theme like this?
Posted: Fri Jul 26, 2024 8:19 pm
by infratec
We use
https://react.fluentui.dev
as framework.
Because customers like programs which looks like MS programs.