You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "piotr.zarzycki" <pi...@gmail.com> on 2013/11/14 13:53:28 UTC

Re: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Hi,

I've created similar ticket lately ->
https://issues.apache.org/jira/browse/FLEX-33899



-----
Flex/Air developer open to new job offers and challenges.
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-https-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp30797p32247.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Posted by Maurice Amsellem <ma...@systar.com>.
You re welcome

-----Message d'origine-----
De : piotr.zarzycki [mailto:piotrzarzycki21@gmail.com] 
Envoyé : mardi 19 novembre 2013 15:50
À : dev@flex.apache.org
Objet : RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Sorry about that Maurice. Thank you. Really good job! Checked with my example and in our application. :) Looking forrward for next release. :)

Piotr



-----
Flex/Air developer open to new job offers and challenges.
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-https-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp30797p32428.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Posted by "piotr.zarzycki" <pi...@gmail.com>.
Sorry about that Maurice. Thank you. Really good job! Checked with my example
and in our application. :) Looking forrward for next release. :)

Piotr



-----
Flex/Air developer open to new job offers and challenges.
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-https-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp30797p32428.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Posted by Maurice Amsellem <ma...@systar.com>.
See RELEASE NOTES doc in the SDK root.  The ticket should me mentioned if it's fixed...

Maurice 

-----Message d'origine-----
De : piotr.zarzycki [mailto:piotrzarzycki21@gmail.com] 
Envoyé : mardi 19 novembre 2013 14:18
À : dev@flex.apache.org
Objet : RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Hi Maurice,

FLEX-33899 - Does your fix should be in current nightly builds ? I've downloaded it today and problem is still exist.

Piotr



-----
Flex/Air developer open to new job offers and challenges.
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-https-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp30797p32422.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Posted by Maurice Amsellem <ma...@systar.com>.
Also  in Grid.as, line #856, you shoul have the following code:

            const vsp:Number = gridMaxVSP == 0 ? 0 :  (centerMaxVSP / gridMaxVSP) * value;

(gridMaxVSP = 0 was causing a division error and NaN).

Let me know 

Maurice 

-----Message d'origine-----
De : Maurice Amsellem 
Envoyé : mardi 19 novembre 2013 15:12
À : dev@flex.apache.org
Objet : RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

See RELEASE NOTES doc in the SDK root.  The ticket should me mentioned if it's fixed...

Maurice 

-----Message d'origine-----
De : piotr.zarzycki [mailto:piotrzarzycki21@gmail.com] 
Envoyé : mardi 19 novembre 2013 14:18
À : dev@flex.apache.org
Objet : RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Hi Maurice,

FLEX-33899 - Does your fix should be in current nightly builds ? I've downloaded it today and problem is still exist.

Piotr



-----
Flex/Air developer open to new job offers and challenges.
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-https-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp30797p32422.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Posted by "piotr.zarzycki" <pi...@gmail.com>.
Hi Maurice,

FLEX-33899 - Does your fix should be in current nightly builds ? I've
downloaded it today and problem is still exist.

Piotr



-----
Flex/Air developer open to new job offers and challenges.
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-https-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp30797p32422.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Posted by Maurice Amsellem <ma...@systar.com>.
Fixed.

-----Message d'origine-----
De : Maurice Amsellem [mailto:maurice.amsellem@systar.com] 
Envoyé : jeudi 14 novembre 2013 15:37
À : dev@flex.apache.org
Objet : RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

ok

-----Message d'origine-----
De : Tom Chiverton [mailto:tc@extravision.com] Envoyé : jeudi 14 novembre 2013 15:01 À : dev@flex.apache.org Objet : Re: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Ha, no, you go ahead; I was just ruling out the obvious stuff :-)

Tom

On 14/11/2013 13:50, Maurice Amsellem wrote:
> Tom, if you don't mind, I fixed the previous ones, so I am already familiar with the issue (although it seems different).
> I have assigned the ticket to me.
> Now if you prefer to fix it, that's fine for me, there are enough bugs for the rest of my life :-).
>
> Maurice
>
>
> -----Message d'origine-----
> De : Tom Chiverton [mailto:tc@extravision.com] Envoyé : jeudi 14 
> novembre 2013 14:44 À : dev@flex.apache.org Objet : Re: Need help on
> https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)
>
> Broken for me too. I can do some digging ...
>
> Tom
>
> On 14/11/2013 12:53, piotr.zarzycki wrote:
>> Hi,
>>
>> I've created similar ticket lately ->
>> https://issues.apache.org/jira/browse/FLEX-33899
>>
>>
>>
>> -----
>> Flex/Air developer open to new job offers and challenges.
>> piotrzarzycki21@gmail.com
>> --
>> View this message in context:
>> http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-htt
>> p
>> s-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp3079
>> 7 p32247.html Sent from the Apache Flex Development mailing list 
>> archive at Nabble.com.
>>
>> _____________________________________________________________________
>> _ This email has been scanned by the Symantec Email Security.cloud 
>> service.
>> For more information please visit http://www.symanteccloud.com 
>> _____________________________________________________________________
>> _
>>
>>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com 
> ______________________________________________________________________
>
>


RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Posted by Maurice Amsellem <ma...@systar.com>.
ok

-----Message d'origine-----
De : Tom Chiverton [mailto:tc@extravision.com] 
Envoyé : jeudi 14 novembre 2013 15:01
À : dev@flex.apache.org
Objet : Re: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Ha, no, you go ahead; I was just ruling out the obvious stuff :-)

Tom

On 14/11/2013 13:50, Maurice Amsellem wrote:
> Tom, if you don't mind, I fixed the previous ones, so I am already familiar with the issue (although it seems different).
> I have assigned the ticket to me.
> Now if you prefer to fix it, that's fine for me, there are enough bugs for the rest of my life :-).
>
> Maurice
>
>
> -----Message d'origine-----
> De : Tom Chiverton [mailto:tc@extravision.com] Envoyé : jeudi 14 
> novembre 2013 14:44 À : dev@flex.apache.org Objet : Re: Need help on 
> https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)
>
> Broken for me too. I can do some digging ...
>
> Tom
>
> On 14/11/2013 12:53, piotr.zarzycki wrote:
>> Hi,
>>
>> I've created similar ticket lately ->
>> https://issues.apache.org/jira/browse/FLEX-33899
>>
>>
>>
>> -----
>> Flex/Air developer open to new job offers and challenges.
>> piotrzarzycki21@gmail.com
>> --
>> View this message in context:
>> http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-htt
>> p
>> s-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp3079
>> 7 p32247.html Sent from the Apache Flex Development mailing list 
>> archive at Nabble.com.
>>
>> _____________________________________________________________________
>> _ This email has been scanned by the Symantec Email Security.cloud 
>> service.
>> For more information please visit http://www.symanteccloud.com 
>> _____________________________________________________________________
>> _
>>
>>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com 
> ______________________________________________________________________
>
>


Re: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Posted by Tom Chiverton <tc...@extravision.com>.
Ha, no, you go ahead; I was just ruling out the obvious stuff :-)

Tom

On 14/11/2013 13:50, Maurice Amsellem wrote:
> Tom, if you don't mind, I fixed the previous ones, so I am already familiar with the issue (although it seems different).
> I have assigned the ticket to me.
> Now if you prefer to fix it, that's fine for me, there are enough bugs for the rest of my life :-).
>
> Maurice
>
>
> -----Message d'origine-----
> De : Tom Chiverton [mailto:tc@extravision.com]
> Envoyé : jeudi 14 novembre 2013 14:44
> À : dev@flex.apache.org
> Objet : Re: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)
>
> Broken for me too. I can do some digging ...
>
> Tom
>
> On 14/11/2013 12:53, piotr.zarzycki wrote:
>> Hi,
>>
>> I've created similar ticket lately ->
>> https://issues.apache.org/jira/browse/FLEX-33899
>>
>>
>>
>> -----
>> Flex/Air developer open to new job offers and challenges.
>> piotrzarzycki21@gmail.com
>> --
>> View this message in context:
>> http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-http
>> s-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp30797
>> p32247.html Sent from the Apache Flex Development mailing list archive
>> at Nabble.com.
>>
>> ______________________________________________________________________
>> This email has been scanned by the Symantec Email Security.cloud service.
>> For more information please visit http://www.symanteccloud.com
>> ______________________________________________________________________
>>
>>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com
> ______________________________________________________________________
>
>


RE: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Posted by Maurice Amsellem <ma...@systar.com>.
Tom, if you don't mind, I fixed the previous ones, so I am already familiar with the issue (although it seems different).
I have assigned the ticket to me.
Now if you prefer to fix it, that's fine for me, there are enough bugs for the rest of my life :-).

Maurice 


-----Message d'origine-----
De : Tom Chiverton [mailto:tc@extravision.com] 
Envoyé : jeudi 14 novembre 2013 14:44
À : dev@flex.apache.org
Objet : Re: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Broken for me too. I can do some digging ...

Tom

On 14/11/2013 12:53, piotr.zarzycki wrote:
> Hi,
>
> I've created similar ticket lately ->
> https://issues.apache.org/jira/browse/FLEX-33899
>
>
>
> -----
> Flex/Air developer open to new job offers and challenges.
> piotrzarzycki21@gmail.com
> --
> View this message in context: 
> http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-http
> s-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp30797
> p32247.html Sent from the Apache Flex Development mailing list archive 
> at Nabble.com.
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com 
> ______________________________________________________________________
>
>


Re: Need help on https://issues.apache.org/jira/browse/FLEX-33813 (DataGrid goes blank)

Posted by Tom Chiverton <tc...@extravision.com>.
Broken for me too. I can do some digging ...

Tom

On 14/11/2013 12:53, piotr.zarzycki wrote:
> Hi,
>
> I've created similar ticket lately ->
> https://issues.apache.org/jira/browse/FLEX-33899
>
>
>
> -----
> Flex/Air developer open to new job offers and challenges.
> piotrzarzycki21@gmail.com
> --
> View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Need-help-on-https-issues-apache-org-jira-browse-FLEX-33813-DataGrid-goes-blank-tp30797p32247.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com
> ______________________________________________________________________
>
>