Converting rules for the OPL Convert tools of OPL Wizard 1.00 # Visit : www.robertocolistete.net/OPLWizard/ # OPL Converting direction : Nokia 9200 -> UIQ # Concerns the UIQ-OPL-DevPack-2004-02-23 OPL SDK for UIQ. # Last update : 15/03/2004 # File pathname : C: or D:\System\Apps\OPLWizard\RulesNokia9200toUIQ.txt # # # Converting rules for AppFrame.OPX changes # Based on the bug list of OPL for UIQ and the conversion of "DemoOPL", # "EventCore" and "OPLWizard". # # \AfToggleIrDA: (AppFrame.opx) AfToggleIrDA: IS NOT IMPLEMENTED, so the menu "Tools->Receive via infrared" should not be displayed. \AfAddToDesk: (AppFrame.opx) AfAddToDesk: IS NOT IMPLEMENTED, so the menu "File->Add to Desk" should not be displayed. \AfLaunchSystemLog: (AppFrame.opx) AfLaunchSystemLog: IS NOT IMPLEMENTED, so the menu "Tools->Log Shift+Ctrl+L" should not be displayed. \AfMenuPaneToStartShowing%: (AppFrame.opx) AfMenuPaneToStartShowing%: IS NOT IMPLEMENTED \AfSetTitle: (AppFrame.opx) AfSetTitle:(aTitle$,aTitleType%) IS NOT IMPLEMENTED \AfSetTitleAreaWidth: (AppFrame.opx) AfSetTitleAreaWidth:(aTitleType%,aWidth%) IS NOT IMPLEMENTED \AfSetTitleVisible%: (AppFrame.opx) AfSetTitleVisible%:(aVisibility%) IS NOT IMPLEMENTED \AfTitleVisible%: (AppFrame.opx) AfTitleVisible%: IS NOT IMPLEMENTED \AfSetStatus%: AfSetStatus%:(type%) IS NOT IMPLEMENTED, the UIQ status bar is visible by leaving the bottom 18 pixels of the screen not covered by any window and with CBA disabled. \AfSetStatusVisible%: AfSetStatusVisible%:(visibility%) IS NOT IMPLEMENTED, the UIQ status bar is visible by leaving the bottom 18 pixels of the screen not covered by any window and with CBA disabled. \AfStatusVisible%: AfStatusVisible%:(BYREF type%) IS NOT IMPLEMENTED, the UIQ status bar is visible by leaving the bottom 18 pixels of the screen not covered by any window and with CBA disabled. # # # Converting rules for OPL keywords # Based on the bug list of OPL for UIQ and the conversion of "DemoOPL", # "EventCore" and "OPLWizard". # \gSTYLE gSTYLE has a BUG, it gives a 'font not loaded' error (But gSTYLE 0 is OK) \gFONT gFONT has a BUG, it does not work \dTEXT dTEXT "","",0 has a BUG, it does not work; it draws a line but crashes after you press Continue. \dXINPUT dXINPUT has a BUG, it displays the characters until the textbox loses focus, then they change to an asterix. Each character should change very soon after it has been entered. \dPOSITION dPOSITION 0,1 has a BUG, the dialog is shown on the bottom but with some missing lines. \dFILE dFILE file$,p$,f% has a BUG, the folder dialog field does not show a tree of directories to select. # # Basic warnings related to different screen sizes between Nokia 9200 and UIQ # \ICON ICON : the AIF file contains only one icon with an accompanying mask. The icon has 256 or more colours and the size is typically 16x16 pixels but can be up to 24x24 pixels. \BUSY BUSY str$ : pay attention to the length of str$ because the UIQ screen is narrower than the Crytal screen, i.e., just 208 pixels. \gIPRINT gIPRINT str$ : pay attention to the length of str$ because the UIQ screen is narrower than the Crytal screen, just 208 pixels. # # End of RulesNokia9200toUIQ.txt #