Search found 45 matches

by P-J
Thu Mar 01, 2012 1:05 pm
Forum: Mac OSX
Topic: Overcoming limitation browsing for .app files
Replies: 10
Views: 3583

Re: Overcoming limitation browsing for .app files

Thanks for the suggestion above. I'll certainly give it a go.

I was hoping to have seamless cross-platform functionality (using native file browsers), but if this works it'll certainly do for now!
by P-J
Thu Mar 01, 2012 12:06 am
Forum: Mac OSX
Topic: Compile PureBasic Apps for IPad ? ? ?
Replies: 8
Views: 3883

Re: Compile PureBasic Apps for IPad ? ? ?

I think PC's (desktops, towers, etc) will soon be a thing of the past

Nonsense. Tens of thousands of businesses rely on PCs in their current form to operate. Games developers will code directly onto the iPad? Bank staff will use iPads at the window? Factory machinery will be controlled by iPad ...
by P-J
Wed Feb 29, 2012 11:30 am
Forum: Mac OSX
Topic: Overcoming limitation browsing for .app files
Replies: 10
Views: 3583

Re: Overcoming limitation browsing for .app files

.app files aren't executables.
They are an archive containing multiple files like a .zip file.
If you click on an .app file with the right mouse button in the Finder application, you can show the contents of the package.

I know they aren't executables dude.

Are you saying that a user should be ...
by P-J
Wed Feb 29, 2012 10:37 am
Forum: Mac OSX
Topic: Overcoming limitation browsing for .app files
Replies: 10
Views: 3583

Re: Overcoming limitation browsing for .app files

Where did you read that! :shock:

I was a good boy and did a search for this earlier, and came across a thread that suggested it wasn't possible :?:


Look in the Help file for 'Filename$ = OpenFileRequester(Title$, DefaultFile$, Pattern$, PatternPosition [, Flags])'. Be aware that 'Pattern ...
by P-J
Wed Feb 29, 2012 2:33 am
Forum: Mac OSX
Topic: Overcoming limitation browsing for .app files
Replies: 10
Views: 3583

Overcoming limitation browsing for .app files

Hi there,

I've read in this forum that it's not possible to browse for .app files since they're seen as a folder and not a file.

I'm writing a program which needs the user to browse for an executable (to 'locate it'), and then to run this executable. Is there any way to do this in Purebasic ...
by P-J
Tue Jul 10, 2007 1:36 pm
Forum: Linux
Topic: Send EditorGadget() to bottom line?
Replies: 11
Views: 7925

Ah! Now I realise how the gadget is created it makes much more sense now. Thanks for the info :) I've just learned so much from your one post :)
by P-J
Tue Jul 10, 2007 9:06 am
Forum: Linux
Topic: Send EditorGadget() to bottom line?
Replies: 11
Views: 7925

Anyone? :/

Even just some tips on how to interact with GTK (API) would be helpful :)
by P-J
Sun Jul 08, 2007 9:42 pm
Forum: Linux
Topic: Send EditorGadget() to bottom line?
Replies: 11
Views: 7925

Send EditorGadget() to bottom line?

Hi all.

Just wondered if it was possible (natively or using GTK 2 API) to force the EditorGadget to jump straight down the bottom of it's contents?

I've found some info here...

http://developer.gnome.org/doc/API/2.0/gtk/GtkEditable.html

...but have no idea quite how to work with it. Any ...
by P-J
Tue Mar 15, 2005 3:12 pm
Forum: Coding Questions
Topic: Is it possible to change row spacing in a ListIconGadget?
Replies: 3
Views: 1508

That's just the ticket, thanks.

I'll make a point of scouring that code so I know exactly how it works, better to learn I reckon :)
by P-J
Tue Mar 15, 2005 1:25 pm
Forum: Windows
Topic: New UserLib : NotifyIcon library
Replies: 19
Views: 10483

Nice one!

What does this library offer that the existing PB system tray stuff doesn't?
by P-J
Mon Mar 14, 2005 11:14 pm
Forum: Coding Questions
Topic: Is it possible to change row spacing in a ListIconGadget?
Replies: 3
Views: 1508

Is it possible to change row spacing in a ListIconGadget?

Does anyone know if it's possible to change the padding/distance between each row when using the gadget in List/Details mode?

I've had a good scour of the the API and Purearea, no dice :/

Any help, once again, much appreciated!
by P-J
Mon Mar 14, 2005 11:11 pm
Forum: Coding Questions
Topic: Internet Explore/Outlook Express style toolbar buttons...
Replies: 2
Views: 1231

Ah, that's just the ticket. Thanks for the info :)
by P-J
Mon Mar 14, 2005 10:29 pm
Forum: Coding Questions
Topic: Internet Explore/Outlook Express style toolbar buttons...
Replies: 2
Views: 1231

Internet Explore/Outlook Express style toolbar buttons...

Hi there!

I wonder if someone could tell me-- Is it possible to create the style of buttons as mentioned above in PB? I've scoured the API and come up with nothing, I wondered if someone could point me in the right direction?

Much appreciated :)
by P-J
Mon Mar 14, 2005 9:20 pm
Forum: Coding Questions
Topic: Buttons on Explorer/IE/Outlook Express Toolbar
Replies: 0
Views: 870

Buttons on Explorer/IE/Outlook Express Toolbar

I've noticed the tutorial on the 'rebar' control, which is very useful.

I wondered also if anyone could provide me with information on how to create the type of text & image toolbar buttons used in IE and Outlook Express? I thought there might be part of the API somewhere devoted to it but I can't ...
by P-J
Mon Jan 10, 2005 12:36 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] More Client info from TCP
Replies: 10
Views: 2981

Well, waffle claims that the following command are in PB? 3.4, but I cannot find them anywhere in the help file nor through jaPBe.. Anybody have any clues?

He's wrong. There are no 'native' commands. WinAPI is your only hope at the moment, and as we know, being a Linux user, this ain't much help ...