I like the idea of PB for Mac but no matter if there are much linux users, many servers run in unix and that gives a lot of importance to linux for developers.
True. That's a great point right there. But remember that many Mac users are creative folks that may leave a greater number of potential ...
Search found 7 matches
- Fri Jun 20, 2003 8:00 am
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] PureBasic For MAC OS ?
- Replies: 17
- Views: 10847
- Wed Jun 18, 2003 9:42 am
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] PureBasic For MAC OS ?
- Replies: 17
- Views: 10847
- Sat Jun 14, 2003 2:15 pm
- Forum: Coding Questions
- Topic: How do I toggle a toolbar button..?
- Replies: 3
- Views: 1656
- Sat Jun 14, 2003 12:28 pm
- Forum: Coding Questions
- Topic: How do I toggle a toolbar button..?
- Replies: 3
- Views: 1656
How do I toggle a toolbar button..?
I need to toggle a toolbar button between active and passive stages (sort of like the BOLD button in a text editor).
Is this possible? And if it is -- how do I set or check its current stage?
--
I tried the same thing with ordinary buttons, where I can use the #PB_Button_Toggle. But again -- how do ...
Is this possible? And if it is -- how do I set or check its current stage?
--
I tried the same thing with ordinary buttons, where I can use the #PB_Button_Toggle. But again -- how do ...
- Thu Jun 12, 2003 12:06 am
- Forum: Coding Questions
- Topic: "Word wrap" in multi-line StringGadgets?
- Replies: 5
- Views: 7570
- Wed Jun 11, 2003 11:58 pm
- Forum: Coding Questions
- Topic: "Word wrap" in multi-line StringGadgets?
- Replies: 5
- Views: 7570
"Word wrap" in multi-line StringGadgets?
I can't seem to find a way to auto word wrap user input in a multi-line StringGadget.
I found this old thread and some others, but none of them give a solution that works.
It would seem a natural thing, as right-justified StingGadgets can be tricked into wrapping just fine!!
No user can be ...
I found this old thread and some others, but none of them give a solution that works.
It would seem a natural thing, as right-justified StingGadgets can be tricked into wrapping just fine!!
No user can be ...
- Wed Jun 11, 2003 8:22 am
- Forum: Coding Questions
- Topic: How do real upgrades work?
- Replies: 1
- Views: 997
How do real upgrades work?
Hi everyone,
I'm new to PureBasic (and Basic for that matter).
I am to write an app that can be upgraded with different "plugins".
Earlier, I've done "upgrades" that when installed merely replaced the old app.
But this time I need the "plugin"-type functionality, so that users can install only ...
I'm new to PureBasic (and Basic for that matter).
I am to write an app that can be upgraded with different "plugins".
Earlier, I've done "upgrades" that when installed merely replaced the old app.
But this time I need the "plugin"-type functionality, so that users can install only ...