You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/10/23 21:17:34 UTC

[GitHub] [royale-asjs] piotreky opened a new issue #924: The mxroyale HelloWorld example is not working properly

piotreky opened a new issue #924:
URL: https://github.com/apache/royale-asjs/issues/924


   The x and y properties of the mx:Label component in the HelloWorld example seem to be ignored:
   <mx:Label text="Hello World" x="20" y="20" />
   Can this be fixed?
   
   Regards,
   Piotr


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] carlosrovira commented on issue #924: The mxroyale HelloWorld example is not working properly

Posted by GitBox <gi...@apache.org>.
carlosrovira commented on issue #924:
URL: https://github.com/apache/royale-asjs/issues/924#issuecomment-715878757


   Hi, just check the example from a fresh build and I see is fully working


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] carlosrovira commented on issue #924: The mxroyale HelloWorld example is not working properly

Posted by GitBox <gi...@apache.org>.
carlosrovira commented on issue #924:
URL: https://github.com/apache/royale-asjs/issues/924#issuecomment-716123355


   Hi,
   
   I don't get any warning. I must say that I'm not following emulation development, so maybe others doing that work should respond here. Just say that looking at the code un hello world and the result in screen all seems ok to me. The label is positioned absolutely at x = 20, y = 20 as expected from the code


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] piotreky commented on issue #924: The mxroyale HelloWorld example is not working properly

Posted by GitBox <gi...@apache.org>.
piotreky commented on issue #924:
URL: https://github.com/apache/royale-asjs/issues/924#issuecomment-716058167


   I just installed apache-royale-0.9.8-bin-js-swf.zip built 20201024. The
   "Hello World" shows in the top left corner of the screen. Have tried
   several browsers with the same result - 'x' and 'y' are ignored.
   Running build in VSCode shows one warning:
   
   WARNING:
   e:/Dev/Royale/HelloRoyale/bin/js-debug/mx/core/UIComponent.js:3242: WARNING
   - Suspicious code. This code lacks side-effects. Is there a bug?
     } else if ((this.mx_core_UIComponent__toolTip == null ||
   this.mx_core_UIComponent__toolTip == "") &&
   this.mx_core_UIComponent__toolTipBead != null) {
   
   Carlos, do you get the same warning?
   When you say "is fully working", the label is offsetted as expected,
   correct?
   
   
   
   On Sat, Oct 24, 2020 at 4:13 AM Carlos Rovira <no...@github.com>
   wrote:
   
   > Hi, just check the example from a fresh build and I see is fully working
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/royale-asjs/issues/924#issuecomment-715878757>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/ARM6PRMJDFST7D3P7AYG2GDSMKEA7ANCNFSM4S5BO4EA>
   > .
   >
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org