Author Topic: Custom control demo.  (Read 3830 times)

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10573
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Custom control demo.
« on: February 01, 2018, 03:54:45 PM »
I have converted the test controls to library modules and have them in a test library at the moment. The demo has an image background, it displays a heading and a label, an edit control set up as a custom control and a button control and it works OK on my Win10 Professional. The only oddity is the edit control must use the handle of the static image control as it parent otherwise the image overwrites the edit control.

Any feedback on the demo would be welcome as I only have a US version of Win7 64 and Win10 64 to test on.

Once all of the testing is done the modules will be added to the masm64 library.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

LordAdef

  • Member
  • ****
  • Posts: 669
Re: Custom control demo.
« Reply #1 on: February 01, 2018, 04:15:44 PM »
Working ok here. Win7 64bits

One note Hutch: People are used to press TAB after filling these forms (as I did). Maybe you could listen to tab there.

It´s all very beautiful btw

caballero

  • Member
  • *****
  • Posts: 2137
  • Matrix - Noah
    • abre ojos ensamblador
Re: Custom control demo.
« Reply #2 on: February 01, 2018, 10:22:36 PM »
It seems to work ok here, W7 64 bits. The custom buttom is white font and changes to orange when the mouse is over it.
The logic of the error is hidden among the most unexpected lines of the program

Magnum

  • Member
  • *****
  • Posts: 2396
Re: Custom control demo.
« Reply #3 on: February 02, 2018, 10:36:36 AM »
Works on Ubuntu Mate 16.04.
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10573
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Custom control demo.
« Reply #4 on: February 02, 2018, 11:50:23 AM »
Thanks guys.  :t
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy: