IonicWind Software

Announcements => User Offerings => Topic started by: Andy on January 29, 2015, 06:52:47 AM

Title: Flat buttons - buttons without a border
Post by: Andy on January 29, 2015, 06:52:47 AM
Hi,

I'm sure someone can do this easier and simpler than me, but I have an example of how to "create" and "use"
flat buttons, i.e. windows buttons without a border.

If you can use it - great!
If you can make it easier - great!

Just hope it helps someone at some time.

Andy.
:)
Title: Re: Flat buttons - buttons without a border
Post by: Andy on January 29, 2015, 07:54:15 AM
Sorry,

A little case of over commenting!

Please change in the handler sub routine to:


    CASE @IDCONTROL
         SELECT @CONTROLID

             'Not needed now.....

          'CASE button_1
             '     GOSUB button1

          'CASE button_2
             '     GOSUB button2

          'CASE button_3
             '     GOSUB button3

             CASE check_4
                  GOSUB check4

             CASE check_5
                  GOSUB check5

         ENDSELECT

Un-comment case check_4 and check_5.

Thanks,
Andy.