Skip to main content

   

on the old unifaceinfo.com forum, Mike Taylor added a reply
what need to be done to complete the installation of patch 006.

You can find my commented summary at T.U.R.F.

https://www.tapatalk.com/groups/turf/10-3-006-what-needs-to-be-amended-t1714.html


In short: apped to your IDE.ASN (and all it's clones, copies, variations, ...):

[LOGICALS]

    ; Default palettes for Global ProcScript Library Editor:

    GlobalProcLibraryEditor_DefineStructure_ResourceBrowser_DefaultPalette = libprc:UPALETTE_LIBPRC

    GlobalProcLibraryEditor_WriteScript_ResourceBrowser_DefaultPalette = libsnp:USCRIPT_COMMON


and don't forget to run your IDF with

Edit: Thanks to Gianni who found my typo:

/IMP USYS:UTEMPLATE.XML
/IMP USYS:UTEMPLATES.XML

/IMP USYS:UMETA.XML

   

on the old unifaceinfo.com forum, Mike Taylor added a reply
what need to be done to complete the installation of patch 006.

You can find my commented summary at T.U.R.F.

https://www.tapatalk.com/groups/turf/10-3-006-what-needs-to-be-amended-t1714.html


In short: apped to your IDE.ASN (and all it's clones, copies, variations, ...):

[LOGICALS]

    ; Default palettes for Global ProcScript Library Editor:

    GlobalProcLibraryEditor_DefineStructure_ResourceBrowser_DefaultPalette = libprc:UPALETTE_LIBPRC

    GlobalProcLibraryEditor_WriteScript_ResourceBrowser_DefaultPalette = libsnp:USCRIPT_COMMON


and don't forget to run your IDF with

Edit: Thanks to Gianni who found my typo:

/IMP USYS:UTEMPLATE.XML
/IMP USYS:UTEMPLATES.XML

/IMP USYS:UMETA.XML

Hi Uli,

I've just upgraded to 10.3.01.007 and tried to follow your instructions to maintain a fully working environment.

Trying to execute /IMP of UTEMPLATE and UMETA as from your instructions I got a "File not found"...I did NOT tried to dig the issue because I was able anyhow to import them from the front-end choosing from hamburger menu the Import option and picking those xml interactively.
Am I getting same result?

Gianni


   

on the old unifaceinfo.com forum, Mike Taylor added a reply
what need to be done to complete the installation of patch 006.

You can find my commented summary at T.U.R.F.

https://www.tapatalk.com/groups/turf/10-3-006-what-needs-to-be-amended-t1714.html


In short: apped to your IDE.ASN (and all it's clones, copies, variations, ...):

[LOGICALS]

    ; Default palettes for Global ProcScript Library Editor:

    GlobalProcLibraryEditor_DefineStructure_ResourceBrowser_DefaultPalette = libprc:UPALETTE_LIBPRC

    GlobalProcLibraryEditor_WriteScript_ResourceBrowser_DefaultPalette = libsnp:USCRIPT_COMMON


and don't forget to run your IDF with

Edit: Thanks to Gianni who found my typo:

/IMP USYS:UTEMPLATE.XML
/IMP USYS:UTEMPLATES.XML

/IMP USYS:UMETA.XML

Hi Gianni,

I reuse the complete uniface/ADM which is created during the installation as a base for my ADM_STANDALONE.


The IDE.ASN inherited the redirection which makes the /IMP statements work:

[FILES]
usys:*.xml              usysuniface:misc\\*.xml
usys:ResourceBundle.def $RES:fil\\ResourceBundle.def


HIH (have a nice weekend), Uli