use a calculator to break down the number to binary values.

-724 decimal is 4 + 16 + 64 + 128 + 512 negative

---

old constants used by the old Open window command is a combination of flags.

some are official in 4D  (1, 2, 4, 8, 16, 32, 2048, 4096, 8192) some are 
undocumented.

https://doc.4d.com/4Dv16/4D/16.5/Window-Types-compatibility.300-4226884.en.html

notice the list is slightly different (1, 4, 8, 32, 65536) for the current Open 
form window command.

https://doc.4d.com/4Dv17/4D/17.2/Window-Types.300-4386924.en.html

deprecated Apple API references are no longer published

but you might find archives online about window attributes

0 kWindowNoAttributes
1 kWindowCloseBoxAttribute
2 kWindowHorizontalZoomAttribute
4 kWindowVerticalZoomAttribute
8 kWindowCollapseBoxAttribute
16 kWindowResizableAttribute
32 kWindowSideTitlebarAttribute

etc.

and window classes

1 kAlertWindowClass
2 kMovableAlertWindowClass
3 kModalWindowClass
4 kMovableModalWindowClass
5 kFloatingWindowClass
6 kDocumentWindowClass
7 kUtilityWindowClass
10 kHelpWindowClass
11 kSheetWindowClass
12 kToolbarWindowClass
13 kPlainWindowClass

etc.

but how they map to 4D constants for Open window is anybody's guess.

2019/06/20 3:18、Chip Scheide via 4D_Tech 
<4d_tech@lists.4d.com<mailto:4d_tech@lists.4d.com>>のメール:

Description of the window that is opened with -724



**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to