Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing shapes
Message
From
24/08/2005 11:25:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Refreshing shapes
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01043393
Message ID:
01043393
Views:
53
I am trying to get shapes to refresh/redraw from a table of coordinates xx and yy and I am not having much luck. Would you please help me out?
* Right click code

Parameters nXCoord,nYCoord

Count To Locations

If Locations < 1
	Return
Endif

For SpotToRefresh = 1 To Locations
	Goto SpotToRefresh
	nXCoord = XX
	nYCoord = YY
	If nButton = 1
		If Sys(1270)=m.this
			Thisform.AddObject( Sys(2015), "shape")
			With Thisform.Controls[thisform.ControlCount] && the last member
				.Move(nXCoord,nYCoord,25,25)
				.Curvature = 99
				.BackColor = 255
				.BackStyle = 1
				.BorderWidth = 2
				.BorderColor = 65535
				.SpecialEffect = 0
				.ToolTipText = "Crime scene"
				.Visible = .T.
			Endwith
		Endif
	Endif
Next SpotToRefresh
I ain't skeert of nuttin eh?
Yikes! What was that?
Next
Reply
Map
View

Click here to load this message in the networking platform