1. win32lib release is coming

For those interested in what's happening, I've uploaded the current win32lib
beta.

  http://users.bigpond.com/ddparnell/euphoria/w32005902d.zip

It only has the 'include' folder and some 'demo' files for now. 

I'm currently doing the final touches to the new 'InputForm' control type and
doing the updated documentation. Hopefully not too long now...

I've dropped the menu compiler idea for now as the new routine 'createForm'
makes defining menus so much simplier.

For example...

                                 
        {Menu, "&File"},
            {MenuItem, "New File, &New"},
            {MenuItem, "Open File, &Open..."},
            {MenuItem, "Save File, &Save"},
            {MenuItem, "Save File as, Save &As ..."},
            {MenuItem, "-"},
            {MenuItem, "Exit App, &Exit, flag=Autoclose"},
        
        {Menu, "&Edit"},
            {MenuItem, "&Undo,enable=false"},
            {MenuItem, "-"},
            {MenuItem, "Cu&t"},
            {MenuItem, "&Copy"},
            {MenuItem, "&Paste"},
            {MenuItem, "De&lete"},
        
        {Menu, "&Help"},
            {MenuItem, "About,&About..."},

-- 
Derek

new topic     » topic index » view message » categorize

2. Re: win32lib release is coming

Derek Parnell wrote:

>
>
>For those interested in what's happening, I've uploaded the current win32lib
>beta.
>
>  http://users.bigpond.com/ddparnell/euphoria/w32005902d.zip
>
>It only has the 'include' folder and some 'demo' files for now. 
>
>I'm currently doing the final touches to the new 'InputForm' control type and
>doing the updated documentation. Hopefully not too long now...
>
>I've dropped the menu compiler idea for now as the new routine 'createForm'
>makes defining menus so much simplier.
>
>For example...
>
>                                 
>        {Menu, "&File"},
>            {MenuItem, "New File, &New"},
>            {MenuItem, "Open File, &Open..."},
>            {MenuItem, "Save File, &Save"},
>            {MenuItem, "Save File as, Save &As ..."},
>            {MenuItem, "-"},
>            {MenuItem, "Exit App, &Exit, flag=Autoclose"},
>        
>        {Menu, "&Edit"},
>            {MenuItem, "&Undo,enable=false"},
>            {MenuItem, "-"},
>            {MenuItem, "Cu&t"},
>            {MenuItem, "&Copy"},
>            {MenuItem, "&Paste"},
>            {MenuItem, "De&lete"},
>        
>        {Menu, "&Help"},
>            {MenuItem, "About,&About..."},
>
>  
One thing to say: way cool! I love that syntax.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu