Re: Live Editing DataGrid example (Re: Jewel DataGrid and editable columns)

2020-09-03 Thread Hugo Ferreira
Thanks. Putting the TextInput inside of a DataGrid, allowing editing has been the biggest challenge so far. Carlos Rovira escreveu no dia quinta, 3/09/2020 à(s) 16:13: > Hi Hugo, > > I've done an example trying to do the live editing datagrid. > > https://we.tl/t-BrViPUDncg > > For now I got

Re: Tab Index

2020-09-05 Thread Hugo Ferreira
his, where we need to talk or ask for things, or make threads to get > consensus over some topic. So both have meaning for each thing. > > thanks > > > > El vie., 4 sept. 2020 a las 15:19, Hugo Ferreira ( >) > escribió: > > > All the issues resume to a "sin

Re: Live Editing DataGrid example (Re: Jewel DataGrid and editable columns)

2020-09-03 Thread Hugo Ferreira
and found the same is happening in List > and in TodoMVC example :( > still don't know what could be wrong. Will continue searching. > Maybe something related to tabindex? > > > El jue., 3 sept. 2020 a las 17:28, Hugo Ferreira ( >) > escribió: > > > Thanks. > > Putt

Re: Live Editing DataGrid example (Re: Jewel DataGrid and editable columns)

2020-09-03 Thread Hugo Ferreira
> > > > El vie., 4 sept. 2020 a las 0:20, Carlos Rovira (< > carlosrov...@apache.org>) > > escribió: > > > >> Hi, > >> > >> I isolated the problem to List and DataGrid. The problem is not > happening > >> in DataContainer...so we kno

Re: Live Editing DataGrid example (Re: Jewel DataGrid and editable columns)

2020-09-03 Thread Hugo Ferreira
tested some other times, but seems some update break it at > some point. > > El jue., 3 sept. 2020 a las 20:07, Hugo Ferreira ( >) > escribió: > > > I just tested the TODO live sample and it's working: > > https://royale.apache.org/todomvc-jewel > > If it's

Access DataGridColumn from DataGridItemRenderer

2020-09-06 Thread Hugo Ferreira
How to access the DataGridColumn instance from DataGridItemRenderer instance ? In Flex we have a column property diretly from the item renderer. I already checked the parents that goes to DataGridColumnList and then DataGridColumnListArea and finally DataGrid.

Re: DataGrid vs DataGridView

2020-09-02 Thread Hugo Ferreira
temRenderer: ClassReference( > > "org.apache.royale.jewel.beads.itemRenderers.ClassSelectorListSelectableItemRendererBead" > ) > IViewport: > ClassReference("org.apache.royale.jewel.supportClasses.Viewport") > > j|DataGridButtonBar > IItemRenderer: ClassReference( > "org.apache.royale.jewel.itemRender

DataGrid vs DataGridView

2020-09-02 Thread Hugo Ferreira
I have seen here a lot of talk about DataGridView. What's the diference between DataGrid and DataGridView. Is DataGridView a DataGrid with extra features but not supported in Jewel ?

Re: Jewel DataGrid and editable columns

2020-09-01 Thread Hugo Ferreira
list:ArrayList = new ArrayList(); var test:Test = new Test(); test.Col1 = "aa"; test.Col2 = "bb"; list.addItem(test); dg.dataProvider = list; } http://ns.adobe.com/mxml/2009; xmlns:j="library://ns.apache.org/royale/jewel" xmlns:js="library://ns.apache.org/royale/basic

Re: Jewel DataGrid and editable columns

2020-08-31 Thread Hugo Ferreira
Flex-like itemEditors are supported, > but I expect it is intended to be in the future. > > > > On Mon, Aug 31, 2020 at 10:07 AM Hugo Ferreira > wrote: > > > Hello, > > > > I continue my jorney on Royale with Jewel and I started now with DataGrid > > c

Re: Sort Jewel DataGrid by column click

2020-09-10 Thread Hugo Ferreira
Hi Carlos, I don't see your comment in PR ! Carlos Rovira escreveu no dia quinta, 10/09/2020 à(s) 16:24: > Hi Hugo, > > maybe you didn't notice but I commented in your PR :) > > https://github.com/apache/royale-asjs/pull/908 > > > El jue., 10 sept. 2020 a

Re: Sort Jewel DataGrid by column click

2020-09-09 Thread Hugo Ferreira
r > Royale and join us helping where is possible. What do you think? > > Thanks > > El mié., 9 sept. 2020 a las 11:07, Hugo Ferreira ( >) > escribió: > > > Hello, > > > > I have a Jewel DataGrid. > > I see that Jewel DataGrid uses a button in header,

Re: Open ByteArray as file

2020-09-11 Thread Hugo Ferreira
> > escribió: > > > >> There is also a FileReference implementation in the mx package. > >> mx has a DownloadButton which does what you want. > >> > >> You also might want to know about URLUtils. > >> > >> HTH,

Re: Sort Jewel DataGrid by column click

2020-09-11 Thread Hugo Ferreira
prove your knowledge. > > > El jue., 10 sept. 2020 a las 17:35, Hugo Ferreira ( >) > escribió: > > > Hi Carlos, > > > > I don't see your comment in PR ! > > > > Carlos Rovira escreveu no dia quinta, > 10/09/2020 > > à(s) 16:24: > > &

Font bead and color

2020-09-11 Thread Hugo Ferreira
There is already a bead for color, font size and font style ?

Re: Sort Jewel DataGrid by column click

2020-09-11 Thread Hugo Ferreira
ot;could be used" for beads. > Being said that, I don't try to be PAYG in a "nonsense way", and always try > to ponder if the APIs will be used a lot or just sporadically. > > Thanks > > El vie., 11 sept. 2020 a las 10:54, Hugo Ferreira ( >) > escribió: > > >

RightBead or PositionBead or something else

2020-09-11 Thread Hugo Ferreira
I really don'' know what is the better name for this: RightBead PositionBead with a right property I have components that are inside a Group and I position the components x pixels from the right, so, they use a right style. This could be a bead that can work on any component. Makes sense what

Re: Open ByteArray as file

2020-09-11 Thread Hugo Ferreira
lp you ... > > I could send you an example of "image opening" with from FileReference and > its transfer to the backend as ByteArray by AMF3 ... Would it be useful? > > Hiedra > > -Mensaje original- > De: Hugo Ferreira > Enviado el: jueves, 10 de sep

Re: Open ByteArray as file

2020-09-10 Thread Hugo Ferreira
; You also might want to know about URLUtils. > > > > HTH, > > Harbs > > > > > On Sep 10, 2020, at 12:33 PM, Hugo Ferreira > > wrote: > > > > > > Sometimes it easy to forget that Royale at the end of the day IS JS :) > > > > >

Re: Open ByteArray as file

2020-09-10 Thread Hugo Ferreira
iotr > > czw., 10 wrz 2020 o 01:59 Hugo Ferreira > napisał(a): > > > I have a ByteArray to comes from the server side. > > I would like to open now the file. > > With Flex (AIR), I use FileStream. > > What's the equivalent here. > > I would like to op

Re: Sort Jewel DataGrid by column click

2020-09-10 Thread Hugo Ferreira
review and commented on some things there. > We also have a rule to wait 24h at least for others to review and for any > comment or issue we can notice > thanks > > El jue., 10 sept. 2020 a las 11:18, Hugo Ferreira ( >) > escribió: > > > Hi Carlos, > > > &

Re: Sort Jewel DataGrid by column click

2020-09-11 Thread Hugo Ferreira
y that code to a bead. > > > > For example, I left things in that case like rowHeight that I should > > remove, since now presentation models are working fine, and people always > > can change rowHeight (or other things in PM) setting the bead. I'll be > > proposing this so

Re: RightBead or PositionBead or something else

2020-09-11 Thread Hugo Ferreira
rsion Flash 10.2 > * @playerversion AIR 2.6 > * @productversion Royale 0.9.4 > */ > public function get itemsExpand():Boolean > > El vie., 11 sept. 2020 a las 18:28, Hugo Ferreira ( >) > escribió: > > > I really don'' know what is the better name for this: > > R

Re: Font bead and color

2020-09-11 Thread Hugo Ferreira
: > No. that is usually done vía CSS or in AS3/MXML vía style property or > fx:Style tag. > > > El vie., 11 sept. 2020 a las 18:29, Hugo Ferreira ( >) > escribió: > > > There is already a bead for color, font size and font style ? > > > > > -- > Carlos Rovira > http://about.me/carlosrovira >

Re: RightBead or PositionBead or something else

2020-09-11 Thread Hugo Ferreira
quot; + right + "px"; } } } Use case: ... ... Carlos Rovira escreveu no dia sexta, 11/09/2020 à(s) 19:04: > Can you post a snippet of code to understand what you mean? > > El vie., 11 sept. 2020 a las 20:00, Hugo Ferreira ( >) > escribió: > > > But if you have

Re: Thinking about Jewel Forms refactor

2020-09-09 Thread Hugo Ferreira
the label goes from "prompt" state to > top (so finally stacked too). > > In resume, if we have horizontal, or vertical, as we shrink from > desktop-tablet to mobile, I think we should always go stacked through > responsiveness... > > > > > > El mié., 9 s

Open ByteArray as file

2020-09-09 Thread Hugo Ferreira
I have a ByteArray to comes from the server side. I would like to open now the file. With Flex (AIR), I use FileStream. What's the equivalent here. I would like to open the file. If not possible (for security reasons since we are on web space), at least download the file, so the user can click on

Re: Sort Jewel DataGrid by column click

2020-09-09 Thread Hugo Ferreira
;dataProviderChanged")); // force redraw of column headers collection.refresh(); dg.dataProvider = null; dg.dataProvider = collection; } } } } Hugo Ferreira escreveu no dia quarta, 9/09/2020 à(s) 14:19: > OK, thank you for the tips. > I will try to it :) > > Carlos Rovira es

Re: Sort Jewel DataGrid by column click

2020-09-10 Thread Hugo Ferreira
uture and add this directly. > > Thanks! > > > El jue., 10 sept. 2020 a las 1:01, Hugo Ferreira ( >) > escribió: > > > Hi Carlos, > > > > Here the full class source cod

Re: Access DataGridColumn from DataGridItemRenderer

2020-09-07 Thread Hugo Ferreira
mRenderer(ir, false); > var data:Object = getItemAt(i); > (itemRendererInitializer as > IIndexedItemRendererInitializer).initializeIndexedItemRenderer(ir, > data, i); > ir.data = data; > } > } > > So the renderer is: > > 1.- added to the parent (normally the view) &g

Re: Jewel Presentation Model properties proxied in TLC classes

2020-09-12 Thread Hugo Ferreira
Hi, I use row Height and yes, it's very strange not to be a bead. For me go ahead. I will ajuste the code on my side after upgrade with the new change. Carlos Rovira escreveu no dia sábado, 12/09/2020 à(s) 11:52: > Hi, > > While working on a fix for Presentation Models in Jewel I noticed that

Re: RightBead or PositionBead or something else

2020-09-12 Thread Hugo Ferreira
t; properties? > > that should go to Basic since it could be used cross UI sets. > > > > One more thing. I prefer to not add "Bead" to bead's name, since the > > implementation indicates already that it is a IBead so we can be less > > verbose (I didn't noti

Re: Sort Jewel DataGrid by column click

2020-09-12 Thread Hugo Ferreira
some css for additional DG configuration that add > the sort bead and a toggle button bar with the right icons. Still have to > think more about it... > > El sáb., 12 sept. 2020 a las 16:16, Hugo Ferreira ( >) > escribió: > > > Hi Carlos, > > > > Yes, I think that

Re: Font bead and color

2020-09-12 Thread Hugo Ferreira
ign beads, but I must say I want to update > Sizecontrol a bit since sizes have changed a bit and that need to be > adjusted. > > El vie., 11 sept. 2020 a las 20:02, Hugo Ferreira ( >) > escribió: > > > Usually, the application has a default style defined glo

Re: Sort Jewel DataGrid by column click

2020-09-12 Thread Hugo Ferreira
some) and reset the scrollToIndex > (scrollbar goes to the start). I add here @Greg Dove > to > notice this. > - I miss some icon indicators. That probably could be solved changing > ButtonBar to ToggleButtonBar and setting up the up/down icons > > > El vie., 11 sept. 202

Re: Sort Jewel DataGrid by column click

2020-09-15 Thread Hugo Ferreira
wel and it doesn't > work. > > wt., 15 wrz 2020 o 10:20 Hugo Ferreira > napisał(a): > > > Hi Piotr, > > > > Just add the bead to the datagrid: > > > > > > > > > > > > > > > > I was me that set dataProvider = null to force t

Re: Sort Jewel DataGrid by column click

2020-09-15 Thread Hugo Ferreira
? It's completely insufficient if you > display a lot in DG. > > Thanks, > Piotr > > sob., 12 wrz 2020 o 16:53 Hugo Ferreira > napisał(a): > > > That makes sense, not tied only a one kind of component. > > > > Carlos Rovira escreveu no dia sábado, >

Re: Sort Jewel DataGrid by column click

2020-09-15 Thread Hugo Ferreira
And the correct bead sort from Jewel ? Piotr Zarzycki escreveu no dia terça, 15/09/2020 à(s) 12:28: > I have used build from yesterday. > > wt., 15 wrz 2020 o 12:05 Hugo Ferreira > napisał(a): > > > You should test with the most recent nightly build. > > T

Re: Fault even on server call without any special reason

2020-09-15 Thread Hugo Ferreira
Solved. Its' related with this: http://apache-royale-development.20373.n8.nabble.com/Royale-compiler-does-not-work-with-super-td18264.html Hugo Ferreira escreveu no dia terça, 15/09/2020 à(s) 01:23: > I have a particular server call that falls to fault event with the > following m

Royale compiler does not work with super

2020-09-15 Thread Hugo Ferreira
Example 1, using super to use the base base variable public class MyBaseClass { protected var myProtectedVar:String; } public class MyExtendedClass { public function MyExtendedClass { super.myProtecedVar = "Hello World"; // this will throw an JS error at runtime } }

Re: Open ByteArray as file

2020-09-15 Thread Hugo Ferreira
he view, you can have a Jewel BinaryImage that you will assign > fileData to: > > //xmlns:j="library://ns.apache.org/royale/jewel" > click="loadFromFileSystem()" /> > > I don't know if this will help you ... (An example of this type is never

Re: Sort Jewel DataGrid by column click

2020-09-16 Thread Hugo Ferreira
hat should I do more to get it work ? > > wt., 15 wrz 2020 o 14:45 Hugo Ferreira > napisał(a): > > > And the correct bead sort from Jewel ? > > > > Piotr Zarzycki escreveu no dia terça, > > 15/09/2020 à(s) 12:28: > > > > > I have used build

Re: Sort Jewel DataGrid by column click

2020-09-16 Thread Hugo Ferreira
otr Zarzycki > napisał(a): > > > It's Royale ArrayList - TourDeJewel is using it. > > > > śr., 16 wrz 2020 o 10:17 Hugo Ferreira > > napisał(a): > > > >> Hum, what kind of collection are you using ? > >> It's not a royale ArrayList ? > >&

Re: Royale compiler does not work with super

2020-09-16 Thread Hugo Ferreira
accessors that are overridden, > can't you just avoid using super? > > > > On Wed, Sep 16, 2020 at 10:20 AM Hugo Ferreira > wrote: > > > Example 1, using super to use the base base variable > > > > public class MyBaseClass > > { > > pro

Re: Sort Jewel DataGrid by column click

2020-09-16 Thread Hugo Ferreira
: > I'm not building my apps without doing menu -> Project -> Clean Project in > Moonshine :) > > śr., 16 wrz 2020 o 10:38 Hugo Ferreira > napisał(a): > > > I will do that. > > Meanwhile, did you try to do a clean before build ? > > If not, please try tha

Re: Font bead and color

2020-09-12 Thread Hugo Ferreira
a, > 11/09/2020 > > à(s) 19:08: > > > > > Ok, I thought you were talking about font-face and so on. > > > You have SizeControl and TextAlign beads, but I must say I want to > update > > > Sizecontrol a bit since sizes have changed a bit and that need to be

Re: Font bead and color

2020-09-12 Thread Hugo Ferreira
proxy for percentWidth (I mean is marked > [ > PercentProxy("percentWidth")]) > > > El sáb., 12 sept. 2020 a las 17:10, Hugo Ferreira ( >) > escribió: > > > I started my framework extending all Royale components that I need and > > adding a lot of

Re: Open ByteArray as file

2020-09-12 Thread Hugo Ferreira
FileReference fixed with a PR. My only issue is that I assumed PDF as default file type but one should gave a name any way or make the fileName mandatory. Hugo Ferreira escreveu no dia sexta, 11/09/2020 à(s) 14:54: > Hi Maria, > > Of course. > At the moment I can download a ByteArr

Re: Open ByteArray as file

2020-09-13 Thread Hugo Ferreira
s hope others can review it > thanks > > El dom., 13 sept. 2020 a las 2:59, Hugo Ferreira ( >) > escribió: > > > FileReference fixed with a PR. > > My only issue is that I assumed PDF as default file type but one should > > gave a name any way or make the fileName

Re: Font bead and color

2020-09-13 Thread Hugo Ferreira
Thank you. Carlos Rovira escreveu no dia domingo, 13/09/2020 à(s) 08:32: > Hi Hugo, > yes, this was the same as in Flex, same implementation and metadata proxy, > so better use with="100%" > > El sáb., 12 sept. 2020 a las 19:06, Hugo Ferreira ( >) > escribió: &

initComplete don't fire anymore

2020-09-04 Thread Hugo Ferreira
I have a Jewel Card that is created and added at runtime after a login. I have code on initComplete of this Card. The event don't fire any more (without console errors) after I upgrade to last night build.

Re: Tab Index

2020-09-04 Thread Hugo Ferreira
Hi Carlos, Thank you very much to fix the issue related with DataGrid and TextInput. I just update to last night build and got several new issues that I reported separated (meanwhile I will try to investigate myself). I can't test the DataGrid fix because of this issues, that are preventing my

Re: initComplete don't fire anymore

2020-09-04 Thread Hugo Ferreira
mxml/2009; > xmlns:j="library://ns.apache.org/royale/jewel" > xmlns:js="library://ns.apache.org/royale/basic" > initialize="initApp(event)"> > > > > > > > > > El vie., 4 sept. 2020 a las 10:31, Hugo Ferreira ( >) > esc

Error assign data to Jewel DataGrid

2020-09-04 Thread Hugo Ferreira
I have a Jewel DataGrid with 2 simple columns that I assign a ArrayListView. I upgraded to last night build and not I get the following error on console: DataGridColumnWidth.js:143 Uncaught TypeError: Cannot read property 'element' of undefined at

Re: Tab Index

2020-09-04 Thread Hugo Ferreira
finally something that > can be updated in your code, and keep you bringing me the ones you don't > get solved so I can take a look > > thanks > > > > El vie., 4 sept. 2020 a las 10:40, Hugo Ferreira ( >) > escribió: > > > Hi Carlos, > > > > Thank you

Both result and fault methods are firing now after upgrade

2020-09-04 Thread Hugo Ferreira
I have a LoginManager that uses SimpleRemote. After I upgrade to last night build, now both result and fault methods are fired at same time.

Re: Tab Index

2020-09-04 Thread Hugo Ferreira
on github ? Hugo Ferreira escreveu no dia sexta, 4/09/2020 à(s) 11:28: > 1. OK, I will investigate to isolate and add to github. > 2. I see now. I will be updating to don't have so many issue at once. > Update once per week, do you think it's enough ? > > Carlos Rovira escreveu no

Re: initComplete don't fire anymore

2020-09-04 Thread Hugo Ferreira
in a separated github/email. Hugo Ferreira escreveu no dia sexta, 4/09/2020 à(s) 11:25: > OK, I will insulate my issue because there is now code involved until I > find out what is going on and then I back here. > > > Carlos Rovira escreveu no dia sexta, 4/09/2020 > à(s) 11:04: > &

Re: ArrayList filterFunction

2020-08-31 Thread Hugo Ferreira
Fanstastic. One more issue solved. Thank you. Harbs escreveu no dia segunda, 31/08/2020 à(s) 15:01: > Try ArrayListView instead of ArrayList. > > > On Aug 31, 2020, at 3:54 PM, Hugo Ferreira > wrote: > > > > Hello, > > > > There is already a bead o

Re: ArrayList filterFunction

2020-08-31 Thread Hugo Ferreira
ugo, > > also check TDJ for a page (at the end of the drawer menu) with some > ArrayListView examples for filtering and sorting. > > El lun., 31 ago. 2020 a las 16:33, Hugo Ferreira ( >) > escribió: > > > Fanstastic. > > One more issue solved. > > Thank you. > &g

Re: Jewel DataGrid and editable columns

2020-08-31 Thread Hugo Ferreira
today" Indeed :) Carlos Rovira escreveu no dia segunda, 31/08/2020 à(s) 16:27: > Hi Hugo, > I'll try to take a look as soon as possible. I'm with other tasks and as > well the "holiday return" effect is clearly noticeable today ;) > > El lun., 31 ago. 2020 a la

Re: ArrayList filterFunction

2020-08-31 Thread Hugo Ferreira
the itens from the database, update the opens that changed and insert the others. It works perfectly. Carlos Rovira escreveu no dia segunda, 31/08/2020 à(s) 16:25: > Yeah, > we used it in all our Flex migrations ;) > > El lun., 31 ago. 2020 a las 17:23, Hugo Ferreira ( >) > escribi

ArrayList filterFunction

2020-08-31 Thread Hugo Ferreira
Hello, There is already a bead or a way to add filterFunction to Royale ArrayList as we have with ArrayCollection in Flex ?

Re: Jewel DataGrid and editable columns

2020-08-31 Thread Hugo Ferreira
diting. > b) you use assign the custom renderer it to your DataGrid > > if you do something that you think could be a good implementation you can > share here and even contribute, and I'll (and others) be glad to help you > with that. > > [1] https://royale.apache.org/todomvc-jewel &

Re: ArrayList filterFunction

2020-08-31 Thread Hugo Ferreira
; 0; } } } Carlos Rovira escreveu no dia segunda, 31/08/2020 à(s) 17:04: > I know Greg will be glad to hear about that since he was the man behind the > ArrayListView! ;-) > > El lun., 31 ago. 2020 a las 17:30, Hugo Ferreira ( >) > escribió: > > > I have a Enti

Re: Thinking about Jewel Forms refactor

2020-09-09 Thread Hugo Ferreira
"What's more Hugo is using my extension as well - cause he expressed need of that - I have send him off the list that one. I'm not the only person who uses in their app stacked Form." Yes. I'm using your extension and it's working fine. Thank you very much for that. Please don't stop evolving

Re: Thinking about Jewel Forms refactor

2020-09-09 Thread Hugo Ferreira
is adjusted a non stacked should be transformed in a stacke (that would be a nice to have). Hugo Ferreira escreveu no dia quarta, 9/09/2020 à(s) 09:32: > "What's more Hugo is using my extension as well - cause he expressed need > of > that - I have send him off the list that one. I'

Sort Jewel DataGrid by column click

2020-09-09 Thread Hugo Ferreira
Hello, I have a Jewel DataGrid. I see that Jewel DataGrid uses a button in header, obviously for sorting. Clicking nothing happens. Once almost every property is added thru beads, I searched and found this bead: DataGridSortBead but after I added it the DataGrid shows empty without any error in

Re: 2 JS libraries

2020-10-02 Thread Hugo Ferreira
und it's in fact the only way. Another approach maybe is to have a JS that loads this 2 libraries and inject this only JS file (I didn't test this theorical approach). Carlos Rovira escreveu no dia sexta, 2/10/2020 à(s) 12:15: > Hi Hugo, > > what do you mean with "Inject"?

Re: External JS code

2020-10-02 Thread Hugo Ferreira
oyale/AS side, StimulsoftReports.loadReport ... but I get console error: Uncaught ReferenceError: StimulsoftReports is not defined Perhaps I should create a JS file with this JS script and append to document head. Carlos Rovira escreveu no dia sexta, 2/10/2020 à(s) 12:32: > Sorry Hugo, don'

2 JS libraries

2020-10-02 Thread Hugo Ferreira
Hi, I have 2 JS libraries to inject as externs. Library 1 has no dependecies. Library 2 depends on library 1. If I inject library 1 and then library 2, I get an error on console. The workaround that I find was: On my JS injections block: Add library 1 On window.onload = function() add library

Re: Jewel ComboBox behaviour with many rows

2020-10-09 Thread Hugo Ferreira
bead "rowCount": > > > > > > El vie., 9 oct. 2020 a las 11:13, Hugo Ferreira () > escribió: > > > Hi, > > > > I'm using now the Jewel ComboBox (by the way, the filter bead is very, > very > > good) and I'm facing a problem. > > I have a Comb

Re: What you think about this fix - SearchFilter bead

2020-10-14 Thread Hugo Ferreira
next compilation with your changes. > > Thanks for trying to fix it and I'll wait for your thoughts and see if you > can go further :) > > [1] https://gist.github.com/carlosrovira/200753108de263fa43e80d3228213509 > > > El mié., 14 oct. 2020 a las 0:57, Hugo Ferreira () > e

Re: Debug bead error

2020-10-13 Thread Hugo Ferreira
ugo, > > that used to be an incorrect or missing import(s). You must check the code > and find where the issue is located. > > > El dom., 11 oct. 2020 a las 22:10, Hugo Ferreira ( >) > escribió: > > > Hi, > > > > I copyed the source code of SearchFilte

What you think about this fix - SearchFilter bead

2020-10-13 Thread Hugo Ferreira
Hi, As mention previous, I found a bug on ComboBox + SearchFilter bead: https://github.com/apache/royale-asjs/issues/917 This bug happens easly on my application because I saw with a ComboBox with many similar items but it also happens on Tour de Jewel (more difficult to reproduce because all the

Re: ApacheCon 2020 @Home Youtube talks posted

2020-10-15 Thread Hugo Ferreira
Thank you Carlos. Carlos Rovira escreveu no dia quinta, 15/10/2020 à(s) 09:31: > Hi all, > > Just updated the page with all the youtube links for the talks we did at > ApacheCon @Home 2020 > > Also added the 2017 talks when Royale was called FlexJS > >

Re: Report Engine (viewer and designer) available for Apache Royale on Github

2020-10-05 Thread Hugo Ferreira
Thank you. You welcome. Carlos Rovira escreveu no dia segunda, 5/10/2020 à(s) 22:21: > Thanks for sharing Hugo! > > very cool! :) > > El lun., 5 oct. 2020 a las 20:11, Hugo Ferreira () > escribió: > > > Hi, > > > > https://github.com/SolidSoft-Lda/Royale

Re: A new Royale committer

2020-10-05 Thread Hugo Ferreira
Thank you :) Carlos Rovira escreveu no dia terça, 6/10/2020 à(s) 00:47: > Welcome to the team Hugo! :) > > El mar., 6 oct. 2020 a las 1:35, Hugo Ferreira () > escribió: > > > Thank you all. > > > > Andrew Wetmore escreveu no dia terça, 6/10/2020 > à(s) >

Re: RemoteObject error - Invalid Response type

2020-10-05 Thread Hugo Ferreira
I have cross domain and it's working. One main endpoint that tells the client where should look at ! So the second endpoint would fail with the typical CORS error. One this case you need to configure your server side. On my case it's a ASP.NET and the only option that worked was to configure

Re: A new Royale committer

2020-10-05 Thread Hugo Ferreira
Thank you all. Andrew Wetmore escreveu no dia terça, 6/10/2020 à(s) 00:34: > The PMC is pleased to announce that Hugo Ferreira has become the newest > Apache Royale committer, in recognition of his contributions to the project > (and in hopes of many more!). Welcome, Hugo! > &

Report Engine (viewer and designer) available for Apache Royale on Github

2020-10-05 Thread Hugo Ferreira
Hi, https://github.com/SolidSoft-Lda/Royale-StimulsoftReports You can find documentation with examples on main README of the repository and several README files on resources folders explaining what's need to be copied from the report engine library. This engine is very customizable with several

Re: A new Royale committer

2020-10-06 Thread Hugo Ferreira
Thank you all. Greg Dove escreveu no dia terça, 6/10/2020 à(s) 06:34: > Welcome, Hugo, great to have you on board! > > On Tue, Oct 6, 2020 at 5:42 PM Alina Kazi wrote: > > > Welcome to the Team :) > > > > On Tue, 6 Oct 2020, 4:51 am Hugo Ferreira,

Re: RemoteObject error - Invalid Response type

2020-10-06 Thread Hugo Ferreira
e of this thread,this might > Help you. All other configuration files are same as they were in Flex. > > Alina Kazi > > On Tue, 6 Oct 2020, 8:11 am Sudhakar Kakaraparthi, < > sudhakar.kakarapar...@db.com> wrote: > > > Thanks for your inputs, > > > > I still

Re: How to force to always copy a JS resource to bin folder thru VS Code

2020-10-04 Thread Hugo Ferreira
ll work exactly as it works locally. Don't > like when I build something locally and in the CI server things go > differently. > > anyway I think the way to make VSCode copy assets is with the asconfig.json > file and the following config line: > "copySourcePathAssets": true

How to force to always copy a JS resource to bin folder thru VS Code

2020-10-04 Thread Hugo Ferreira
Do you guys that use VS Code know how to always force to copy JS resources from resources folder to bin/resources ? If I add or change a JS file on my resources folder, I have to manually copy to bin folder.

Externs JS call Royale/AS

2020-10-04 Thread Hugo Ferreira
Hi, Using externs, it's possible to call JS functions from Royale/AS code (Royale AS > JS). However I need now the oposite (JS > Royale AS). This JS libraries that I'm using have events that I need to send to to Royale/AS level (save data for example). Is this currently possible ?

Re: How to force to always copy a JS resource to bin folder thru VS Code

2020-10-05 Thread Hugo Ferreira
companies/pom.xml#L57 > > El dom., 4 oct. 2020 a las 18:08, Hugo Ferreira () > escribió: > > > Thank you. > > > > Carlos Rovira escreveu no dia domingo, > 4/10/2020 > > à(s) 16:27: > > > > > Hi Hugo, > > > > > > I use

Re: A new Royale committer

2020-10-12 Thread Hugo Ferreira
Thank you. Piotr Zarzycki escreveu no dia segunda, 12/10/2020 à(s) 08:34: > Welcome Hugo and good Luck! :) > > niedz., 11 paź 2020 o 15:34 Hugo Ferreira > napisał(a): > > > Thank you. > > > > Harbs escreveu no dia domingo, 11/10/2020 à(s) > > 09:33:

Re: Reference Error: Error #1056

2020-10-12 Thread Hugo Ferreira
Hi Varunkumar, Are you using RemoteObject from mx package, correct ? On my asconfig.json (with VS Code), I have the following configuration: "additionalOptions": "-remove-circulars -js-output-optimization=skipAsCoercions -compiler.exclude-defaults-css-files=MXRoyale-0.9.8-js.swc:defaults.css

Re: Reference Error: Error #1056

2020-10-12 Thread Hugo Ferreira
x side. > After created issue got resolved except one place. Investigating the data > side. > > Regards, > Varunkumar N > > > -Original Message- > From: Hugo Ferreira > Sent: Monday, October 12, 2020 6:40 PM > To: Apache Royale Development > Subject: Re: R

Debug bead error

2020-10-11 Thread Hugo Ferreira
Hi, I copyed the source code of SearchFilter bead for debug propose to check this issue: https://github.com/apache/royale-asjs/issues/917 however I'm getting the following error while compling: Error: interface method addEventListener in interface IEventDispatcher is implemented with an

Re: What you think about this fix - SearchFilter bead

2020-10-18 Thread Hugo Ferreira
> Are you getting the same? > Also I think you'll need to remove the listener when the popup closes, > since the list is recreated again and a new listener will be attached > If you don't remove the listeners you left the list hanging and can't be > garbage collected. > thanks > > El

Re: What you think about this fix - SearchFilter bead

2020-10-19 Thread Hugo Ferreira
Hi Carlos, No problem. I will do that. Carlos Rovira escreveu no dia segunda, 19/10/2020 à(s) 11:32: > Hi Hugo, > > sorry, but this way of sharing code is not the best for us to interact. > If I copy and override on my file, I get lots of errors and also its > unformatted, so to review it I

Re: What you think about this fix - SearchFilter bead

2020-10-18 Thread Hugo Ferreira
2020 a las 1:50, Hugo Ferreira () > escribió: > > > Hi Carlos, > > > > OK, let me try :) > > > > Carlos Rovira escreveu no dia quarta, > 14/10/2020 > > à(s) 08:29: > > > > > Hi Hugo, > > > > > > I'

Re: What you think about this fix - SearchFilter bead

2020-10-18 Thread Hugo Ferreira
> Are you getting the same? > Also I think you'll need to remove the listener when the popup closes, > since the list is recreated again and a new listener will be attached > If you don't remove the listeners you left the list hanging and can't be > garbage collected. > thanks > > El

Re: What you think about this fix - SearchFilter bead

2020-10-20 Thread Hugo Ferreira
Hi Carlos, You welcome. I saw your comments on github and also reply on that. Carlos Rovira escreveu no dia terça, 20/10/2020 à(s) 09:19: > Hi Hugo, > > much appreciate the effort. Many thanks! :) > > El mar., 20 oct. 2020 a las 2:21, Hugo Ferreira () > escribió: > >

Two Jewel DataGrids beads stoped working after update

2020-10-10 Thread Hugo Ferreira
Hi, Seems that the latest night build breaks DataGridSort bead (because the button header it's no longer "clickable") and also DataGridPresentationModel bead (because the rowHeight has not effect). However seems ListAlternateRowColor bead continue to work. I did a clean before build to have sure.

Re: Two Jewel DataGrids beads stoped working after update

2020-10-10 Thread Hugo Ferreira
- adapted on my project: I found that this bead must be the very first one to work when is mixed with other beads. When is created from AS, must be created before the addedToParent (other beads can be added after that). Hugo Ferreira escreveu no dia sábado, 10/10/2020 à(s) 19:53: > Hi, > &

Jewel ComboBox behaviour with many rows

2020-10-09 Thread Hugo Ferreira
Hi, I'm using now the Jewel ComboBox (by the way, the filter bead is very, very good) and I'm facing a problem. I have a ComboBox with around 200 rows. What happens is the the list instead of growing to down with a verticall scroll (like Jewel DropDownList), the list occupais all the screen.

Re: Two Jewel DataGrids beads stoped working after update

2020-10-11 Thread Hugo Ferreira
) and about the DataGridPresentationModel bead I know by now that it's a bead order issue (already solved). Thank you. Carlos Rovira escreveu no dia domingo, 11/10/2020 à(s) 11:07: > Hi Hugo, > > just tested all that beads and all seems ok to me. > > El sáb., 10 oct. 2020 a las 23:33

  1   2   3   4   5   6   >