Re: DG (class is not an IEventDispatcher)

2014-12-11 Thread OmPrakash Muppirala
The code did not come through in the email. It can be seen here: http://apache-flex-users.246.n4.nabble.com/DG-class-is-not-an-IEventDispatcher-tp9124.html Thanks, Om 2014-12-11 23:46 GMT-08:00 Krüger, Olaf : > > > Thoughts? > You should provide some code > > > > > -Ursprüngliche Nachric

AW: DG (class is not an IEventDispatcher)

2014-12-11 Thread Krüger , Olaf
> Thoughts? You should provide some code -Ursprüngliche Nachricht- Von: DavidM [mailto:dmos...@gmail.com] Gesendet: Freitag, 12. Dezember 2014 08:27 An: users@flex.apache.org Betreff: Re: DG (class is not an IEventDispatcher) Changes to the 'company' field do update the first column,

Re: DG (class is not an IEventDispatcher)

2014-12-11 Thread DavidM
Changes to the 'company' field do update the first column, but not the second. Thoughts? David -- View this message in context: http://apache-flex-users.246.n4.nabble.com/DG-class-is-not-an-IEventDispatcher-tp9124p9125.html Sent from the Apache Flex Users mailing list archive at Nabble.

DG (class is not an IEventDispatcher)

2014-12-11 Thread DavidM
Hi, I'm running into a problem with updating a DataGrid.Basically data in an ItemRender won't update, but it will update in a regular column.The Debugger says: "warning: unable to bind to property 'company' on class 'Object' (class is not an IEventDispatcher)"This can best be demonstrated by this g

Re: Blurry AIR App on Retina

2014-12-11 Thread Alex Harui
I asked on an internal list. The one person who responded said it should be safe to set to high. -Alex On 12/11/14, 1:26 PM, "Harbs" wrote: >I assume someone on the AIR team did tests. Is there anyone you can ask? > >On Dec 11, 2014, at 10:58 PM, Alex Harui wrote: > >> OK, I tried your exampl

Re: Blurry AIR App on Retina

2014-12-11 Thread Harbs
I assume someone on the AIR team did tests. Is there anyone you can ask? On Dec 11, 2014, at 10:58 PM, Alex Harui wrote: > OK, I tried your example and read some articles I found on the web. It > seems that when you create a .AIR file, the requestedDisplayResolution > locks in how many pixels t

Re: Blurry AIR App on Retina

2014-12-11 Thread Alex Harui
OK, I tried your example and read some articles I found on the web. It seems that when you create a .AIR file, the requestedDisplayResolution locks in how many pixels the runtime is going to render and on retina screens the OS scales up the low res. I rarely run published AIR apps, but when I jus

Re: Blurry AIR App on Retina

2014-12-11 Thread Harbs
When I debug the app, it looks fine without editing the requestedDisplayResolution. It’s only when I export it as an AIR package and install that, things get blurry. On Dec 11, 2014, at 9:29 PM, Alex Harui wrote: > I’ll take a look. I have a Macbook Pro with Retina. > > I have a feeling ther

Re: One to one relationship - best practices for Flex?

2014-12-11 Thread Gary Yang
the database is for maintaining relationship(rmdb) and persistence, you should have a layer to convert these entities into objects that responsible for your UI. On Thu, Dec 11, 2014 at 1:48 PM, Carlos Monteiro wrote: > [off topic] > google spam filter on it's best: "Girl" and "One to one relatio

Re: Blurry AIR App on Retina

2014-12-11 Thread Alex Harui
I’ll take a look. I have a Macbook Pro with Retina. I have a feeling there is more to it than just this setting. I have been running the Apache Flex Installer I built and it has an -app.xml with requestedDisplayResolution commented out and I don’t see blurry visuals. Are you running these apps

Re: One to one relationship - best practices for Flex?

2014-12-11 Thread Carlos Monteiro
[off topic] google spam filter on it's best: "Girl" and "One to one relationship" equals spam! On 9 December 2014 at 18:43, CodeGirl wrote: > I have a one to one relationship in my database. In Java I would just > extend one class. But Databases are not Object related. In JPA, on the > web

Re: Blurry AIR App on Retina

2014-12-11 Thread Harbs
I just tried on 4.10 with the same result. Here’s a zip of a really simple project with two AIR files. One with standard, and the other with high. The difference on Retina displays is very obvious. Even the window chrome is blurry using the standard setting. https://www.dropbox.com/s/emj93lumi6

Re: Blurry AIR App on Retina

2014-12-11 Thread Harbs
I was using 4.12 in my app. I’m happy to try whatever. I wonder if it makes a difference what machine it was compiled on. (Doubtful, but who knows…) On Dec 11, 2014, at 8:10 PM, OmPrakash Muppirala wrote: > Can you try with an earlier version of the Flex SDK (4.13 or 4.12) ? I am > wondering

Re: Blurry AIR App on Retina

2014-12-11 Thread OmPrakash Muppirala
Can you try with an earlier version of the Flex SDK (4.13 or 4.12) ? I am wondering if we messed up something.. Thanks, Om On Thu, Dec 11, 2014 at 10:06 AM, Harbs wrote: > > I have no idea why. > > Even text was blurry in the app I built. > > Searching the web brought up very few results. You’d

Re: Blurry AIR App on Retina

2014-12-11 Thread Harbs
I have no idea why. Even text was blurry in the app I built. Searching the web brought up very few results. You’d think something like this would have an awful lot of hits… On Dec 11, 2014, at 7:38 PM, OmPrakash Muppirala wrote: > It seems like not a lot of folks have run into this issue.

Re: Blurry AIR App on Retina

2014-12-11 Thread OmPrakash Muppirala
On Thu, Dec 11, 2014 at 9:35 AM, Harbs wrote: > > So, since it’s ignored on anything other than retina displays, and all > apps (not just AIR apps) are supposed to address all pixels, I don’t even > understand why it has to be specified. Why would you want your graphics to > be blurry? > > It seem

Re: Blurry AIR App on Retina

2014-12-11 Thread Harbs
So, since it’s ignored on anything other than retina displays, and all apps (not just AIR apps) are supposed to address all pixels, I don’t even understand why it has to be specified. Why would you want your graphics to be blurry? On Dec 11, 2014, at 2:29 PM, Seth. wrote: > OK here is the link

Re: Blurry AIR App on Retina

2014-12-11 Thread Seth.
OK here is the link, Apologize about my previous statement, i got little confuse over that. http://help.adobe.com/en_US/air/build/WS2d929364fa0b81374fa5df4f129dca62884-8000.html the link is clear answer your question and also the GPU rendering. jsut read the main window properties in the article

Re: Blurry AIR App on Retina

2014-12-11 Thread Seth.
Am trying to find some link again, will let you know if i got some reference on that. On Thu, Dec 11, 2014 at 4:00 PM, Harbs wrote: > Do you have a reference for that? How much more GPU? > > Most desktop AIR apps are not very GPU intensive. > > On Dec 11, 2014, at 9:11 AM, Seth. wrote: > > > be

Re: Blurry AIR App on Retina

2014-12-11 Thread Harbs
Do you have a reference for that? How much more GPU? Most desktop AIR apps are not very GPU intensive. On Dec 11, 2014, at 9:11 AM, Seth. wrote: > because "high" always require more GPU > > On Thu, Dec 11, 2014 at 3:56 AM, Harbs wrote: > >> BTW, does anyone know why the default is “standard”