Uniface Migration - 9.4.01 to 9.7.03
Author: rmcampos@saomanoel.com.br (rcampos)
Hi, I recently migrated my Uniface version from 9.4.01 to 9.7.03 (G320) and I facing a few problems that couldn't discover whats causing: 1. In the ASN file, the $KEYBOARD is set to a custom keyboard translation table that I have in my library, but for some reason, when I enter the IDF, that table is changed to MSWINX. In the file, I have the following: [SETTINGS] $LANGUAGE = BRZ $VARIATION = MyLibrary $KEYBOARD = MyKeyboardTable $ENHANCED_EDIT = ALL If I set the table via proc using $keyboard function, worked fine. 2. Component Editor is not showing any glyphs that I have in my library. The curious thing is, the compiled version of the component is showing the images correctly. Already check the library of the component, the glyphs in the library, the ASN file, and all seems to be correct. 3. The widgets that are defined to be displayed in the main palette of the component editor are always being created/painted as EditBox. My INI file look like this: [gfp] widgets=EditBox,CommandButton,DropDownList,CheckBox,ListBox The behaviour I'm having is this: I choose a checkbox in the pallete, paint the object in the component and is created as a EditBox. The same happens to a CommandButton, DropDownList, etc. If i leave the section [gfp] empty in the INI file, don't have any problems. Hope someone can help to solve this issues.
But still I was not able to find whats causing #3.