Page 1 of 2
Customized Windows ?
Posted: Mon Apr 02, 2018 11:51 am
by PedroMartins
*** to Administrator: please delete this post reply ***
Re: Wishes for Window and Menu colors
Posted: Mon Apr 02, 2018 12:21 pm
by mk-soft
-1
I don't like programs that don't follow the os standards.
Re: Wishes for Window and Menu colors
Posted: Mon Apr 02, 2018 12:23 pm
by Bisonte
I think such things are 'nice to have', but you don't really need them.
If you want to have your own styling, you have to make the functions yourself.
There are lots of code in the forums dealing with this topic.
Just search...
My Vote:

Re: Wishes for Window and Menu colors
Posted: Mon Apr 02, 2018 12:42 pm
by PedroMartins
*** to Administrator: please delete this post reply ***
Re: Wishes for Window and Menu colors
Posted: Mon Apr 02, 2018 12:52 pm
by PedroMartins
*** to Administrator: please delete this post reply ***
Re: Wishes for Window and Menu colors
Posted: Mon Apr 02, 2018 1:11 pm
by Bisonte
PedroMartins wrote:To Bisonte: Who do you know that i don't really need them ? Are you building my program ? Sorry to tell you but i really need them.
And these functions will benefit everyones styling. I'm not just thinking in myself.
And the next time you can make a wish of your own and put a vote on it. Don't kill others wishes with negative votes
Note: Thanks for remind me that i can search the forums.
hmm.
You need this to open windows or menues ? I don't think so.
OpenWindow() and CreateMenu() with all variants works perfectly.
If you get some feature requests to your own programs.... What you will do ?
A request that wishes three users of thousand or this one that wishes 600 users ?
Only a question.
My post was not an attack, only well-intentioned criticism.
Many users do this with feature requests to express whether they want/need it or not.
See mk-Soft's post

Re: Wishes for Window and Menu colors
Posted: Mon Apr 02, 2018 1:31 pm
by PedroMartins
*** to Administrator: please delete this post reply ***
Re: Wishes for Window and Menu colors
Posted: Mon Apr 02, 2018 1:46 pm
by Bisonte
It's not like we don't do styling sometimes.
For windows, we use #PB_Window_Borderless and build the controls ourselves with canvas. They look the same on all OS.
Menus, for example, we create a window for each menu that contains the menu items : Also Canvas.
It's all a question of how.
Everything is possible. You just have to do it.
IMHO it would be "wasted" time and energy to burden the small team around Fred with such "extras", which aren't really necessary.
Re: Wishes for Window and Menu colors
Posted: Mon Apr 02, 2018 4:12 pm
by PedroMartins
*** to Administrator: please delete this post reply ***
Re: Wishes for Window and Menu colors
Posted: Mon Apr 02, 2018 6:50 pm
by IdeasVacuum
Re: Wishes for Window and Menu colors
Posted: Mon Apr 02, 2018 7:03 pm
by PedroMartins
*** to Administrator: please delete this post reply ***
Re: Wishes for Window and Menu colors
Posted: Tue Apr 03, 2018 10:37 am
by Lord
PedroMartins wrote:...
So i have to code every component just to put some colors in background ?
...
Aren't you a programmer?
Re: Wishes for Window and Menu colors
Posted: Tue Apr 03, 2018 10:47 am
by PedroMartins
*** to Administrator: please delete this post reply ***
Re: Wishes for Window and Menu colors
Posted: Tue Apr 03, 2018 11:30 am
by Dude
@PedroMartins: You're new here, so let me explain something: Any wishes for PureBasic have to work on Windows, Linux, and Mac, because PureBasic is a cross-platform language. So if what you wish for can't be done on all three OSes, then the wish won't be granted. Just so you know.
Specifically: does Mac and Linux support custom colors for all the window elements that you posted? If not, then kiss your wish goodbye.
Re: Wishes for Window and Menu colors
Posted: Tue Apr 03, 2018 11:46 am
by Lord
PedroMartins wrote:To Lord: i am a programmer that likes to buy programs with new funcionalities. Is this answer your question ?
I don't think so.
Someone who "likes to buy programs with new funcionalities" is a customer.
A programmer writes code to implement new functionalities in programs.
So just use the functionality of PureBasic to implement new functionalities in your programs.
But I forgot. You are not a programmer but a customer by your definition.
