Search found 855 matches

by USCode
Wed Mar 31, 2004 6:14 pm
Forum: Feature Requests and Wishlists
Topic: Apple compiler...
Replies: 13
Views: 2441

Mac OS X for 3.91 !

Shannara,
FYI - Per Fred, an OS X version for 3.91 is on tap! :D

viewtopic.php?t=10125&highlight=mac
by USCode
Wed Mar 31, 2004 4:15 pm
Forum: Coding Questions
Topic: Events for all gadgets ?
Replies: 8
Views: 1862

Thanks

Thanks guys!
Thanks for taking the time to make the excellent example for me PB! I appreciate it, especially since it is pure PB code and no WindowAPI references. :D I am only interested in developing cross-platform apps.
by USCode
Wed Mar 31, 2004 3:53 pm
Forum: Linux
Topic: PB Tree and splitter gadgets on Linux ? GTK supports them.
Replies: 2
Views: 1565

Linux Gadgets

This is not correct, both are supported on Linux.
Excellent, thanks Fred! :D
by USCode
Wed Mar 31, 2004 3:49 pm
Forum: General Discussion
Topic: PB Roadmap
Replies: 60
Views: 14229

Version 4.0

Fred, can you also include improved strings in 4.0 as well? No 64K limit, etc.
Quote: ... or will never be.


Hope this is a joke.
I hope that is a joke too! Is there something you're not telling us Fred? :?
by USCode
Wed Mar 31, 2004 2:42 am
Forum: Linux
Topic: PB Tree and splitter gadgets on Linux ? GTK supports them.
Replies: 2
Views: 1565

PB Tree and splitter gadgets on Linux ? GTK supports them.

I believe GTK supports both tree and splitter gadgets but according to my PB Windows documentation, both those gadgets are only available in Windows ... is this correct? Or have all gadgets been successfully ported to both platforms and this is just a documentation issue? I'm only interested in deve...
by USCode
Wed Mar 31, 2004 2:05 am
Forum: Coding Questions
Topic: Events for all gadgets ?
Replies: 8
Views: 1862

Valid Events for each gadget, some have none listed in doc ?

For example: - So how can I tell they're typing in text in a string gadget if I want to trap every keystroke? - With a combobox gadget, how can I tell they've made a selection and react to that event? - With an option gadget, how can I react to a selection being made? Etc. Maybe I'm missing somethin...
by USCode
Tue Mar 30, 2004 11:17 pm
Forum: Coding Questions
Topic: Events for all gadgets ?
Replies: 8
Views: 1862

Events for all gadgets

I'd like to know what all the available #PB_... events are for each gadget. For example, in the documentation there are no events listed for the StringGadget. Does that mean the StringGadget doesn't generate any events? Where can I find all the events supported by each gadget? If not in the doc then...
by USCode
Tue Mar 30, 2004 8:02 pm
Forum: Coding Questions
Topic: Events & the Visual Designer - hide event-loop details ?
Replies: 7
Views: 1423

Cool!

hehe, just wait 'n see...
Excellent! Is there a beta in our near future with this (or better) feature?!?! :D

Also, to be greedy :twisted: Is there anything in our future that will assist in dynamic resizing of gadgets when a window/panel is resized?

Thanks!
by USCode
Tue Mar 30, 2004 6:54 pm
Forum: General Discussion
Topic: Resizing panels and such
Replies: 9
Views: 2487

Auto-resize controls

:idea: It would be nice if there was an *automated* way to resize controls when the window was resized. Some way to specify which of the 4 sides of the gadget you want to *lock* to the window. Then when the window is resized, the side(s) of the gadget which are locked will then resize the same amoun...
by USCode
Tue Mar 30, 2004 6:39 pm
Forum: Coding Questions
Topic: Events & the Visual Designer - hide event-loop details ?
Replies: 7
Views: 1423

Procedure calls for a specific gadget/event, specified in VD

Hi Berikco, I was thinking that if we could just specify in the VD exactly WHICH of our procedures should be called for specific events for specific gadgets, then when you ask VD to generate the event loop code, it would already include in the code generated the calls to our procedures we've written...
by USCode
Tue Mar 30, 2004 1:52 am
Forum: Coding Questions
Topic: Events & the Visual Designer - hide event-loop details ?
Replies: 7
Views: 1423

Events & the Visual Designer - hide event-loop details ?

Hello! Coming from the Borland Delphi world, many of the event-loop details were hidden from me. I liked this in that he was easy for me to tie my code to gadgets or application events ... I'm new to PB so I apologize in advance if I'm missing something here, but; I wonder if there are a set of rout...
by USCode
Tue Mar 30, 2004 1:41 am
Forum: Coding Questions
Topic: Events for all gadgets ?
Replies: 8
Views: 1862

Events for all gadgets ?

I've noticed that all the events available for each gadget aren't necessarily documented with the documentation for that gadget ...

Is there a documentation or constants file somewhere that details ALL the events available for all the PureBasic gadgets?

Thanks!
by USCode
Mon Mar 29, 2004 2:36 am
Forum: General Discussion
Topic: Script Language
Replies: 26
Views: 6345

PureScript scripting functions

I wonder how difficult it would be for Fred to implement a scripting feature where the Scripting language would be PureBasic? Seems like he would be able to leverage some of the code (parser, etc.) he has already written? I have little knowledge in this area but it's a thought. It would be fantastic...
by USCode
Thu Mar 25, 2004 2:58 am
Forum: General Discussion
Topic: New PB version in the works?
Replies: 2
Views: 1201

Found it, sorry.

Ah, found it, 3.90 is on it's way - my apologies. :oops:
by USCode
Wed Mar 24, 2004 11:48 pm
Forum: General Discussion
Topic: New PB version in the works?
Replies: 2
Views: 1201

New PB version in the works?

Hello!

I noticed on the download page that it has been sometime since the last PB update from Fred was posted. Does this mean that a new major version is in the works? A version 4.0 maybe?

If so, anyone have any idea what the new feature set/major improvements will be?

Thanks!