Search found 36 matches

by James Adrian
Mon Mar 19, 2012 8:33 pm
Forum: Mac OSX
Topic: F1 Help for Commands
Replies: 4
Views: 1826

Re: F1 Help for Commands

It's a key with fn on it.
If you have a keyboard with a numeric Keypad, it's located in the block of keys above the cursor keys. If you have a wireless keyboard without numeric keypad, it's at the bottom left.

wilbert,

I'm sorry that I was so unobservant. I tried it and it works wonderfully ...
by James Adrian
Mon Mar 19, 2012 7:55 pm
Forum: Mac OSX
Topic: F1 Help for Commands
Replies: 4
Views: 1826

Re: F1 Help for Commands

wilbert wrote:On a iMac, the F1 key is used to decrease the brightness of the screen.
To let PB think you pressed the F1 key, keep the [ fn ] key pressed while you press [ F1 ] .
wilbert,

What is the [fn] key?

Jim Adrian
by James Adrian
Mon Mar 19, 2012 6:39 pm
Forum: Mac OSX
Topic: F1 Help for Commands
Replies: 4
Views: 1826

F1 Help for Commands

I am leaning PureBasic on an iMac. A friend who has PureBasic running on a PC told me how to get an explanation of commands highlighted or in color in the source code by pressing F1 and clicking on the highlighted command. It does not work on my computer.

Is there an analogous help procedure for ...
by James Adrian
Mon Mar 19, 2012 6:21 pm
Forum: Mac OSX
Topic: Cannot load Source code!
Replies: 3
Views: 1588

Re: Cannot load Source code!

Yeah, PB remembers the last files (*.pb) you had open. If you move those you will get that message. I just keep all my *.pb files in a folder called "PureBasic" within the "Documents" folder.

If you don't want PB to load previous files, just close them out before closing PB. Or uncheck "Auto ...
by James Adrian
Mon Mar 19, 2012 6:42 am
Forum: Mac OSX
Topic: Cannot load Source code!
Replies: 3
Views: 1588

Cannot load Source code!

I get this error message whenever I start PureBasic:

Cannot load Source code!

The notice names the path (writes it under the error message quoted above).

I fix the problem by placing the folder of source codes back where I had it before. Here is my problem:

Why can't I start PureBasic without it ...
by James Adrian
Sun Mar 18, 2012 2:08 pm
Forum: Mac OSX
Topic: Will PureBasic work under OS X 10.7?
Replies: 5
Views: 2033

Re: Will PureBasic work under OS X 10.7?

Works here. PB on OS X does have some bugs but it looks like Fred is either going to fix some before the next release or maybe he's just waiting to release the next version for Mac which uses Cocoa instead of Carbon. I was able to put a "bug-less" app on the Mac App Store and getting ready for my ...
by James Adrian
Sat Mar 17, 2012 11:50 pm
Forum: Mac OSX
Topic: Will PureBasic work under OS X 10.7?
Replies: 5
Views: 2033

Will PureBasic work under OS X 10.7?

Version 10.7 of OS X has come out for iMac computers and I might buy it. I am told by Apple Care that not all software that runs on 10.6 will run on 10.7, so does PureBasic run on 10.7?

Thank you for your help.

James Adrian
jim@futurebeacon.com
by James Adrian
Sat Feb 18, 2012 6:32 pm
Forum: Mac OSX
Topic: Long unsigned integers for addresses and address calculation
Replies: 0
Views: 1065

Long unsigned integers for addresses and address calculation

I am looking at this chart:

http://purebasic.com/documentation/reference/variables.html

I'm noticing that they designated ".i" for both the 32bit integer and the 64bit integer. Is this a mistake?

I would like to do calculations with unsigned numbers to form long addresses.

How does one specify ...
by James Adrian
Wed Feb 15, 2012 1:50 am
Forum: Mac OSX
Topic: Preprocessors
Replies: 5
Views: 1956

Re: Preprocessors

So what you want is to create your own programming language ?
I have no idea how to create something like that :shock:
I suggest this topic to be moved to the 'Coding Questions' forum as it is not OS X specific.
In the coding questions forum you probably will get more answers.

wilbert,

I do not ...
by James Adrian
Sun Feb 05, 2012 10:12 pm
Forum: Mac OSX
Topic: Preprocessors
Replies: 5
Views: 1956

Re: Preprocessors

Maybe I misunderstand, but I think he's talking about
domain-specific languages (DSL). Meaning we make a
preprocessor, which is actually a small compiler, that
translates a DSL into PureBasic.

Why not. PB is not what I'd target but some people
might find it interesting to do.

Here is the start ...
by James Adrian
Sun Feb 05, 2012 6:09 am
Forum: Mac OSX
Topic: Preprocessors
Replies: 5
Views: 1956

Preprocessors

I took a long time to find and select this language and package. PureBasic has an amazing array of advantages and options (optional object-oriented methods, insertion of assembly language, and more). I wonder if yet another area of functionality would be of interest to any of you:

The BASIC ...
by James Adrian
Sat Feb 04, 2012 8:04 pm
Forum: Mac OSX
Topic: Making Type Face Bigger on a Mac
Replies: 6
Views: 2065

Re: Making Type Face Bigger on a Mac

Hi James,

In the IDE, go to Preferences, under 'Editor' click 'Editing', then click the 'Select Font' button. A little window will pop-up with the fonts listed along with the sizes available, when done with your selection just use the 'red close button' (seems odd not to have a 'done' button but ...
by James Adrian
Sat Feb 04, 2012 7:46 pm
Forum: Mac OSX
Topic: Making Type Face Bigger on a Mac
Replies: 6
Views: 2065

Re: Making Type Face Bigger on a Mac

Hi James,

In the IDE, go to Preferences, under 'Editor' click 'Editing', then click the 'Select Font' button. A little window will pop-up with the fonts listed along with the sizes available, when done with your selection just use the 'red close button' (seems odd not to have a 'done' button but ...
by James Adrian
Sat Feb 04, 2012 7:38 am
Forum: Mac OSX
Topic: Making Type Face Bigger on a Mac
Replies: 6
Views: 2065

Re: Making Type Face Bigger on a Mac

The IDE lets you change the font and size starting with version 4.60. There have been some reports of fonts appearing oddly at larger sizes (I can't find the thread right now).

WilliamL,

Thank you for this message. I have version 4.60. I have not yet discovered how to change the font size. Do ...
by James Adrian
Fri Feb 03, 2012 11:45 pm
Forum: Mac OSX
Topic: Making Type Face Bigger on a Mac
Replies: 6
Views: 2065

Making Type Face Bigger on a Mac

I bought PureBasic quite a while ago. I find it difficult to use because I cannot adjust the size of the type face that I see when I try to write code. It is not big enough. Is anybody working on this? Is there a setting in the new version that I am not aware of?

Thank you for your help.

Jim ...