Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
3 registered members (AndrewAMD, The_Judge, Grant), 898 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
screen colour -- try keep up with my errors :P #110001
01/30/07 10:33
01/30/07 10:33
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia

then i hit f5:

there is no code in my project that could possibly change anything to do with the screen or the view. i just used the default f5 to increase the window size from 640x480 to 800x600, and the contents of the window are tinted darker.

increasing window size again is still the same dark tint.

increasing window size again results in a crash because the window can't be bigger than the actual resolution.
it would be nice if that could be fixed, too but i kno it's unrelated.

any possible explanation?

julz


Formerly known as JulzMighty.
I made KarBOOM!
Re: screen colour -- try keep up with my errors :P [Re: JibbSmart] #110002
01/30/07 10:34
01/30/07 10:34
Joined: Jun 2003
Posts: 1,017
Germany
T
Thomas_Nitschke Offline
Senior Developer
Thomas_Nitschke  Offline
Senior Developer
T

Joined: Jun 2003
Posts: 1,017
Germany
I had this too, except it went completely black after changing the resolution. As far as I recall, it didn't have anything to do with Lite-C but was due to my DX not being completely up to date. I'd check whether there are new DX versions available.


Formerly known as The Matrix - ICQ 170408644 I've been here for much longer than most people think. So where's my "Expert" status?
Re: screen colour -- try keep up with my errors :P [Re: Thomas_Nitschke] #110003
01/30/07 10:37
01/30/07 10:37
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
wow... unbelieveably fast reply thank you! i mean, sometimes people are just on when u ask, but u had an answer, too, and i already hav 12 or so views.

ill give it a go, thanks for the tip

julz


Formerly known as JulzMighty.
I made KarBOOM!
Re: screen colour -- try keep up with my errors :P [Re: JibbSmart] #110004
01/30/07 10:42
01/30/07 10:42
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
im pretty sure i already hav directx 9.c downloaded and installed... im not sure how to check on this laptop but i got it only a couple of months ago, with integrated graphics by nVidia, and the fact that i can actually run directX 9 applications, im pretty sure its got it. the microsoft site says directX 9.c latest version is 2004, so i dont think i hav troubles there. any other suggestions?

julz


Formerly known as JulzMighty.
I made KarBOOM!
Re: screen colour -- try keep up with my errors :P [Re: JibbSmart] #110005
01/30/07 10:59
01/30/07 10:59
Joined: Jun 2003
Posts: 1,017
Germany
T
Thomas_Nitschke Offline
Senior Developer
Thomas_Nitschke  Offline
Senior Developer
T

Joined: Jun 2003
Posts: 1,017
Germany
Hehe, sometimes people are simply around when you need them

I'm not sure about my point with the DX version, though. I think there are multiple version of DX 9c available, identifyable by date of release. If I'm not completely mistaken, there should be a version of June 06 or something... probably there even is a newer version. The only tip I can give you in that regard is do a quick search for "dx9_redist" - I can remember that to be the filename of all those packages.


Formerly known as The Matrix - ICQ 170408644 I've been here for much longer than most people think. So where's my "Expert" status?
Re: screen colour -- try keep up with my errors :P [Re: Thomas_Nitschke] #110006
01/30/07 11:01
01/30/07 11:01
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
thanks , ill give that a go tomorrow when i get home from school!


Formerly known as JulzMighty.
I made KarBOOM!
Re: screen colour -- try keep up with my errors :P [Re: JibbSmart] #110007
01/30/07 15:54
01/30/07 15:54
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
I'll have to look into this. Does the color change on [F5] only happen with that particular project, or with the included projects as well?

Re: screen colour -- try keep up with my errors :P [Re: jcl] #110008
01/31/07 05:09
01/31/07 05:09
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
only with this project, which worries me, because all my other problems have been mistakes of my own i might build a reputation! however, i havnt done anything that could affect the screen or view, i'm really sure, and i have no functions of my own that use the f5 key.

julz


Formerly known as JulzMighty.
I made KarBOOM!
Re: screen colour -- try keep up with my errors :P [Re: JibbSmart] #110009
01/31/07 16:18
01/31/07 16:18
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
Ok, can you send that project to the support? There should be some reason for the color change but I'd need the project to find out.

Re: screen colour -- try keep up with my errors :P [Re: jcl] #110010
02/01/07 06:27
02/01/07 06:27
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
will do, thanks


Formerly known as JulzMighty.
I made KarBOOM!

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1