Search found 17 matches

by Peter_DK
Fri Jan 28, 2011 7:06 pm
Forum: Feature Requests and Wishlists
Topic: Additions to windows and gadgets
Replies: 0
Views: 666

Additions to windows and gadgets

Hi

Even though you can use SetWindowLong_/GetWindowLong_ to accomplish my suggestions. it would be nice to be able to change
already created gadgets and windows flags in a generic way without resolving to api. i.e..(Cross platform).

My wishes, if possible are: (Just to add to an excellent ...
by Peter_DK
Thu Apr 01, 2010 10:10 am
Forum: Announcement
Topic: PureBasic 4.50 Beta 4 released!
Replies: 86
Views: 46203

Re: PureBasic 4.50 Beta 1 released!

Thank you guys!

I must admit, that I'm totally amazed!. I admire your dedication and work on PB.
Tipping my hat and bowing, I must hereby bluntly state: "You guys are 'freaking' awesome!"


Happy easter.
by Peter_DK
Mon Apr 06, 2009 8:35 pm
Forum: Coding Questions
Topic: Converting metric units into pixels????????
Replies: 9
Views: 2503

I see how volatile the results can be. But if you've
seen my calculations.Arctic Fox and Luis's examples gives far better results.
Mine calculations weren't even close :oops:

After 6 hours of trial and error and error and error, my brain turned into a dark damp void, only occupied by a single ...
by Peter_DK
Mon Apr 06, 2009 7:41 pm
Forum: Coding Questions
Topic: Converting metric units into pixels????????
Replies: 9
Views: 2503

Oh..my.... snifff! Thank you..thank you...thank you....!!

I owe you guys a debt of gratitude!!
What a bunch of lifesavers..
You've made my day :)

This is precisely what i was looking for.
Best regards

Peter
by Peter_DK
Mon Apr 06, 2009 7:12 pm
Forum: Coding Questions
Topic: Converting metric units into pixels????????
Replies: 9
Views: 2503

Hehe.. Thank you for your reply :D

The questionmarks were placed there to keep me from hitting my monitor :)

I've been fumbling with this for 6 hours straight.

Anyway.. Thank you for your reply.


Best regards
Peter.
by Peter_DK
Mon Apr 06, 2009 6:54 pm
Forum: Coding Questions
Topic: Converting metric units into pixels????????
Replies: 9
Views: 2503

Converting metric units into pixels????????

Hi guys.

I'm in dire need for help here. For some reason I simply cannot find the solution to my problem. I hope you can help me

I need to convert a set of numbers into its equivalent pixels.
(Screen/Window based, not printer based)

Example: 12.4 cm <---> ??? pixels.
8.35 cm <---> ??? pixels ...
by Peter_DK
Fri May 02, 2008 6:03 pm
Forum: Announcement
Topic: PBDev announcement
Replies: 66
Views: 23390

I also received the LIC file within 1 hour.

Many thanks to Edwin Knoppert.

:D

Hehe..I've received my LIC within 15 minutes...
Thanks a bunch, Edwin.

To Imhotep

Cool down Hoss! You might have made a blunder yourself, when
doing the registration...i.e..Typos?

Anyway..A nasty conduct will get ...
by Peter_DK
Sat Oct 20, 2007 12:39 pm
Forum: Announcement
Topic: [Game] Purebr3aker is out!
Replies: 57
Views: 16117

Bug..

Hi.

Damn good game!! Excellent work :)

Small bug detected.

Crashes in fullscreen (The crash occurs immidiately (no ).

Probably Vista related (as usual). Runs nicely in windowed mode, though.

My config are as follows:

OS: Vista ultimate
Hardware:
2 * XFX GForce 8800 (XXX) Ultra (768)
Athlon64 ...
by Peter_DK
Mon Sep 03, 2007 11:29 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588279

Re: Crash detected in Pureform..

;)

Yep...Seems like the problem is specific to Vista..I'm running dual boot (XP/Vista) and I'm unable to reproduce the crash in XP.

It's funny, though...

The crash only occurs when double clicking a drive( empty ) It doesn't matter wether I'm in preview mode or not.

However setting it manually ...
by Peter_DK
Mon Sep 03, 2007 11:02 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588279

Re: Crash detected in Pureform..

Hi Gnozal..

By activate, I mean double clicking on a drive with no media inserted such as: ex. A:\ or an empty dvd/cd drive.

The problem isn't a major one, since the problem dissapears when setting the NoDriveRequester parameter and a backup is made called
CRASH[20070903-115409].pbf.

So it seems ...
by Peter_DK
Mon Sep 03, 2007 9:52 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588279

Crash detected in Pureform..

Hi Gnozal.

Wonderfull tool you've made. Excellent work!

I've been using it for quite some time now and just stumbled into
a small problem.

The explorer gadgets (Tree/listview) seems to cause a crash if you activate a drive with no media inserted.

I get the following message:

Pureform has ...
by Peter_DK
Tue Apr 04, 2006 4:42 pm
Forum: Coding Questions
Topic: ClearScreen(RGB); BackColor(RGB); FrontColor(RGB) a.s.f....
Replies: 10
Views: 2511

Hi Kenmo.

Yeah...The idea using text/string gadgets would work, but
what I wanted was to freely position the data at positions
determined by coordinates set by me in an empty window.


You know..Something like the API: TexOut(hDC,X,Y,Str,Len(Str))

Anyway...The Image gadget will do the job for now ...
by Peter_DK
Mon Apr 03, 2006 5:53 pm
Forum: Coding Questions
Topic: ClearScreen(RGB); BackColor(RGB); FrontColor(RGB) a.s.f....
Replies: 10
Views: 2511

Hi again Fred... :)

StartDrawing(ImageOutput(x)): StopDrawing()

I see your point.

Things makes a whole lot more sense now.

I've been going out of my mind about this!!
So hard to see and yet such a simple solution!

Thank you very,very,very,very,very,very much


I'll let you get back to work now ...
by Peter_DK
Mon Apr 03, 2006 5:32 pm
Forum: Coding Questions
Topic: ClearScreen(RGB); BackColor(RGB); FrontColor(RGB) a.s.f....
Replies: 10
Views: 2511

ClearScreen(RGB); BackColor(RGB); FrontColor(RGB) a.s.f....

Hi again fred.

Yeah...I do understand, that you don't get my question, since my
explanation was pretty vague.

I'm trying to work with three windows. (Stock exchange).

Window 1: Stockbrokers, Companies, General info.
Window 2: Updates the stock exchange for a specific company
chosen from Window 1 ...
by Peter_DK
Mon Apr 03, 2006 4:46 pm
Forum: Coding Questions
Topic: ClearScreen(RGB); BackColor(RGB); FrontColor(RGB) a.s.f....
Replies: 10
Views: 2511

ClearScreen(RGB); BackColor(RGB); FrontColor(RGB) a.s.f....

Hi Fred.

I've jumped straight into your betas. Lots of great features implemented. (Beta 8).. Just downloaded Beta 9... :)

The WindowOutput(#Window) , EventWindow() , WindowEvent() and
SetWindowCallback(@ProcName,[ID]) seems the way to, when you need
to determine and process events received from a ...