win32lib release is coming

new topic     » topic index » view thread      » older message » newer message

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 thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu