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/06/24 12:50:53 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #873: mx:RichTextEditor

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


   mx:RichTextEditor's bold,italic,underline.font size,font style,and color picker,bullets,align left,right,center is not visible in Royale.
   Please implement
   
   In Flex:
   ![image](https://user-images.githubusercontent.com/42200979/85559144-df611600-b642-11ea-8d5c-ae8ddbed2fce.png)
   
   In Royale:
   ![image](https://user-images.githubusercontent.com/42200979/85559199-f0118c00-b642-11ea-9e1e-715fdc8d6575.png)
   
   


----------------------------------------------------------------
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] aharui commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   I added an mx:TinyEditor you can try as a replacement for mx:RichTextEditor.
   
   To use it you must get the latest compiler.
   
   Also, you will need to run in some folder
   `npm init`
   `npm install tiny-editor  --save`
   
   Then after building your Royale app, copy the node_modules folder to appropriate bin/js-debug folder so it ends up as bin/js-debug/node_modules.
   
   It may not work on IE11.
   


----------------------------------------------------------------
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] pashminakazi commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   console : https://paste.apache.org/eulk1


----------------------------------------------------------------
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] pashminakazi commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   I git clone new sdk
   1) Compile royale-compiler
   2) Compile royale-asjs
   3) run npm init and npm install tiny-editor --save in royale-asjs
   4) then compile my first library dbzLib
   5) then replace mx:RichTextEditor with mx:TinyEditor in D:/DBIZCOMLIB/src/com/dbz/modules/Common/dbzProductProfileSpecsPopup.mxml
   6) then run npm init and npm install tiny-editor --save in DBIZCOMLIB
   7) compile DBIZCOMLIB 
   8) then run npm init and npm install tiny-editor --save in D:\DBIZSOL\Main\Royale
   
   After doing this all when i compile my Royale app this error occurs :
   ![image](https://user-images.githubusercontent.com/42200979/86010684-2a10d280-ba35-11ea-8df9-59850cb4eb38.png)
   


----------------------------------------------------------------
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] aharui commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   Your company should donate money to TinyEditor developer.


----------------------------------------------------------------
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] pashminakazi commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   @aharui Thank u so much TinyEditor is working now


----------------------------------------------------------------
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] pashminakazi commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   Ok Alex


----------------------------------------------------------------
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] pashminakazi commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   I have compiled latest sdk with ant wipe-all.
   But there's some problem in compiler
   When i compile royale-compiler on my vdi there's some dependencies which
   can't be downloaded from internet.
   All dependencies downloaded except 5 or 6 dependencies
   In royale-compiler/compiler-externs/target/ there are es3.js,
   es5.js,
   es6.js,
   es6_collections.js
   
   System downloads es3 and es6
   And can't download
   es5,es6_collections
   
   And In royale-compiler/compiler-externs/target/downloads
   html5.js
   Gecko_css
   css_dom2 or something like that
   These 5 or 6 dependencies can't be downloaded at the time of compilation
   So the build failed whenever i compiled new compiler
   So i have to place these dependencies from old compiler so then it will be
   compiled successfully.otherwise all other things in compiler is git clone
   and new and compiled today
   
   On Mon, Jun 29, 2020, 9:57 PM aharui <no...@github.com> wrote:
   
   > That error means that you are not using the latest compiler. Run ant
   > wipe-all in royale-compiler to make sure everything rebuilds.
   >
   > —
   > 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/873#issuecomment-651242653>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AKB67E6Y2EFJ2II5UAAZL5TRZDBZHANCNFSM4OGUIANQ>
   > .
   >
   


----------------------------------------------------------------
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] pashminakazi commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   I will discuss with my company to donate money to TinyEditor developer.


----------------------------------------------------------------
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] pashminakazi commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   I want these all functionalities In mx:RichTextEditor
   ![properties](https://user-images.githubusercontent.com/42200979/85838137-8e702f80-b7b2-11ea-9025-0580ad30ee74.png)
   
   


----------------------------------------------------------------
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] aharui commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   What happens with the output?  Do you want some sort of format for the text like HTML? RTF?  Something else?


----------------------------------------------------------------
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] aharui commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   That error means that you are not using the latest compiler.  Run `ant wipe-all` in royale-compiler to make sure everything rebuilds.


----------------------------------------------------------------
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] aharui commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   If you can manually get those files, that should be ok.  Or you can comment out the <antcall target="tests" /> in compiler-externc/build.xml.  The main goal is to get royale-compiler to build, then build the royale-asjs again, then your app.


----------------------------------------------------------------
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] pashminakazi commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   I have compile latest royale-compiler and then royale-asjs and then my app
   but this issue occurs
   
   On Tue, Jun 30, 2020, 11:22 AM aharui <no...@github.com> wrote:
   
   > If you can manually get those files, that should be ok. Or you can comment
   > out the in compiler-externc/build.xml. The main goal is to get
   > royale-compiler to build, then build the royale-asjs again, then your app.
   >
   > —
   > 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/873#issuecomment-651568970>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AKB67E2OW4YC2XTYC7BMNETRZGAB7ANCNFSM4OGUIANQ>
   > .
   >
   


----------------------------------------------------------------
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] aharui commented on issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

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


   Sure but what happens to the text after the user edits it?  Is it converted to HTML, RTF, something else?


----------------------------------------------------------------
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] pashminakazi closed issue #873: mx:RichTextEditor is just a textbox,no designing properties shown in Royale

Posted by GitBox <gi...@apache.org>.
pashminakazi closed issue #873:
URL: https://github.com/apache/royale-asjs/issues/873


   


----------------------------------------------------------------
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