Search found 24 matches

by Andrew Lindsay
Sun Nov 08, 2020 7:38 am
Forum: Mac OSX
Topic: OpenFileRequest PB 5.73 beta 2 x64
Replies: 9
Views: 2810

Re: OpenFileRequest PB 5.73 beta 2 x64

Cheers,

I'll have a look at that and see how things go.

Regards

Andrew
by Andrew Lindsay
Wed Nov 04, 2020 3:57 pm
Forum: Mac OSX
Topic: OpenFileRequest PB 5.73 beta 2 x64
Replies: 9
Views: 2810

Re: OpenFileRequest PB 5.73 beta 2 x64

Ok, some new information to add into the mix. I'm using Catalina.

It's weird behaviour. When the dialog first appears, I can not select a file, and yet I can open and close folders. I can also drag and move around the dialog, still without being able to select a file.

BUT, if I grab the lower ...
by Andrew Lindsay
Wed Nov 04, 2020 3:56 pm
Forum: Mac OSX
Topic: Unable to select a file using the FileRequester
Replies: 3
Views: 1548

Re: Unable to select a file using the FileRequester

Sorry, I'm using Catalina.

It's weird behaviour. When the dialog first appears, I can not select a file, and yet I can open and close folders. I can also drag and move around the dialog, still without being able to select a file.

BUT, if I grab the lower left corner and resize the dialog, I am ...
by Andrew Lindsay
Wed Nov 04, 2020 3:56 am
Forum: Mac OSX
Topic: Unable to select a file using the FileRequester
Replies: 3
Views: 1548

Unable to select a file using the FileRequester

I am trying to use the FileRequester to select a file. The dialog displays, but I can never get it to actually select a file.

I am using the latest Beta version.

Regards

Andrew
by Andrew Lindsay
Wed Nov 04, 2020 3:44 am
Forum: Mac OSX
Topic: OpenFileRequest PB 5.73 beta 2 x64
Replies: 9
Views: 2810

Re: OpenFileRequest PB 5.73 beta 2 x64

OK, so what should the call look like, and if the call is wrong, why don't I get an error in my compile?
by Andrew Lindsay
Sun Nov 01, 2020 6:31 am
Forum: Mac OSX
Topic: OpenFileRequest PB 5.73 beta 2 x64
Replies: 9
Views: 2810

OpenFileRequest PB 5.73 beta 2 x64

Hello group,

I am trying to select a file using the OpenFileRequest in a mac using the sample code in the manual.
StandardFile$ = "" ; set initial file+path to display
; With next string we will set the search patterns ("|" as separator) for file displaying:
; 1st: "Text (*.txt)" as name, ".txt ...
by Andrew Lindsay
Wed Mar 21, 2018 8:03 am
Forum: Mac OSX
Topic: Can't add icon to Application
Replies: 6
Views: 3093

Re: Can't add icon to Application

Hmm,

Not having any success with that.

Here is my project directory zipped up.

https://login.filesanywhere.com/fs/v.as ... 676d769d9f
by Andrew Lindsay
Wed Mar 21, 2018 12:39 am
Forum: Mac OSX
Topic: Can't add icon to Application
Replies: 6
Views: 3093

Re: Can't add icon to Application

Where do I add the resource file? Why can't I just add the path to the file in the COMPILE OPTIONS form where it has a checkbox and link to the icon file?

Regards

Andrew
by Andrew Lindsay
Tue Mar 20, 2018 3:47 pm
Forum: Mac OSX
Topic: Can't add icon to Application
Replies: 6
Views: 3093

Can't add icon to Application

How do I add an Icon to an App in Mac OS-X?

I've created the .icns file, but not having any luck getting things to work.
by Andrew Lindsay
Wed Nov 22, 2017 10:44 am
Forum: Tricks 'n' Tips
Topic: ChartDirector - Professional charts for PB
Replies: 24
Views: 14116

Re: ChartDirector - Professional charts for PB

Is there an example of using chart director to display the resulting chart on a dialog?

Regards

Andrew
by Andrew Lindsay
Tue Sep 12, 2017 1:43 pm
Forum: Coding Questions
Topic: #PB_EVENT_Enumerations
Replies: 1
Views: 1000

#PB_EVENT_Enumerations

So, I'm trying to find my way through the examples and getting to find the quirks of PureBasic from other compilers etc.

When I look at the example programs, such as the GadgetAdvanced.pb, I see the select case statement as follows....

Case 2
SetGadgetText(4, "Tree Gadget. Item selected: "+Str ...
by Andrew Lindsay
Wed Sep 06, 2017 11:18 am
Forum: Coding Questions
Topic: ComboBox Very simple answer I'm sure
Replies: 1
Views: 1459

ComboBox Very simple answer I'm sure

firstly, I'm using a Mac and the form designer.

I can add a combobox, and add items to the combobox, but when I test the form, no default item is displayed. When I click on the dropdown, the two options are in the drop down list, and then when I select something it stays there, but I can't start ...
by Andrew Lindsay
Sat Jul 15, 2017 7:12 am
Forum: Tricks 'n' Tips
Topic: Canvas based Grid gadget
Replies: 93
Views: 65593

Re: Canvas based Grid gadget

OK, yes that worked, not sure why it did not work, previously, perhaps I hit run instead of compile when I tried it.

Are you able to assist in how to limit the size of the grid (number of rows x number of columns)?

Best regards
by Andrew Lindsay
Fri Jul 14, 2017 12:57 am
Forum: Tricks 'n' Tips
Topic: Canvas based Grid gadget
Replies: 93
Views: 65593

Re: Canvas based Grid gadget

Yes, I tried that and nothing changed. I was wondering if there was something I was going wrong.

When I get home I will send through my example.

Also, is there a way to limit the number of columns and rows, say 3 columns and 10 rows?
by Andrew Lindsay
Sat Jul 08, 2017 9:19 am
Forum: Tricks 'n' Tips
Topic: Canvas based Grid gadget
Replies: 93
Views: 65593

Re: Canvas based Grid gadget

Said, or anyone else that may be able to help...

Is there any way to override the default behaviour of printing the row and column headers, or to change them to something else?

I would like to be able to use the grid as a data input form for multiple columns of input, perhaps even having the ...