FoxInCloud
FAA mis-adaptation
Gravatar is a globally recognized avatar based on your email address. FAA mis-adaptation
  Alejandro A Sosa
  All
  Sep 18, 2018 @ 01:43pm

Hi Thierry,

I am amazed of how many different cases the FoxInCloud Adaptation Assistant handles well. FWIW, I found an issue with an adaptation it made.

  1. Original command, which is part of Codemine framework.

SET SKIP OF BAR (m.nBar) OF ctxMenu (m.lDisable)

  1. FAA did not know that ctxMenu was the name of a popup. It assumed it was a variable and adapted the command this way, resulting in an error:

wMenuReturn = wMenu(Textmerge("SET SKIP OF BAR <<cL((m.nBar))>> OF <<cL(ctxMenu)>> <<(m.lDisable)>>", .T., "<<", ">>"), @m.wMenuResult)

  1. Adapting the command this way works:

wMenuReturn = wMenu(Textmerge("SET SKIP OF BAR <<cL((m.nBar))>> OF ctxMenu <<(m.lDisable)>>", .T., "<<", ">>"), @m.wMenuResult)

Alex

Gravatar is a globally recognized avatar based on your email address. re: FAA mis-adaptation
  FoxInCloud Support - Thierry N.
  Alejandro A Sosa
  Sep 19, 2018 @ 12:46am

Hi Alejandro,

Thanks for the feedback

Issue confirmed, fixed, tested OK and awAdapter.app updated on our site

FAA will auto-update next time it starts while connected

© 1996-2024