[
https://issues.apache.org/jira/browse/FLEX-33405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13597812#comment-13597812
]
Justin Mclean commented on FLEX-33405:
--
Can you provide a simple code sample that sho
Hi,
I'll can help out with the OSX version if there committer who wants to be
release manager and they only have window. (As I did with the last release)
Thanks,
Justin
On 09/03/2013, at 8:49 AM, Om wrote:
> We have a quite a few changes lined up for the next version:
>
> 1. Enable Flex SDK
I'll check out the AMF option for those scenarios that are Flex client to
Ruby/Sinatra which are probably the majority but as I mentioned I do have
C programs that need to be hooked up as well, thanks
On Fri, Mar 8, 2013 at 4:02 PM, Jeffry Houser wrote:
> On 3/8/2013 2:08 PM, Charles Monteiro w
thanks, that's cool , the only snag is that we have some C based client
programs, so essentially I'm trying to find a common denominator, checking
out bson c lib as well
On Fri, Mar 8, 2013 at 3:36 PM, Om wrote:
> I have never used it, but it looks like there is a Ruby-AMF plugin [1].
> Hope th
Abhishek Dwevedi created FLEX-33425:
---
Summary: Flash Player Version detection issue in IE9
Key: FLEX-33425
URL: https://issues.apache.org/jira/browse/FLEX-33425
Project: Apache Flex
Issue T
On 3/8/2013 2:08 PM, Charles Monteiro wrote:
Hi, I suspect that this may be inappropriate but it sure seems like it
would be applicable to my continued development in Apache Flex i.e. I want
a compressed way to talk to my backend. Currently, I do rely on json which
is widely supported. MessagePac
I have never used it, but it looks like there is a Ruby-AMF plugin [1].
Hope this helps.
Thanks,
Om
[1] https://github.com/victorcoder/rubyamf_plugin
On Fri, Mar 8, 2013 at 12:22 PM, Charles Monteiro <
charles.monte...@gmail.com> wrote:
> I will now :), but my mid tier back end must stay in Ru
I will now :), but my mid tier back end must stay in Ruby, thanks
On Fri, Mar 8, 2013 at 3:04 PM, Justin Mclean wrote:
> HI,
>
> > Hi, I suspect that this may be inappropriate but it sure seems like it
> > would be applicable to my continued development in Apache Flex i.e. I
> want
> > a compress
It works perfectly if I do not use external stylesheets.
(Although I did notice that the Panel label [title attribute] does not
assume the correct font, but that may be a skinning issue.)
Just as a sanity check, I have tested it against the following SDKs:
4.6 (works)
4.9 (broken)
4.9.1 (broken)
HI,
> Hi, I suspect that this may be inappropriate but it sure seems like it
> would be applicable to my continued development in Apache Flex i.e. I want
> a compressed way to talk to my backend.
Have you looked at BlazeDS or Granite Data Services?
Justin
HI,
> Hi, I suspect that this may be inappropriate but it sure seems like it
> would be applicable to my continued development in Apache Flex i.e. I want
> a compressed way to talk to my backend.
Have you looked at BlazeDS or Granite Data Services?
Justin
Well, I'll try to look into it later today. If you aren't using external
stylesheets does it work?
The default for spark is embedAsCFF=true and all components, even Label
should be able to use it.
On 3/8/13 10:58 AM, "Scott Talsma" wrote:
> I misspoke earlier. I suspect that my alias collide
They published the interview as part of their larger article about Apache
projects here:
http://www.computerworld.com.au/slideshow/455802/pictures_15_high-impact_apache_projects/?image=5
Thanks,
Om
On Mon, Feb 4, 2013 at 5:09 PM, Sally Khudairi wrote:
> Thanks so much, Alex!
>
> [From the mobile
Hi, I suspect that this may be inappropriate but it sure seems like it
would be applicable to my continued development in Apache Flex i.e. I want
a compressed way to talk to my backend. Currently, I do rely on json which
is widely supported. MessagePack i.e. basically compressed json, has quite
a n
I misspoke earlier. I suspect that my alias collided w/a locally installed
system font, and that was used instead of the embedded font.
When embedAsCFF=false, none of the text classes use the embedded font.
When embedAsCFF=true, only the s:Label instances refuse to use it.
Does it make sense to
[
https://issues.apache.org/jira/browse/FLEX-33421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frédéric Leroy updated FLEX-33421:
--
Description:
A library build with Flex SDK 4.5 and using the metadata RequiresLicense fails
at
Nope--this was a generic desktop AIR app.
On Fri, Mar 8, 2013 at 11:39 AM, Alex Harui wrote:
> Are you using the mobile theme? You shouldn't need to do that for a
> non-mobile app.
>
>
> On 3/8/13 7:41 AM, "Scott Talsma" wrote:
>
> > Sure enough--that was the issue. Thanks for the help.
> >
Are you using the mobile theme? You shouldn't need to do that for a
non-mobile app.
On 3/8/13 7:41 AM, "Scott Talsma" wrote:
> Sure enough--that was the issue. Thanks for the help.
>
>
> On Fri, Mar 8, 2013 at 10:12 AM, Jagan Langa Sami Durai > wrote:
>
>> * embedAsCFF: true; - *this is
I believe this is sort of MS Access for the Web.
On Mar 8, 2013 6:37 AM, "Vincent Sotto" wrote:
> lightswitch, i just found out about this, no more plugins anymore
> (silverlight), the output is html5
>
> anybody try this? it looks promising, one thing i hate is that i have to
> use iis or azure
Sure enough--that was the issue. Thanks for the help.
On Fri, Mar 8, 2013 at 10:12 AM, Jagan Langa Sami Durai wrote:
> * embedAsCFF: true; - *this is the problem. set it to false.
>
>
> On Fri, Mar 8, 2013 at 8:34 PM, Scott Talsma wrote:
>
> > I just updated a 4.6 to 4.9, and discovered so
* embedAsCFF: true; - *this is the problem. set it to false.
On Fri, Mar 8, 2013 at 8:34 PM, Scott Talsma wrote:
> I just updated a 4.6 to 4.9, and discovered some my text fields were
> displaying in Times New Roman instead of Verdana. Verdana is being
> specified in an runtime stylesheet, c
I just updated a 4.6 to 4.9, and discovered some my text fields were
displaying in Times New Roman instead of Verdana. Verdana is being
specified in an runtime stylesheet, compiled into an external swf.
When I dug further, I confirmed that only the spark Label () is
affected (broken); and work f
Thank you all for your kind words!
We look forward in having feedback from you. The current Flower Dev
Center basically does what a "standard" UML tool is expected to do.
Adding the possibility to collaborate in real-time, use it on the web,
collaborate on code, etc. We use it for our internal
ok ;-)
-Message d'origine-
From: Maurice Amsellem
Sent: Friday, March 08, 2013 2:46 PM
To: dev@flex.apache.org
Subject: RE: An Eventbus for Apache Flex applications
You are right, flex dev list is not the right place. We can follow this
conversation privately, if you like to.
Maur
You are right, flex dev list is not the right place. We can follow this
conversation privately, if you like to.
Maurice
-Message d'origine-
De : Frédéric THOMAS [mailto:webdoubl...@hotmail.com]
Envoyé : vendredi 8 mars 2013 12:47
À : dev@flex.apache.org
Objet : Re: An Eventbus for Ap
pradeep c created FLEX-33424:
Summary: Getting Issues While Compiling the automation.swc and
automation_dmv.swc
Key: FLEX-33424
URL: https://issues.apache.org/jira/browse/FLEX-33424
Project: Apache Flex
Hi Maurice,
ok, thanks, btw, I don"t want to discuss the parsley usage on the dev list
and I don't know the specifics of your app but know that it's not because
you need several instances of your class to be managed that you need to
create several contexts with particular scopes to reach this
Hi Fred,
I am not using modules in my app because the whole app functionality is
required at startup (may I should :-) )
I am using hierarchical contexts for a very specific use that I will try to
explain shortly:
My app is using a small set of components (let's say 20) that are instantiated
s
Hi,
does anyone know where I can download the FXG Extension for
Photoshop CS5 that is mentioned here [1]? The Flash Catalyst site [2]
does not provide this link anymore. Could the Adobe folks on this list
be able to provide a working link for that? When importing skins into
Apache Flex, that exten
The syntax of an MXML document is now represented by a set of thread-safe
read-only interfaces (IMXMLData, IMXMLTagData, IMXMLTagAttributeData, etc.)
Clients of the MXML document, such as the MXML tree builder, now access the
document only through these interfaces and no longer use the concrete
30 matches
Mail list logo