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 2022/05/26 12:03:27 UTC

[GitHub] [royale-asjs] jgomer2001 opened a new issue, #1199: question: drag and drop in Royale

jgomer2001 opened a new issue, #1199:
URL: https://github.com/apache/royale-asjs/issues/1199

   Hi there, this is a general question. Any insight appreciated.
   
   I used to be skilled at as3 + mxmlc back in those times of Flash/Flex glory and I'm happy to find there exists a high quality project that brings this knowledge to the scene again
   
   I'm trying to figure out the capabilities that Royale offers regarding drag and drop. I found issue #1114 so it seems there is basic supported. My target is creating a webapp that allows building flowcharts (somewhat like a BPMN editor), so drag and drop is key. 
   
   There are several diagramimng libraries that would help, they are all Javascript-based but I don't want to mess with JS.
   
   Do you consider I can get any far in a project like this using Apache Royale? does it sound like a tremendeous challenge or something rather manageable for a single dev?
   
   Thanks in advance
   


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

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org.apache.org

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


[GitHub] [royale-asjs] yishayw commented on issue #1199: question: drag and drop in Royale

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

   DragAndDrop is a library that helps drag items in a list to a target list (including DG etc.). DragBead can be attached to controls to make them draggable.
   
   I agree with @mjesteve  about using 3rd party libs.


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

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

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


[GitHub] [royale-asjs] jgomer2001 closed issue #1199: question: drag and drop in Royale

Posted by GitBox <gi...@apache.org>.
jgomer2001 closed issue #1199: question: drag and drop in Royale
URL: https://github.com/apache/royale-asjs/issues/1199


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

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

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


[GitHub] [royale-asjs] jgomer2001 commented on issue #1199: question: drag and drop in Royale

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

   I would like other contributors to comment as well, thank you all
   @joshtynjala @greg-dove @piotrzarzycki21 @yishayw @Harbs


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

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

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


[GitHub] [royale-asjs] mjesteve commented on issue #1199: question: drag and drop in Royale

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

   Hi, my experience with D&D is small but it was satisfactory (let's wait for other users to comment their experiences).
   
   As for the diagramming libraries, if they are in js, they can be consumed by Royale without problems (at this point "I'm not an expert" but I currently consume several js libraries in my projects: Apache ECharts, jsCalendar, Inspire-Tree, Virtual-Select, ...)
   
   Consulta la documentación de @externs [[1](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/)]
   
   


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

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

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