Results 1 to 2 of 2

Thread: Splitter example

  1. #1

    Splitter example

    I just study some examples today in my editor and i stop on splitter control.
    Why i post this is not a bug but some nasty windows bahavier but i hope that on my way
    reduce annoying flickering.
    I dont do nothing special i just add two win constants as window flags
    see:
    FUNCTION TBMain() as long
     '----------------------------------------------------------------------------
      LOCAL hDlg  AS DWORD  '---Used to store window handle
      
      '---Create a new dialog
      DIALOG NEW pixels, 0, "thinBasic test on splitter control", , , 600, 400, _
                                      %WS_DLGFRAME OR _
                                      %DS_CENTER OR _
                                      %WS_CAPTION OR _
                                      %WS_SYSMENU OR _
    															%WS_CLIPSIBLINGS OR _
                                       %WS_CLIPCHILDREN OR _
    															%WS_THICKFRAME OR _
                                      %WS_EX_CLIENTEDGE, 0 TO hDlg
    
    i hope that you agree that on this way is flickering reduced..

    all best
    aurel

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,782
    Rep Power
    10

    Re: Splitter example

    Thanks Aurel. Fixed.

    It will be present in next release.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •