Search found 7 matches

by Jones1969
Fri Jun 20, 2003 8:00 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] PureBasic For MAC OS ?
Replies: 17
Views: 10847

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 ...
by Jones1969
Wed Jun 18, 2003 9:42 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] PureBasic For MAC OS ?
Replies: 17
Views: 10847

Give me another few weeks and i'll have you one, Fred.
Go, go, Karbon! :D
Aren't there more Mac users out there than Linux users? Does anyone know of recent stats?

Anyways, my decision to give PureBasic a shot instead of RealBasic (and thereby thrashing my plans of making a MAC OSX version of ...
by Jones1969
Sat Jun 14, 2003 2:15 pm
Forum: Coding Questions
Topic: How do I toggle a toolbar button..?
Replies: 3
Views: 1656

Thanks, I think I'll just create my own "toolbar" made of Imagebuttons then.

/Jones
by Jones1969
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 ...
by Jones1969
Thu Jun 12, 2003 12:06 am
Forum: Coding Questions
Topic: "Word wrap" in multi-line StringGadgets?
Replies: 5
Views: 7570

Sorry, I have to use the EditorGadget of course.

Here's the code from El_Choni.

/Jones
by Jones1969
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 ...
by Jones1969
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 ...