Search found 5 matches

by doctorssh
Tue Apr 01, 2008 5:58 am
Forum: Coding Questions
Topic: ListIconGadget with Linked List
Replies: 2
Views: 882

ListIconGadget with Linked List

I'm displaying a Linked List data set within a ListIconGadget. By clicking on a line within the ListIcon, the line is highlighted.

Please tell me how to "capture" that action (click) and also how to "capture" the line number (record within the Linked List).

I'd like to be able to highlight a line ...
by doctorssh
Fri Feb 22, 2008 7:21 pm
Forum: Coding Questions
Topic: Read/Write Structured Linked Lists
Replies: 3
Views: 1094

Read/Write Structured Linked Lists

Hello,

Suggestions please for the PureBasic function(s) to READ/WRITE structured linked list data to/from disk (Windows XP). The examples in Willoughby's book (Chap 7) deal with standard data types. Must I convert to string data and use the functions WriteStringN() and ReadString() functions ...
by doctorssh
Thu Feb 21, 2008 2:39 am
Forum: Coding Questions
Topic: Multiple Panel Window
Replies: 1
Views: 642

Multiple Panel Window

Hello,

Can anyone suggest how to split a Windows XP GUI into two-three panels ... just like the PureBasic IDE? The PanelGadget () function is a grouping of tabs and not my first choice.

Thanks.
by doctorssh
Sun Feb 10, 2008 5:27 pm
Forum: Mac OSX
Topic: Linker Error
Replies: 2
Views: 2629

Linker Error

Machine: iBook G4 (Mac OS X, Version 10.4.11)
Software: PureBasic 4.10 (Mac OS X-Power PC)

After downloading a new purchase of PureBasic, I loaded the Xcode Tools from the iBook disks as told in the ReadMe instructions. Then I entered, compiled/ran this program:

If OpenConsole()
PrintN("Hello ...
by doctorssh
Sat Feb 09, 2008 8:06 am
Forum: General Discussion
Topic: Developers Tools for Apple
Replies: 1
Views: 908

Developers Tools for Apple

The "ReadMe" file for my newly downloaded MacOS X version of PureBasic say ... "Before everything, you need to install the Developers tools from Apple ...". Where do I find these ""developer tools"? Are they on one of the two disks that came with my iBook G4, or do I download from the Apple site? If ...