Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Microsoft .Net
 Real-Time Graphics Tools for .Net (VB and C#)
 graph placement

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
aschubert Posted - 26 Apr 2007 : 16:08:29
I have developed a program that runs and looks fine on my laptop. When I deploy it to a machine with a CTR instead of a LCD screen, the graphs are not placed as they were. The lables and buttons I place on the form are correct, but the scroll graph isn't. I have 2 scroll graphs, one for a thermistor and another for another thernmistor. the top graph is OK, but the bottom graph is too low on the CTR. I have tried this on 2 different computers and it is the same on each, but on my laptop LCD everything is fine.

Any suggestions?

Al

Al Schubert
3   L A T E S T    R E P L I E S    (Newest First)
dmyancich Posted - 03 May 2007 : 09:36:42
I have had a similar experience.
I developed on a laptop, and the controls/graphs were located differently on a CRT.
I discovered that my laptop was set for 120 DPI, and the CRT was set for 96 DPI.
When I changed CRT to 120 DPI everything was fine.
aschubert Posted - 26 Apr 2007 : 16:52:38
quote:
Originally posted by quinncurtis

The graphs are placed where you place them, though there are many ways to place them. Some methods are going to be device independent (independent of the screen resolution) and others aren't. It may be that you place the .Net Buttons and Labels using device dependent methods, and our graphs using device independent methods.

So you must describe and show exactly how you place the graphs in the parent form, and explain why the graphs are not being placed where you specify.


Thanks fro your quick response, I'll try to figure it out
quinncurtis Posted - 26 Apr 2007 : 16:20:44
The graphs are placed where you place them, though there are many ways to place them. Some methods are going to be device independent (independent of the screen resolution) and others aren't. It may be that you place the .Net Buttons and Labels using device dependent methods, and our graphs using device independent methods.

So you must describe and show exactly how you place the graphs in the parent form, and explain why the graphs are not being placed where you specify.

Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07