Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I know all the properties of a WINDOW?
Message
From
30/04/2002 08:00:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/04/2002 07:38:01
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00650492
Message ID:
00650789
Views:
26
>Window "Properties" that are not included with objet are those that I set with DEFINE WINDOW... or MODIFY WINDOW
>
>------------------------------------------
>FROM nRow1, nColumn1 TO nRow2, nColumn2
>AT nRow3, nColumn3 SIZE nRow4, nColumn4
>[COLOR SCHEME nSchemeNumber | COLOR ColorPairList]]
>.
>.
>.
>-----------------------------------------
>
>When I do Activate Window (after rebuild object) these properties are not updated because are not included in XML (object doesn´t have them).
>
>Window´s look it´s different from original, and properties like "caption" are correctly updated.
>
>PD: for Activate Window I define another window and update ("oNewWindow=Xmltoobject(serverXML,oNewWindow)") it´s object with received.
>
>
>

All those properties in your code exists and accessable.

with oName
.Scalemode=0
? .Left, .Top, .Height, .Width,.Backcolor,.Colorsource
endwith
etc
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform