Re: SDK 4.10.0 spark datagrid horizontal scrollbar behavior changes based on app's state history

2013-10-16 Thread Justin Mclean
Hi, > Can someone confirm if this is a bug (I'm assuming one bug, but let me know > if you think it's two)? > > If so, I'll enter into JIRA... Can confirm (and not fixed in 4.11) please enter it in JIRA. Think this issue may of come up before, you might want to search JIRA first to see if i

SDK 4.10.0 spark datagrid horizontal scrollbar behavior changes based on app's state history

2013-10-16 Thread modjklist
Can someone confirm if this is a bug (I'm assuming one bug, but let me know if you think it's two)? If so, I'll enter into JIRA... Problem observed: 4.10.0 spark datagrid horizontal scrollbar behavior changes based on the applications state history. This problem is not observed in SDK 4.5.1

MultiDPIBitmapSource

2013-10-16 Thread Lee Burrows
Hi All, I've just posted a question to stackoverflow; http://stackoverflow.com/questions/19407700/how-to-embed-multidpibitmapsource-objects-in-flex-library-project Cheeky i know, but i thought i'd ask here too as i would really like an answer ;) Here's the question: I currently store em

Re: datagrid default row height too big

2013-10-16 Thread Alex Harui
You may have to override the measure() method and return a slightly smaller measuredHeight. On 10/16/13 7:48 AM, "Miguel Ferreira" wrote: >In this moment i have both! >Because i am trying and trying... >Maurice said something that can explain that all my changes in the custom >item renderer dont

RE: datagrid default row height too big

2013-10-16 Thread Miguel Ferreira
In this moment i have both! Because i am trying and trying... Maurice said something that can explain that all my changes in the custom item renderer dont affect that extra padding there... > From: aha...@adobe.com > To: users@flex.apache.org > Date: Wed, 16 Oct 2013 07:45:54 -0700 > Subject: Re:

Re: datagrid default row height too big

2013-10-16 Thread Alex Harui
Do you have a custom itemrenderer? Or using the default? On 10/16/13 7:05 AM, "Miguel Ferreira" wrote: >i am using spark datagrid, and in some parts of the project exits >ma:Datagrid and advanced datagrid and the height of lines are diferrent >the mx seems to reduce that gap between top and bot

RE: datagrid default row height too big

2013-10-16 Thread Maurice Amsellem
Spark DataGrid uses spark.skins.spark.DefaultGridItemRenderer as the default renderer for grid cells. This class inherits from FTETextFiled which has hard-coded padding of 2 (left, top, right and bottom). This class has a "paddingTop" style, but it's disabled (excluded). It seems also that this p

Re: Sorting out Memory issues

2013-10-16 Thread Alex Harui
I still haven't used Scout, but the Flash Builder Profiler has helped me track down many issues like this. It should show you what is referencing those old objects. On 10/16/13 1:26 AM, "christofer.d...@c-ware.de" wrote: >Hi, > >I am currently having Major Memory issues, which I haven't quite m

RE: datagrid default row height too big

2013-10-16 Thread Miguel Ferreira
i am using spark datagrid, and in some parts of the project exits ma:Datagrid and advanced datagrid and the height of lines are diferrent the mx seems to reduce that gap between top and bottom of a cell. Some ideas? > From: maurice.amsel...@systar.com > To: users@flex.apache.org > Subject: RE: d

RE: datagrid default row height too big

2013-10-16 Thread Maurice Amsellem
Hi Miguel Are you using spark DataGrid or mx DataGrid ? Maurice -Message d'origine- De : Miguel Ferreira [mailto:miguel.cd.ferre...@hotmail.com] Envoyé : mercredi 16 octobre 2013 15:32 À : users@flex.apache.org Objet : datagrid default row height too big Hi all, I already test a lot o

datagrid default row height too big

2013-10-16 Thread Miguel Ferreira
Hi all, I already test a lot of thing even monkey patch the skin of the datagrid, to take out the bold of the header and then try to minimize the row heights in the grid, but the second is getting a real headache to find where is the gap. For example: on the skin i even change the property rowHei

[FLEX-28934] Modal windows aren't modal on Mobile devices

2013-10-16 Thread Alexander
Did anybody experience the problem where modal windows aren't modal on mobile devices? In other words you can click on buttons covered by the modal mask. (Mostly it requires two or three clicks) https://issues.apache.org/jira/browse/FLEX-28934 I tried to add modify the PopUpManagerImpl by a

RE: Sorting out Memory issues

2013-10-16 Thread Maurice Amsellem
I don't know what is your level of knowledge, so I apologize if saying something obvious to you. Keep in mind that when you assign the source property of a list, it will trigger a CollectionEvent (with kind= RESET) that the Flexicious DataGrid (or s:DataGrid, s:List) will catch to do whatever.

RE: Sorting out Memory issues

2013-10-16 Thread Maurice Amsellem
Flexicious DataGrid is also excellent :-) -Message d'origine- De : christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Envoyé : mercredi 16 octobre 2013 12:25 À : users@flex.apache.org Objet : AW: Sorting out Memory issues Hi Maurice, Hmmm ... I think I could try that. Think it

AW: Sorting out Memory issues

2013-10-16 Thread christofer.d...@c-ware.de
Hi Maurice, Hmmm ... I think I could try that. Think it would be even easier to comment out the list entirely in a first step as reloading and storing of data is handled Independent of the displaying component. So' I'd be loading of data and refreshing of the list and see if everything is clean

AW: Sorting out Memory issues

2013-10-16 Thread christofer.d...@c-ware.de
Hi Marcus, in another Project I remember us Setting BlazeDS to send legacy-collections which resulted in Arrays being sent. This reduced the Memory footprint and the serialization Speed dramatically. But I think this doesn't help in this case as it seems to be the case that the Problem seems to

RE: Sorting out Memory issues

2013-10-16 Thread Maurice Amsellem
Can you try doing the same with a spark DataGrid, or even a simple spark List, to see if previous items are locked by the ArrayList (which I doubt) or by the Flexicious DataGrid (maybe caching, or adding events, or something). Maurice -Message d'origine- De : christofer.d...@c-ware.de [

Re: Sorting out Memory issues

2013-10-16 Thread Marcus Wilkinson
Chris, This may be unrelated, but we were having big performance problems during deserialisation of many separate ArrayCollections. The biggest bottleneck was in the constructor of ArrayCollection, which would use an ArrayList in its backing collection. Inside that function there is code: publ

Sorting out Memory issues

2013-10-16 Thread christofer.d...@c-ware.de
Hi, I am currently having Major Memory issues, which I haven't quite managed to sort out. In my application (Apache Flex 4.10 ... but wasn't any different in older and/or Adobe Versions) I am loading a list of objects and this list is updated via server-push (Streaming AMF Connection). For tes

Re: 4.11.0 RC1 no more embedded fonts

2013-10-16 Thread MichaPooh
I am installing with the Apache Flex Installer application. But apparently something went wrong last time or I doubleclicked unintentionally the checkbox for the embedded font libraries and it got unchecked again - I don't know.. i re-installed the sdk and everything's fine know... thanks for