[Bug 37297] New: CreateEdit windows always fullscreen under wine

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 21 08:41:04 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=37297

            Bug ID: 37297
           Summary: CreateEdit windows always fullscreen under wine
           Product: Wine
           Version: 1.7.26
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: n4af at n4af.net

ref:
https://forum.winehq.org/viewtopic.php?t=23405&p=96423

I have a Pascal (Dephi) app that runs well under Wine application layer.
The problem is that there are a number of edit controls that will only show in
full screen under Wine.

This would be an example of a procedure to create a editable window using Alt-D

  WM_INITDIALOG:
      begin

        Windows.SetWindowText(hwnddlg, RC_DUPECHECKOAR);

        Format(TempBuffer1, TC_ENTERCALLTOBECHECKEDON,
BandStringsArray[InActiveRadioPtr.BandMemory],
ModeStringArray[InActiveRadioPtr.ModeMemory]);
        CreateStatic(TempBuffer1, 15, 3, 250, hwnddlg, 102);

  AltDEditWindowHandle := CreateEdit(ES_CENTER or ES_UPPERCASE or WS_BORDER,
15, 27, 250, 30, hwnddlg, 101);

        asm
    mov edx,[MainWindowEditFont]
    call tWM_SETFONT
        end;
        CreateOKCancelButtons(hwnddlg);

The above CreateEdit dutifully creates a window under Win7.
Ubuntu (kernel 3.16) will only display as fullscreen.

Under linux I can grab the title bar and move the f/s window but nothing else.
Right clicking on the title bar i have options Restore, Resize, Maximize
selected.

Screen captures on https://forum.winehq.org/viewtopic.php?t=23405&p=96423

Tks, Howard

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list