Does anyone share a theme like this?

You need some new stunning features ? Tell us here.
hdt888
User
User
Posts: 47
Joined: Sun Jul 07, 2024 8:42 am

Does anyone share a theme like this?

Post 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:
.
Image
.
Thank for reading.
PB 5.x + 6.x + Win10. Feel the ...Pure... Power.
User avatar
Erolcum
User
User
Posts: 51
Joined: Fri Jun 07, 2024 10:45 am
Location: Turkiye
Contact:

Re: Does anyone share a theme like this?

Post 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
Last edited by Erolcum on Wed Jul 17, 2024 8:44 pm, edited 2 times in total.
You may visit my new Purebasic blog here..
:arrow: https://erolcum-github-io.translate.goo ... r_pto=wapp
User avatar
spikey
Enthusiast
Enthusiast
Posts: 769
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: Does anyone share a theme like this?

Post 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/
User avatar
Erolcum
User
User
Posts: 51
Joined: Fri Jun 07, 2024 10:45 am
Location: Turkiye
Contact:

Re: Does anyone share a theme like this?

Post 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”
You may visit my new Purebasic blog here..
:arrow: https://erolcum-github-io.translate.goo ... r_pto=wapp
infratec
Always Here
Always Here
Posts: 7616
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Does anyone share a theme like this?

Post by infratec »

Use a web frame kit and use websocket for communication.
User avatar
skywalk
Addict
Addict
Posts: 4216
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Does anyone share a theme like this?

Post 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.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
User avatar
Erolcum
User
User
Posts: 51
Joined: Fri Jun 07, 2024 10:45 am
Location: Turkiye
Contact:

Re: Does anyone share a theme like this?

Post 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
You may visit my new Purebasic blog here..
:arrow: https://erolcum-github-io.translate.goo ... r_pto=wapp
User avatar
mk-soft
Always Here
Always Here
Posts: 6244
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Does anyone share a theme like this?

Post 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").
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
infratec
Always Here
Always Here
Posts: 7616
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Does anyone share a theme like this?

Post by infratec »

We use

https://react.fluentui.dev

as framework.

Because customers like programs which looks like MS programs.
Post Reply