Wiki

Changes between Version 5 and Version 6 of WxWidgetsPort

Show
Ignore:
Timestamp:
01/16/10 11:33:45 (15 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WxWidgetsPort

    v5 v6  
    214214    ListItem info = new ListItem()  
    215215      -> 
    216     info = ListItem     # or    info as ListItem = ListItem() 
     216    info = ListItem()     # or    info as ListItem = ListItem() 
    217217}}} 
    218218     
     
    377377        Frame.Icon, .icon property -> no workaround. [[br]] 
    378378        Frame.!StatusBar, .statusBar text property -> use method .setStatusBar(text) instead.[[br]] 
     379 
     380These and much of the above issues with recognising lowercased namespace references should be corrected (or at least improved) with the 
     381fix to ticket:184.