Jump to content

Recommended Posts

Posted (edited)

I have my other post which seems to be stumping or irritating people so I was just wondering What Style options are required to make a working Window scroll bar? As I seem to be unable to make one.

Edited by Percius
  • Developers
Posted

I have my other post which seems to be stumping or irritating people so I was just wondering What Style options are required to make a working Window scroll bar? As I seem to be unable to make one.

<{POST_SNAPBACK}>

Don't think you need to start a new thread... The folks with detailed knowlegde on the GUI stuff will see it and get back to you...

Just my guess at this moment and didn't look at the AutoIt3 source yet but it could be that the Window Scrolling message event is not implemented.

The WS_VSCROLL is normally used for controls like listbox and Edit...

For testing i added 2 lines to the loop to see what's reported back by GUIGetMsg():

While 1
   $msg = GUIGetMsg()
   If $msg <> 0 then _
      MsgBox(4096,'debug:' , '$msg:' & $msg);### Debug MSGBOX 
   Select
      Case $msg = $next
         ExitLoop
   EndSelect
Wend

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...