
Update the gadgets and IDE and Form Creator
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Update the gadgets and IDE and Form Creator
....or the white sheep 

IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Update the gadgets and IDE and Form Creator
@DK_PETER
Nice sample.. I like it.
Shows how easy it is to roll your own.
Nice sample.. I like it.
Shows how easy it is to roll your own.

- It was too lonely at the top.
System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Update the gadgets and IDE and Form Creator
....which is another reason why an official PB set of canvas-based gadgets would be great.Shows how easy it is to roll your own
SpinGadget() does support SetGadgetColor(), so it's pretty good as-is on Windows OS.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Update the gadgets and IDE and Form Creator
@PBPB wrote:> why the numbers of PB is on the right?
Probably to match Mac/Linux. Remember, each gadget in PureBasic
has to be cross-platform and match the other operating systems.
Nothing is Windows-specific unless you force it with API tweaks.
> the Gadgets on PB is not update or added new Gadgets or new functions for years
For the reason I just gave above. They won't be updated to do
things that Mac/Linux gadgets don't support. Just the way it is.
> Need better IDE, better form creator with all Gadgets
Visual Studio is made by the world's biggest software company
with thousands of developers. PureBasic has 2 main developers.
How about cutting them some slack?
I know PB team is not MS team nor PB is VS.
but what I ask is turn they priority for things really matters in future updates.
3D for me is low priority, no need for now add more things, just focus in adding more functionality to what is already have.
Form creator high priority, gadgets high priority, IDE too.
I'm not a pro in PB and I thing all of us won if PB turn the things more easily without be an pro in windows API, linux or Mac.
One more thing they need pay attentionIdeasVacuum wrote:....which is another reason why an official PB set of canvas-based gadgets would be great.Shows how easy it is to roll your own
SpinGadget() does support SetGadgetColor(), so it's pretty good as-is on Windows OS.

this what I talk about little things need more functionality.
Re: Update the gadgets and IDE and Form Creator
Windows isn't some sort of superior OS with a lot more capabilities.PB wrote:For the reason I just gave above. They won't be updated to do
things that Mac/Linux gadgets don't support. Just the way it is.
There are a lot of things that could be added that can be supported by all three platforms.
Shardik has posted several examples of cross platform solutions.
It's just a matter of choice if things are added or not.
Windows (x64)
Raspberry Pi OS (Arm64)
Raspberry Pi OS (Arm64)
Re: Update the gadgets and IDE and Form Creator
How did we miss this detail ?PB wrote:> Hmm, I looked at other apps and they're all left, not right.
So it seems PureBasic is the black sheep of the family here.



- Fangbeast
- PureBasic Protozoa
- Posts: 4789
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Re: Update the gadgets and IDE and Form Creator
Is that Idle's sheep or srod's?? (Was going to be ruder but they would both kill me!)eddy wrote:How did we miss this detail ?PB wrote:> Hmm, I looked at other apps and they're all left, not right.
So it seems PureBasic is the black sheep of the family here.![]()
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Re: Update the gadgets and IDE and Form Creator
> Windows isn't some sort of superior OS with a lot more capabilities.
To some extent it is. For example, #ES_RIGHT or whatever it is, is
not supported by TextGadgets because Linux doesn't support it.
Something like that; I can't find the thread discussing it ATM.
To some extent it is. For example, #ES_RIGHT or whatever it is, is
not supported by TextGadgets because Linux doesn't support it.
Something like that; I can't find the thread discussing it ATM.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
Re: Update the gadgets and IDE and Form Creator
And windows doesn't support itPB wrote:#ES_RIGHT or whatever it is, is
not supported by TextGadgets because Linux doesn't support it.

#SS_RIGHT is for static text like textgadget!
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Re: Update the gadgets and IDE and Form Creator
I did say "whatever it is". 

I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
- captain_skank
- Enthusiast
- Posts: 639
- Joined: Fri Oct 06, 2006 3:57 pm
- Location: England
Re: Update the gadgets and IDE and Form Creator
A drive toward PB coded gadgets would be a good thing i think.
It would ceratinly increase the understanding of the canvasgadget and make gadgets have a consistent look and feel across platforms.
It would ceratinly increase the understanding of the canvasgadget and make gadgets have a consistent look and feel across platforms.