[GitHub] [royale-asjs] Bilbosax commented on issue #1073: Width Problem - Label in a ScrollableGrid

2021-02-04 Thread GitBox
Bilbosax commented on issue #1073: URL: https://github.com/apache/royale-asjs/issues/1073#issuecomment-773474620 Well don't I feel dumb. I would have sworn when I was autocompleteing that component that it said "ScrollableGroup", not ScrollableGrid. Instead, I used a regular Group

[GitHub] [royale-asjs] carlosrovira commented on issue #1073: Width Problem - Label in a ScrollableGrid

2021-02-04 Thread GitBox
carlosrovira commented on issue #1073: URL: https://github.com/apache/royale-asjs/issues/1073#issuecomment-773296265 Hi, I think the problem is that `Grid` and `ScrollableGrid` are 100% width by default. The objective of both containers is to manage the inner content in a responsive way.

[GitHub] [royale-asjs] carlosrovira commented on issue #1074: ToggleButtonBar Selection Issue

2021-02-04 Thread GitBox
carlosrovira commented on issue #1074: URL: https://github.com/apache/royale-asjs/issues/1074#issuecomment-773269479 Hi, I added `allowMultipleSelection` (defaults to false, since seems the most normal use case). So to get the previous behavior people need to put it to true: ```xml

[GitHub] [royale-asjs] carlosrovira closed issue #1074: ToggleButtonBar Selection Issue

2021-02-04 Thread GitBox
carlosrovira closed issue #1074: URL: https://github.com/apache/royale-asjs/issues/1074 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

[GitHub] [royale-asjs] carlosrovira commented on issue #1074: ToggleButtonBar Selection Issue

2021-02-04 Thread GitBox
carlosrovira commented on issue #1074: URL: https://github.com/apache/royale-asjs/issues/1074#issuecomment-773267625 Hi Bilbo, It was designed that way, so is not a current bug, it's a feature (hehe, I always wanted to say that ;)). Being said this, I understand your need

[GitHub] [royale-asjs] Bilbosax opened a new issue #1074: ToggleButtonBar Selection Issue

2021-02-03 Thread GitBox
Bilbosax opened a new issue #1074: URL: https://github.com/apache/royale-asjs/issues/1074 Hi. I'm trying to use the new ToggleButtonBar in my app, but I'm not sure that it is performing the way a togglebuttonbar is intended to. In Flex, only one button could be selected at a time. So

[GitHub] [royale-asjs] Bilbosax opened a new issue #1073: Width Problem - Label in a ScrollableGrid

2021-02-02 Thread GitBox
Bilbosax opened a new issue #1073: URL: https://github.com/apache/royale-asjs/issues/1073 I have created an app that is responsive, using the ResponsiveView much like it is used in Tour De Jewel. One of the Components that I put inside of the ResponsiveView contains a ScrollableGrid. The

[GitHub] [royale-asjs] carlosrovira commented on issue #1072: Error - ISelectableContent

2021-02-02 Thread GitBox
carlosrovira commented on issue #1072: URL: https://github.com/apache/royale-asjs/issues/1072#issuecomment-771568320 Hi Bilbo, 1.- Containers that have navigation require that the inner components to navigate implement `ISelectionContent`. The main component is `SelectionContent`

[GitHub] [royale-asjs] carlosrovira commented on issue #1070: 3 Questions - Grid and GridCell

2021-02-02 Thread GitBox
carlosrovira commented on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-771561987 Hi BIlbo, regarding widths, the concept of "Responsive Grid" is about to divide the total width in columns. A column is a "GridCell". That means you can divide in 12

[GitHub] [royale-asjs] Bilbosax commented on issue #1070: 3 Questions - Grid and GridCell

2021-02-02 Thread GitBox
Bilbosax commented on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-77100 Tested it out, looks like you can set the widths of individual grid cells if you keep it simple This is an

[GitHub] [royale-asjs] carlosrovira commented on issue #1072: Error - ISelectableContent

2021-02-02 Thread GitBox
carlosrovira commented on issue #1072: URL: https://github.com/apache/royale-asjs/issues/1072#issuecomment-771568320 Hi Bilbo, 1.- Containers that have navigation require that the inner components to navigate implement `ISelectionContent`. The main component is `SelectionContent`

[GitHub] [royale-asjs] carlosrovira commented on issue #1070: 3 Questions - Grid and GridCell

2021-02-02 Thread GitBox
carlosrovira commented on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-771561987 Hi BIlbo, regarding widths, the concept of "Responsive Grid" is about to divide the total width in columns. A column is a "GridCell". That means you can divide in 12

[GitHub] [royale-asjs] Bilbosax commented on issue #1070: 3 Questions - Grid and GridCell

2021-02-01 Thread GitBox
Bilbosax commented on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-77100 Tested it out, looks like you can set the widths of individual grid cells if you keep it simple This is an

[GitHub] [royale-asjs] pashminakazi commented on issue #1042: Unable to select text from AdvancedDataGridColumn

2021-02-01 Thread GitBox
pashminakazi commented on issue #1042: URL: https://github.com/apache/royale-asjs/issues/1042#issuecomment-770750754 @aharui Please help This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1072: Error - ISelectableContent

2021-01-31 Thread GitBox
Bilbosax edited a comment on issue #1072: URL: https://github.com/apache/royale-asjs/issues/1072#issuecomment-770464972 1) I finally got the error to go away by filling my ApplicationMainContent with components built inside of j:SectionContent, but I am not exactly sure why this works.

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1072: Error - ISelectableContent

2021-01-31 Thread GitBox
Bilbosax edited a comment on issue #1072: URL: https://github.com/apache/royale-asjs/issues/1072#issuecomment-770464972 1) I finally got the error to go away by filling my ApplicationMainContent with components built inside of j:SectionContent, but I am not exactly sure why this works.

[GitHub] [royale-asjs] Bilbosax commented on issue #1072: Error - ISelectableContent

2021-01-31 Thread GitBox
Bilbosax commented on issue #1072: URL: https://github.com/apache/royale-asjs/issues/1072#issuecomment-770464972 I finally got the error to go away by filling my ApplicationMainContent with components built inside of j:SectionContent, but I am not exactly sure why this works. What

[GitHub] [royale-asjs] Bilbosax opened a new issue #1072: Error - ISelectableContent

2021-01-31 Thread GitBox
Bilbosax opened a new issue #1072: URL: https://github.com/apache/royale-asjs/issues/1072 I have made a very simple app that contains a main app App.mxml with a ResponsiveView in the MainContent.mxml. It is an extremely simple app modeled on the structure of Tour De Jewel. I am having

[GitHub] [royale-asjs] Bilbosax commented on issue #1070: 3 Questions - Grid and GridCell

2021-01-31 Thread GitBox
Bilbosax commented on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-770441718 Thanks for the help! I'll get up to speed quickly I hope and slow down with all the questions ;) Regarding #2, I have seen a lot of examples in the grid where the you

[GitHub] [royale-asjs] carlosrovira edited a comment on issue #1070: 3 Questions - Grid and GridCell

2021-01-31 Thread GitBox
carlosrovira edited a comment on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-770419944 ~~One thing about "itemsReverse" is that `gap` is not considered in this first implementation. I need to take a closer look, but don't seem something hard to do...~~

[GitHub] [royale-asjs] carlosrovira commented on issue #1070: 3 Questions - Grid and GridCell

2021-01-31 Thread GitBox
carlosrovira commented on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-770430088 Ok 1.- should be solved completely including `gap`. This is an automated message from the Apache Git

[GitHub] [royale-asjs] carlosrovira commented on issue #1070: 3 Questions - Grid and GridCell

2021-01-31 Thread GitBox
carlosrovira commented on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-770422269 For 3.- Yes. You have two options: a) `ResponsiveResizeListener` bead that listens for browser resizing and send events when browser cross a responsive breakpoint.

[GitHub] [royale-asjs] carlosrovira commented on issue #1070: 3 Questions - Grid and GridCell

2021-01-31 Thread GitBox
carlosrovira commented on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-770420600 For 2.- I think you are referring to "itemsSameHeight". Check the end of this page for an example https://royale.apache.org/tourdejewel/#!grid_panel

[GitHub] [royale-asjs] carlosrovira commented on issue #1070: 3 Questions - Grid and GridCell

2021-01-31 Thread GitBox
carlosrovira commented on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-770419944 One thing about "itemsReverse" is that `gap` is not considered in this first implementation. I need to take a closer look, but don't seem something hard to do...

[GitHub] [royale-asjs] carlosrovira commented on issue #1070: 3 Questions - Grid and GridCell

2021-01-31 Thread GitBox
carlosrovira commented on issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070#issuecomment-770418953 Hi for 1. just added now "itemsReverse". If you set `itemsReverse="true"`, you get the order of all items inverted in Jewel horizontal and vertical groups and containers or

[GitHub] [royale-asjs] Harbs closed issue #1071: 0.9.8 - What Happened to the bead BrowserResizeHandler

2021-01-31 Thread GitBox
Harbs closed issue #1071: URL: https://github.com/apache/royale-asjs/issues/1071 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

[GitHub] [royale-asjs] Harbs edited a comment on issue #1071: 0.9.8 - What Happened to the bead BrowserResizeHandler

2021-01-31 Thread GitBox
Harbs edited a comment on issue #1071: URL: https://github.com/apache/royale-asjs/issues/1071#issuecomment-770351025 It was renamed to `BrowserResizeListener`. This is an automated message from the Apache Git Service. To

[GitHub] [royale-asjs] Harbs commented on issue #1071: 0.9.8 - What Happened to the bead BrowserResizeHandler

2021-01-31 Thread GitBox
Harbs commented on issue #1071: URL: https://github.com/apache/royale-asjs/issues/1071#issuecomment-770351025 It was renamed to BrowserResizeListener. > On Jan 31, 2021, at 4:45 AM, Bilbosax wrote: > > > The bead BrowserResizeHandler was available in 0.9.7, but a recent

[GitHub] [royale-asjs] Bilbosax opened a new issue #1071: 0.9.8 - What Happened to the bead BrowserResizeHandler

2021-01-30 Thread GitBox
Bilbosax opened a new issue #1071: URL: https://github.com/apache/royale-asjs/issues/1071 The bead BrowserResizeHandler was available in 0.9.7, but a recent nightly download shows that it is no longer available in 0.9.8. Do we need to make other arrangements for knowing when the browser

[GitHub] [royale-asjs] Bilbosax opened a new issue #1070: 3 Question - Grid and GridCell

2021-01-29 Thread GitBox
Bilbosax opened a new issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070 I've been reading and studying the Grid/Grid Cell Layout and have a couple of questions I need clarified. 1) If I have a Grid layout where there are two Grid Cells side by side and a user

[GitHub] [royale-asjs] Bilbosax closed issue #1069: Detect Phone or Tablet Device

2021-01-29 Thread GitBox
Bilbosax closed issue #1069: URL: https://github.com/apache/royale-asjs/issues/1069 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

[GitHub] [royale-asjs] Bilbosax opened a new issue #1069: Detect Phone or Tablet Device

2021-01-29 Thread GitBox
Bilbosax opened a new issue #1069: URL: https://github.com/apache/royale-asjs/issues/1069 I have already seen how you can use OSUtils to determine the operating system of the device that is browsing your site, but is there a way in Royale to detect whether it is a phone or a tablet?

[GitHub] [royale-asjs] Bilbosax closed issue #1066: TopAppBar Functionality

2021-01-29 Thread GitBox
Bilbosax closed issue #1066: URL: https://github.com/apache/royale-asjs/issues/1066 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

[GitHub] [royale-asjs] carlosrovira commented on issue #1067: How to Replace CairngormEvent in Apache Royale ?

2021-01-29 Thread GitBox
carlosrovira commented on issue #1067: URL: https://github.com/apache/royale-asjs/issues/1067#issuecomment-769831652 I think you refer to a method "dispatch()" in CairngormEvent, but that's only Cairngorm. In Royale is like in Flex you need the host class to be a dispatcher or similar.

[GitHub] [royale-asjs] mzamoun opened a new issue #1068: MXRoyale-0.9.8-SNAPSHOT-js.swc:defaults.css(771): col: 15 Error : spark.components.Label not defined.

2021-01-29 Thread GitBox
mzamoun opened a new issue #1068: URL: https://github.com/apache/royale-asjs/issues/1068 Why this Error ? This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [royale-asjs] mzamoun commented on issue #1067: How to Replace CairngormEvent in Apache Royale ?

2021-01-29 Thread GitBox
mzamoun commented on issue #1067: URL: https://github.com/apache/royale-asjs/issues/1067#issuecomment-769815476 Ok, thanks it says that dispatch() doesn't exist ? This is an automated message from the Apache Git

[GitHub] [royale-asjs] carlosrovira commented on issue #1067: How to Replace CairngormEvent in Apache Royale ?

2021-01-29 Thread GitBox
carlosrovira commented on issue #1067: URL: https://github.com/apache/royale-asjs/issues/1067#issuecomment-769761201 Don't remember the implications of CairngormEvent, but in Royale you mostly need to use Royale Event `import org.apache.royale.events.Event;` so just extend from that

[GitHub] [royale-asjs] carlosrovira commented on issue #1066: TopAppBar Functionality

2021-01-29 Thread GitBox
carlosrovira commented on issue #1066: URL: https://github.com/apache/royale-asjs/issues/1066#issuecomment-769760232 Hi Bilbo, can you check the MainContent in TourDeJewel and see if it helps you. I think there we show all you need to know:

[GitHub] [royale-asjs] mzamoun opened a new issue #1067: How to Replace CairngormEvent in Apache Royale ?

2021-01-29 Thread GitBox
mzamoun opened a new issue #1067: URL: https://github.com/apache/royale-asjs/issues/1067 Hi, How to replace CairngormEvent in apache royale ? I have this code witch not compile : import com.adobe.cairngorm.control.CairngormEvent; public class

[GitHub] [royale-asjs] Bilbosax opened a new issue #1066: TopAppBar Functionality

2021-01-28 Thread GitBox
Bilbosax opened a new issue #1066: URL: https://github.com/apache/royale-asjs/issues/1066 I have decided on a ResponsiveView for my final app. I'm testing a lot of components in Royale that are not available in Flex before I get started because they have responsive characteristics.

[GitHub] [royale-asjs] cristallium edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-28 Thread GitBox
cristallium edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-769271000 Hi, Well done ! I'm glad for your success. I'm not really sure what is doing "--disable-web-security" for now. I have done a post on this subject, here is the

[GitHub] [royale-asjs] cristallium edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-28 Thread GitBox
cristallium edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-769271000 Hi, Well done ! I'm glad for your success. I'm not really sure what is doing "--disable-web-security" for now. I have done a post on this subject, here is the

[GitHub] [royale-asjs] cristallium edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-28 Thread GitBox
cristallium edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-769271000 Hi, Well done ! I'm glad for your success. I'm not really sure what is doing "--disable-web-security" for now. I have done a post on this subject, here is the

[GitHub] [royale-asjs] cristallium commented on issue #1064: AMFPHP RemoteObject

2021-01-28 Thread GitBox
cristallium commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-769271000 Hi, Well done ! I'm glad for your success. I'm not really sure what is doing "--disable-web-security" for now. I have done a post on this subject, here is the link

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-27 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-768648762 @cristallium SUCCESS!!! But there is something somebody has got to explain to me. I finally got it to work, but it was not for any reasons that I would have expected.

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-27 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-768648762 @cristallium That is EXACTLY the answer that you should have gotten! I am trying to get your code to compile but am running into all kinds of problems, so I tried to

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-27 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-768648762 That is EXACTLY the answer that you should have gotten! I am trying to get your code to compile but am running into all kinds of problems, so I tried to create a blank

[GitHub] [royale-asjs] Bilbosax commented on issue #1064: AMFPHP RemoteObject

2021-01-27 Thread GitBox
Bilbosax commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-768648762 That is EXACTLY the answer that you should have gotten! I am trying to get your code to compile but am running into all kinds of problems, so I tried to create a blank project

[GitHub] [royale-asjs] cristallium commented on issue #1064: AMFPHP RemoteObject

2021-01-27 Thread GitBox
cristallium commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-768532686 Hi, I do a little test. Working from my side. It seem your service return an array with state: Indiana

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1062: Skinning

2021-01-27 Thread GitBox
Bilbosax edited a comment on issue #1062: URL: https://github.com/apache/royale-asjs/issues/1062#issuecomment-768530919 @yishayw I have created a button component, but I cannot figure out how to get it's click event heard OUTSIDE of the component by another MXML component. If I want to

[GitHub] [royale-asjs] Bilbosax commented on issue #1062: Skinning

2021-01-27 Thread GitBox
Bilbosax commented on issue #1062: URL: https://github.com/apache/royale-asjs/issues/1062#issuecomment-768530919 @yishayw I have created a button component, but I cannot figure out how to get it's click event heard OUTSIDE of the component by another MXML component. If I want to dispatch

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-27 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-768485383 @cristallium So I had to add the include_path of the ZendFramework library to my php.ini file. I believe the php endpoint is index.php in my case, that is where all the

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-27 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-768485383 @cristallium So I had to add the include_path of the ZendFramework library to my php.ini file. I believe the php endpoint is index.php in my case, that is where all the

[GitHub] [royale-asjs] Bilbosax commented on issue #1064: AMFPHP RemoteObject

2021-01-27 Thread GitBox
Bilbosax commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-768485383 @cristallium So I had to add the include_path of the ZendFramework library to my php.ini file. I believe the php endpoint is index.php in my case, that is where all the Server

[GitHub] [royale-asjs] cristallium edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-27 Thread GitBox
cristallium edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-768396691 Hi, I don't know Zend Amf, but looking at framewrok Zend manual, end point should be something like http://example.com/server.php (It seems server.php is

[GitHub] [royale-asjs] cristallium commented on issue #1064: AMFPHP RemoteObject

2021-01-27 Thread GitBox
cristallium commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-768396691 Hi, I don't know Zend Amf, but looking at framewrok Zend manual, end point should be something like http://example.com/server.php (It seems server.php is missing).

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-26 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767878361 @cristallium @carlosrovira Again, thanks for your all your help with this frustrating issue for me. So I installed Fiddler and captured the traffic as you requested. I

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-26 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767878361 @cristallium @carlosrovira Again, thanks for your all your help with this frustrating issue for me. So I installed Fiddler and captured the traffic as you requested. I

[GitHub] [royale-asjs] Bilbosax commented on issue #1064: AMFPHP RemoteObject

2021-01-26 Thread GitBox
Bilbosax commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767878361 @cristallium @carlosrovira Again, thanks for your all your help with this frustrating issue for me. So I installed Fiddler and captured the traffic as you requested. I posted

[GitHub] [royale-asjs] cristallium commented on issue #1064: AMFPHP RemoteObject

2021-01-26 Thread GitBox
cristallium commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767668609 Hi, I agree with Carlos, generaly CORS issues are on PHP session id because CORS block setting PHP_SESSID. So why not try to set this in your service class : ```

[GitHub] [royale-asjs] sylvainfritsch opened a new issue #1065: mx DateField, impossible to manually enter date.

2021-01-26 Thread GitBox
sylvainfritsch opened a new issue #1065: URL: https://github.com/apache/royale-asjs/issues/1065 Hello, I need some help with mx DateField. I can only choose a date from the date picker, yet I need to be able to type the date manually. I'm guessing their should be an option to

[GitHub] [royale-asjs] carlosrovira commented on issue #1064: AMFPHP RemoteObject

2021-01-26 Thread GitBox
carlosrovira commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767571747 Hi Bilbo, I can say that in our apps (Java) our endpoints are https too, so that should work. As well is you check the Java sample project in our repo it uses

[GitHub] [royale-asjs] carlosrovira commented on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
carlosrovira commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-766759380 1.- MX RemoteObject is the good verions. The version in NET works but is not fully feature complete. 2.- source property could probably work, but is not recommended since

[GitHub] [royale-asjs] frettarenan commented on issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
frettarenan commented on issue #928: URL: https://github.com/apache/royale-asjs/issues/928#issuecomment-766851482 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767163762 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [royale-asjs] carlosrovira edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
carlosrovira edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-766759380 1.- MX RemoteObject is the good verions. The version in NET works but is not fully feature complete. 2.- source property could probably work, but is not

[GitHub] [royale-asjs] frettarenan edited a comment on issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
frettarenan edited a comment on issue #928: URL: https://github.com/apache/royale-asjs/issues/928#issuecomment-766851482 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [royale-asjs] carlosrovira commented on issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
carlosrovira commented on issue #928: URL: https://github.com/apache/royale-asjs/issues/928#issuecomment-766862754 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [royale-asjs] cristallium commented on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
cristallium commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-766784945 Hi, Yes, I succefully used Remote object with AMFPHP (see this post :

[GitHub] [royale-asjs] frettarenan closed issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
frettarenan closed issue #928: URL: https://github.com/apache/royale-asjs/issues/928 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

[GitHub] [royale-asjs] Bilbosax commented on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
Bilbosax commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767163762 @cristallium @carlosrovira Thanks for all the feedback. The endpoint I have works, I just gave a fake address for security reasons. Unfortunately, I have still not had any

[GitHub] [royale-asjs] Bilbosax commented on issue #1063: Scaling SVG Graphics with Actionscript

2021-01-25 Thread GitBox
Bilbosax commented on issue #1063: URL: https://github.com/apache/royale-asjs/issues/1063#issuecomment-766416586 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1062: Skinning

2021-01-25 Thread GitBox
Bilbosax edited a comment on issue #1062: URL: https://github.com/apache/royale-asjs/issues/1062#issuecomment-766171136 @yishayw Brilliant, thank you. I will basically just create a button as an mxml component with states. I only have two small problems with this approach that you could

[GitHub] [royale-asjs] carlosrovira commented on issue #1063: Scaling SVG Graphics with Actionscript

2021-01-25 Thread GitBox
carlosrovira commented on issue #1063: URL: https://github.com/apache/royale-asjs/issues/1063#issuecomment-766418499 Thanks Bilbo, I could reproduce it, and I remember I had the same problem some time ago, and I think I reported, but seems it passed without notice. It was while working on

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767163762 @cristallium @carlosrovira Thanks for all the feedback. The endpoint I have works, I just gave a fake address for security reasons. I should make a small correction, I

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767163762 @cristallium @carlosrovira Thanks for all the feedback. The endpoint I have works, I just gave a fake address for security reasons. Unfortunately, I have still not had

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767163762 @cristallium @carlosrovira Thanks for all the feedback. The endpoint I have works, I just gave a fake address for security reasons. Unfortunately, I have still not had

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
Bilbosax edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767163762 @cristallium @carlosrovira Thanks for all the feedback. The endpoint I have works, I just gave a fake address for security reasons. Unfortunately, I have still not had

[GitHub] [royale-asjs] Bilbosax commented on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
Bilbosax commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767163762 @cristallium @carlosrovira Thanks for all the feedback. The endpoint I have works, I just gave a fake address for security reasons. Unfortunately, I have still not had any

[GitHub] [royale-asjs] frettarenan closed issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
frettarenan closed issue #928: URL: https://github.com/apache/royale-asjs/issues/928 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

[GitHub] [royale-asjs] carlosrovira commented on issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
carlosrovira commented on issue #928: URL: https://github.com/apache/royale-asjs/issues/928#issuecomment-767036522 Hi, there's an undergoing process to create 0.9.8 release probably something is not reverted after the last try. Can't say right now since I don't have the repos at hand.

[GitHub] [royale-asjs] frettarenan commented on issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
frettarenan commented on issue #928: URL: https://github.com/apache/royale-asjs/issues/928#issuecomment-766936616 I managed to change the required compiler version to 0.9.9. Thank you very much, I managed to create the project with MAVEN: mvn archetype: generate -DarchetypeGroupId =

[GitHub] [royale-asjs] frettarenan commented on issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
frettarenan commented on issue #928: URL: https://github.com/apache/royale-asjs/issues/928#issuecomment-766924197 I understand. I started to perform the procedures you gave me in the documentation, but I have a simple problem: the "royale-typedefs" project requires version

[GitHub] [royale-asjs] carlosrovira commented on issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
carlosrovira commented on issue #928: URL: https://github.com/apache/royale-asjs/issues/928#issuecomment-766862754 Hi, sorry, 0.9.8 is still not released. Hope we get that soon! :) You need to build the project locally. But is not as simple as that since there's 3 repos. Here's

[GitHub] [royale-asjs] frettarenan edited a comment on issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
frettarenan edited a comment on issue #928: URL: https://github.com/apache/royale-asjs/issues/928#issuecomment-766851482 thanks, but I couldn't create the project using maven because the dependencies don't exist in the central maven. Do I need to configure them manually? How do I run the

[GitHub] [royale-asjs] frettarenan edited a comment on issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
frettarenan edited a comment on issue #928: URL: https://github.com/apache/royale-asjs/issues/928#issuecomment-766851482 thanks, but I couldn't create the project using maven because the dependencies don't exist in the central maven. Do I need to configure them manually? How do I run the

[GitHub] [royale-asjs] frettarenan commented on issue #928: Create Royale project with Maven

2021-01-25 Thread GitBox
frettarenan commented on issue #928: URL: https://github.com/apache/royale-asjs/issues/928#issuecomment-766851482 thanks, but I couldn't create the project using maven because the dependencies don't exist in the central maven. Do you need to configure them manually? How do I run the hello

[GitHub] [royale-asjs] cristallium commented on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
cristallium commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-766784945 Hi, Yes, I succefully used Remote object with AMFPHP (see this post :

[GitHub] [royale-asjs] carlosrovira edited a comment on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
carlosrovira edited a comment on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-766759380 1.- MX RemoteObject is the good verions. The version in NET works but is not fully feature complete. 2.- source property could probably work, but is not

[GitHub] [royale-asjs] carlosrovira commented on issue #1064: AMFPHP RemoteObject

2021-01-25 Thread GitBox
carlosrovira commented on issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-766759380 1.- MX RemoteObject is the good verions. The version in NET works but is not fully feature complete. 2.- source property could probably work, but is not recommended since

[GitHub] [royale-asjs] Bilbosax edited a comment on issue #1062: Skinning

2021-01-24 Thread GitBox
Bilbosax edited a comment on issue #1062: URL: https://github.com/apache/royale-asjs/issues/1062#issuecomment-766171136 @yishayw Brilliant, thank you. I will basically just create a button as an mxml component with states. I only have two small problems with this approach that you could

[GitHub] [royale-asjs] Bilbosax opened a new issue #1064: AMFPHP RemoteObject

2021-01-24 Thread GitBox
Bilbosax opened a new issue #1064: URL: https://github.com/apache/royale-asjs/issues/1064 I have spent the last two days trying to get RemoteObject to work in Royale. I have it working in Flex/AIR just fine, so I have some questions about what is the same or different between Flex and

[GitHub] [royale-compiler] stanislaw89 opened a new issue #177: Lambda issue

2021-01-24 Thread GitBox
stanislaw89 opened a new issue #177: URL: https://github.com/apache/royale-compiler/issues/177 A simple test like ``` public class LambdaTest { private var someField: String; private var lambdaField:Function = function ():void {

[GitHub] [royale-asjs] Bilbosax commented on issue #1063: Scaling SVG Graphics with Actionscript

2021-01-24 Thread GitBox
Bilbosax commented on issue #1063: URL: https://github.com/apache/royale-asjs/issues/1063#issuecomment-766422979 For now, I have simply created a rectangle in illustrator and exported it as SVG, and then manually had to edit the SVG to contain preserveAspectRatio="none" so that I can

[GitHub] [royale-asjs] carlosrovira commented on issue #1063: Scaling SVG Graphics with Actionscript

2021-01-24 Thread GitBox
carlosrovira commented on issue #1063: URL: https://github.com/apache/royale-asjs/issues/1063#issuecomment-766418499 Thanks Bilbo, I could reproduce it, and I remember I had the same problem some time ago, and I think I reported, but seems it passed without notice. It was while working on

[GitHub] [royale-asjs] Bilbosax commented on issue #1063: Scaling SVG Graphics with Actionscript

2021-01-24 Thread GitBox
Bilbosax commented on issue #1063: URL: https://github.com/apache/royale-asjs/issues/1063#issuecomment-766416586 Sure Carlos. This is just a simple MXML file that should create a Group in the upper left corner of the screen that is 800 x 50, and the group should be filled by an SVG

[GitHub] [royale-asjs] carlosrovira commented on issue #1063: Scaling SVG Graphics with Actionscript

2021-01-24 Thread GitBox
carlosrovira commented on issue #1063: URL: https://github.com/apache/royale-asjs/issues/1063#issuecomment-766318867 Hi @Bilbosax, I was trying to build your example but depends on external code. Can you post another simpler one that shows the problem, so I can build and try easily?

[GitHub] [royale-asjs] Bilbosax commented on issue #1062: Skinning

2021-01-23 Thread GitBox
Bilbosax commented on issue #1062: URL: https://github.com/apache/royale-asjs/issues/1062#issuecomment-766171136 Brilliant yishayw, thank you. I will basically just create a button as an mxml component with states. I only have two small problems with this approach that you could quickly

[GitHub] [royale-asjs] mzamoun-veolia closed issue #1059: royale-as-js : mxmlc.jar not exist !

2021-01-23 Thread GitBox
mzamoun-veolia closed issue #1059: URL: https://github.com/apache/royale-asjs/issues/1059 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

[GitHub] [royale-asjs] mzamoun-veolia closed issue #1061: ERROR : royale-framework-parent: Execution prerequisite-check of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed: Not all co

2021-01-23 Thread GitBox
mzamoun-veolia closed issue #1061: URL: https://github.com/apache/royale-asjs/issues/1061 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

<    6   7   8   9   10   11   12   13   14   15   >