Delphi Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - MoreDelphi Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 27th, 2004, 10:34 AM
TrashLock TrashLock is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 1 TrashLock User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Drag window

Okay so I am making my custom UI.
but I am stuck on the part where people can drag the window, since it's a Borderless form.
I have right now an onMousedown even that checks if the Y of the mouse is smaller than 20, if it is, we set drag to true, and we get the or_x and or_y (origin) by substracting the window's Left to the X of the mosue and the window's Top to the mouse's Y.
Then i have an onMouseMove event that checks if drag is true, and if it is, then
Form1.Top:=Y+or_y;
Form1.Left:=X+or_x;

Now this kind of works, but the window flickers like crazy! Got a clue what i should do?

Reply With Quote
  #2  
Old May 27th, 2004, 04:49 PM
SluX SluX is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 47 SluX User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 18 m 54 sec
Reputation Power: 10
Try placing timer in your program to control moving of the window.....maybe that will help.
What i want to say if in every predefined amount of time window is moved for the same amount of pixels, it wont flicker......

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreDelphi Programming > Drag window

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap