[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-20 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-589504759 Panels in Retail Inspection/Particulars Setup, and PickList_Discrete appear correct. Will need explicit steps to reproduce any issues.

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-15 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-586657102 When I logged into the VDI, the Company Setup was visible and looked fine. Will need more explicit steps to reproduce any issues.

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-14 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-586541516 I will need the VDI to work properly to investigate. This is an automated

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-13 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-586102991 That's a note to myself. I put notes from my investigations on the VDI in these issues before working on them in case the VDI stops

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-12 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-585579875 TitleWindowSkin needs to replace TitleWindowView. Apparently the recent issues are not reported against Company Setup but against a

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-11 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-584733839 Well, yes, that change should have cause PanelView to not be used anymore. For some reason it is still being used which would cause a

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-11 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-584687726 PanelView should not be used if you are set up correctly This is an

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-10 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-584478056 Something is still out-of-date on your system. PanelView is no longer the view for Panel.

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-03 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-581756713 In the debugger, verify that the dbzCompanySetup.js actually loaded by the browser contains the `this["skinClass"] =

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-03 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-581746681 On the VDI, they weren't compiled with the latest setup since CompanySetup was commented out of the build script, and thus the

[GitHub] [royale-asjs] aharui commented on issue #706: Panel Overlapped after downloading new SDK

2020-02-03 Thread GitBox
aharui commented on issue #706: Panel Overlapped after downloading new SDK URL: https://github.com/apache/royale-asjs/issues/706#issuecomment-581715905 My investigation showed that the Setup shown above was not re-compiled and was therefore using a mix of old and new code. I recompiled