euviewer3

new topic     » topic index » view thread      » older message » newer message

Al how can I change
--Win =  
  --  acreate( aWindow, "", 0, 0, 0, WinWidth, WinHeight,  WS_POPUP)
--Use EzWindow to create the main window:
MainAppWindow=EzWindow:Create(WS_EX_CONTROLPARENT,     --style Ex
0,-- OR({WS_VISIBLE,WS_OVERLAPPEDWINDOW}),--WS_VSCROLL,WS_HSCROLL,}),  
 --style, scrollbars distract from pic!
  MainWinBkColor,      --background color
 " EuViewer",  --caption
  0, 0,              --xpos, ypos
  800, 500,            --width, height
  0,                   --parent ID
  0)                   --events (none yet)

    to

--winClasss
Win =  
    acreate( Window, "", 0, 0, 0, WinWidth, WinHeight,  WS_POPUP)

        or

--win32
constant Window1 = createEx( Window, "Window1", 0, Default, Default, 400, 280,
{WS_POPUP, WS_THICKFRAME}, 0 )



Don Cole
A Bug is an un-documented feature.
A Feature is a documented Bug.

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu