Search found 8 matches

by mike.harris
Tue Jan 13, 2009 10:11 am
Forum: Feature Requests and Wishlists
Topic: Change mouse pointer icon simplified: SetMouseIcon
Replies: 7
Views: 2832

eesau

Thanks for this tip, I will check it out.

Mike
by mike.harris
Mon Jan 12, 2009 11:49 pm
Forum: Feature Requests and Wishlists
Topic: Change mouse pointer icon simplified: SetMouseIcon
Replies: 7
Views: 2832

Erland

I am just starting out with Windows programming with Purebasic and found your code. Unfortunately it never changes the mouse cursor.
From the look of it it should work on Windows.
Code run as below

LoadCursor(#CURSOR_WAIT)
.... 10 second job
LoadCursor(#CURSOR_NORMAL)

Thanks

Mike
by mike.harris
Mon Jan 12, 2009 1:55 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588692

Gnozal

Many thanks for the prompt reply.

I thought I was missing a trick somewhere.

Mike
by mike.harris
Mon Jan 12, 2009 1:11 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588692

Include File paths for compile and run

Gnozal

I tried your latest version which fixes the problem I had, but I am running into another one and looking for advice.
I am building an application to learn Windows programming in Purebasic and trying not to mess with the source produced by PureForm. I have used CodeInfusion to put in an ...
by mike.harris
Wed Jan 07, 2009 2:03 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588692

Gnozal

I will try this out this evening. Thanks again.

Regards

Mike
by mike.harris
Tue Jan 06, 2009 1:13 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588692

Gnozal

Great response, will it be best to take out the duplicates by hand or will the new version sort it out.

Truly amazing support.

Mike
by mike.harris
Tue Jan 06, 2009 10:29 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588692

Gnozal

Thanks for the reply. I looked in the .pbfi file and found the following multiple entries. Does this mean anything to you. When I get a chance and I will delete them from the file and see what happens.

6:1:0:35
XIncludeFile "EfacsUserManager.pbi"
6:1:0:35
XIncludeFile "EfacsUserManager.pbi ...
by mike.harris
Sat Jan 03, 2009 8:57 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588692

Code Infusion with Program init

Hi Gnozal

Great programming on both PureForm and JaPBe.
I have just started with PureBasic over the last few weeks and so far I like what I see. I have a problem with the Code infusion function. I have created several and updated them fine, but once I have created one in the Program init location ...