Search found 68 matches

by alanuk
Mon Aug 30, 2004 6:40 am
Forum: Off Topic
Topic: GWbasic
Replies: 3
Views: 1696

Thanks UPNORTH, that will do the job nicely.

Alan
by alanuk
Sun Aug 29, 2004 2:42 pm
Forum: Off Topic
Topic: GWbasic
Replies: 3
Views: 1696

GWbasic

I am trying to print out or at least copy to a text file some GWbasic programs which I want to convert to PB. Being a DOS program I can't see a way to use cut and paste to the clipboard.

I need the files to retain their original format, ie line numbers etc.

I've never used GWbasic, so I am not ...
by alanuk
Thu Aug 12, 2004 7:25 am
Forum: Coding Questions
Topic: Transparent image
Replies: 2
Views: 1374

Transparent image

I am trying to get a transparent image to appear on top of a gadget image to display a grid. But it wont display the grid. Tried everything I can think of but no success. Later I want to switch the grid on and off.

Any ideas most welcomed. The code is below.

Alan

Procedure DrawGrid()
; Draw grid ...
by alanuk
Sat Aug 07, 2004 11:22 am
Forum: Coding Questions
Topic: Mouse problem
Replies: 5
Views: 1795

Thanks guys, problem now solved. #WM_LBUTTONUP/DOWN did the job.

Alan
by alanuk
Fri Aug 06, 2004 7:15 am
Forum: Coding Questions
Topic: Mouse problem
Replies: 5
Views: 1795

GreenGiant, no, it's not that, it's the fact that it doesn't get into this section. There is something wrong with the event statement, but I can't see what it is.

Alan
by alanuk
Thu Aug 05, 2004 5:53 pm
Forum: Coding Questions
Topic: Mouse problem
Replies: 5
Views: 1795

Mouse problem

The code below doesn't work between the hash lines. I have checked the help files and I think I am doing it the way it says, but obviously I am missing something.

Can anybody help please?

Thanks

Alan



If Window_Form1()
quitForm1=0
Repeat
EventID=WaitWindowEvent()
Select EventID
Case #PB ...
by alanuk
Tue Aug 03, 2004 6:37 am
Forum: Windows
Topic: Screen capture
Replies: 4
Views: 2596

Dare2, many thanks for your help. I did another search, with "screenshot" this time and found a lot of info just what I want to do.

Thanks guys for your help.

Alan
by alanuk
Mon Aug 02, 2004 5:56 pm
Forum: Windows
Topic: Screen capture
Replies: 4
Views: 2596

GreenGiant, many thanks for your comments and code. It looks as if it can be done. I will have a closer look at the code later.

Yes, I should have been a little more expicit !

I will have an opaque image of say 100 x 100 pixels with a transparent layer of the same size on top. I want to capture ...
by alanuk
Mon Aug 02, 2004 2:37 pm
Forum: Windows
Topic: Screen capture
Replies: 4
Views: 2596

Screen capture

Is it possible, or is there a way to do a screen capture of an image displayed withing PB? Maybe there is a library function that will do it?

Any help welcomed.

Alan
by alanuk
Mon Jun 28, 2004 7:21 am
Forum: Announcement
Topic: PureBasic 3.91 Beta 2 for Windows unleashed !
Replies: 60
Views: 16834

Yes I have spoken to paul. That was before the beta 2 was released. He said that I had to make sure that I was using the latest Pure Vision and jaPBe, which I am.

I am referring to a push button made in Pure Vision. It still looks like a classic button and not like XP. And yes I do have the enable ...
by alanuk
Sat Jun 26, 2004 7:40 am
Forum: Announcement
Topic: PureBasic 3.91 Beta 2 for Windows unleashed !
Replies: 60
Views: 16834

Thanks Fred for the new beta (beta 2) it has solved many problems now. But I am still not able to get the XP skins to work using Pure Vision. Anybody else having this problem ?

For example a simple button still looks like the classic button and not like the XP style.

Alan
by alanuk
Mon May 31, 2004 6:01 am
Forum: Coding Questions
Topic: Link errors
Replies: 3
Views: 1410

Thanks to Paul at reelmedia the problem is solved.

Have updated to PB 3.01 beta and jaPBe to 2.4.5.2 and now all is fine. no linker errors.

Alan
by alanuk
Sun May 30, 2004 10:58 am
Forum: Coding Questions
Topic: Link errors
Replies: 3
Views: 1410

I am running PB 3.9 and jaPBe 1.3.10.10 if that helps.

Alan
by alanuk
Sat May 29, 2004 1:59 pm
Forum: Coding Questions
Topic: Link errors
Replies: 3
Views: 1410

Link errors

Don't know which forum this applies to so I will try here.

I am running XP Pro, PB, JAPBE and Pure Vision.

I have done a screen layout in Pure Vision and exported it to PB. But when I try to compile/Run it I get this error:-

9d.obj:multiple definition of _PB_PEEK_debug
first definition is in 8d ...
by alanuk
Wed Jan 07, 2004 7:36 pm
Forum: Coding Questions
Topic: PB and XP
Replies: 8
Views: 2770

Incidentally, I checked to see if I had directX loaded. Yes I have. So it is not that that is causing it to not work in XP.

Any ideas anyone ?

Alan