[flexcoders] BlazeDZ messaging works good in FF and IE, but don't in the Opera

2009-12-08 Thread Andrew Voronin
Hi all. I set up some messaging service with BlazeDS messaging, and my swf works good in FF, IE, Chrome as well as in standalone player, but fails with Opera:-(. I use streaming-amf channel, and here my service-config.xml : ?xml version=1.0 encoding=UTF-8? services-config services

[flexcoders] Strange UI behaviour after updated my SDK to 3.4.1 Stable build

2009-12-08 Thread Romeo Obane
Greetings, In the code below, you can have a LinkBar that depends it's link menus from the ViewStack and the second menu is somehow I set into disabled. eg. mx:LinkBar dataProvider={vs} direction=vertical / mx:ViewStack id=vs mx:Box label=Menu 1 / mx:Box label=Menu 2

Re: [flexcoders] Re: BrowserManager crossdomain issues

2009-12-08 Thread Alberto Brealey-Guzmán
Hello David, did you manage to solve this problem? I am trying to fix the exact same thing. cheers, Alberto On Tue, Sep 1, 2009 at 5:17 AM, Alex Harui aha...@adobe.com wrote: Smells like a JS/Flash security issue and maybe a JS side call will fix it.  I’m not an expert in this area

[flexcoders] Re: Help FLEX 3 and jasperReports

2009-12-08 Thread vish
Hi Iwan, This link is not working. http://www.jasperforge.org/sf/docman/do/downloadDocument/projects.jasperserver/docman.root/doc1095;jsessionid=B80C0A60DCB87BB0BC16BA313A469DB2 I am new to flex programming and wants to access Jasperserver web services

[flexcoders] Publishing Blazeds application

2009-12-08 Thread chenyang3
Hi all. I'm new to blazeds and I have created a flex/blazeds application and I'm able to test it sucessfully locally with tomcat. Now I'm publishing it to a web server to test it online. But I'm not sure about what extra configurations I would need to do in order to make it work on the web

[flexcoders] Spark / mx:DataGrid inline item renderer

2009-12-08 Thread Markus
Hi, I have simple question about how to write an inline item renderer with the new Spark components using the mx:DataGrid. If I try the code below it gives me an error that I can't access the data property when using the Spark s:Label. But with the mx:Label it works. What am I doing wrong?

[flexcoders] Re: invalidateList not working on Menu control

2009-12-08 Thread invertedspear
I don't think I've done what you described before, but I think you should try refreshing the dataprovider. arrayDP.refresh(); --- In flexcoders@yahoogroups.com, steveb805 quantumcheese...@... wrote: invalidateList is invalidating my mood ... no it's not that bad. I have a popUpButton:

[flexcoders] Re: invalidateList not working on Menu control

2009-12-08 Thread steveb805
Hi, actually I don't think that's supported for arrays, only arraycollections. It was my original code, but when running the app, you get a runtime error that refresh is not a function. Thanks though. --- In flexcoders@yahoogroups.com, invertedspear invertedsp...@... wrote: I don't think

[flexcoders] Re: invalidateList not working on Menu control

2009-12-08 Thread tiborballai
Hi Steve, invalidateList() tells the component that it needs to refresh it's rows on the next update, but that doesn't mean that the component will reload it's data. You'll either have to use databinding, or update the templateMenu's dataprovider property once you make changes to arrayDP.

Re: [flexcoders] Re: How can I sort ADGColumn with icons as data?

2009-12-08 Thread Thomas Silvester
Code sample please. Anitha --- On Sat, 12/5/09, jer_ela g...@nycap.rr.com wrote: From: jer_ela g...@nycap.rr.com Subject: [flexcoders] Re: How can I sort ADGColumn with icons as data? To: flexcoders@yahoogroups.com Date: Saturday, December 5, 2009, 12:02 AM   ADG columns have a

[flexcoders] Re: invalidateList not working on Menu control

2009-12-08 Thread steveb805
Yeah, My gut feeling was that calling the dataprovider assignment statement again was going to do the trick at the very least. I'll just use that since it definitely works - I guess I wanted to hear that particular option spoken from someone else. Thanks. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: How can I sort ADGColumn with icons as data?

2009-12-08 Thread tiborballai
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:AdvancedDataGrid id=adg1 designViewDataType=tree mx:columns mx:AdvancedDataGridColumn headerText=Icons dataField=datafield sortCompareFunction=sortIcons/

[flexcoders] using system fonts in Flex

2009-12-08 Thread Glenn Jones
AFAIK, any fonts used in Flex have to be compiled into the SWF. Is there some way to use system fonts that are already installed on a customer machine? Specifically, I'd like to build an app that uses Microsoft's new Segoi UI font (included with Vista and Office 2007) without compiling a TTF

[flexcoders] Bug in ByteArray?

2009-12-08 Thread jnewport
So I have some code (below) that clones an arrayCollection. It works the first time through doesn't work the next time through. The objects that are getting cloned are a custom object called Node. So my AC has a list of Nodes in it. The first time the clone returns an Object of type:Object

RE: [flexcoders] using system fonts in Flex

2009-12-08 Thread Alex Harui
I suppose you could upload them to a server and return a SWF with the font embedded Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Glenn Jones Sent:

RE: [flexcoders] Spark / mx:DataGrid inline item renderer

2009-12-08 Thread Alex Harui
New feature to make that easier due soon. Part of it is already in the nightly builds. Search for MXDataGridItemRenderer Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

RE: [flexcoders] List w Item Renderer Not Resizing as expected

2009-12-08 Thread Alex Harui
There might be a minHeight getting in the way. Set minHeight to 0 Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dan Pride Sent: Monday, December 07,

[flexcoders] Prevent inset/shifting of text in selected tabs

2009-12-08 Thread dfalling
When a tab in a tab navigator is selected, the text shifts down a slight amount. I've looked everywhere and can't find a style or property that's causing this. How can I prevent the text from shifting? Thanks

[flexcoders] Re: Prevent inset/shifting of text in selected tabs

2009-12-08 Thread invertedspear
I haven't seen that before but it may be something to do with some of your styles. Check this gadget out, it has helped me beyond words in dealing with styles in Flex. I haven't seen one for flex3 yet, but this covers most of everything.

[flexcoders] XMLList question

2009-12-08 Thread invertedspear
Is it possible to sort an XMLList? All the examples I can find on it create a new XMLListCollection like this: MyXMLListCol = new XMLListCollection(MyXMLList); I don't think the XMLListCollection in this case has any reference to the XMLList so sorting it would leave my XMLList unsorted, is

[SPAM] RE: [SPAM] [flexcoders] Re: e4x Filtering with a variable?

2009-12-08 Thread flexcoder2008
Thanks! --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: Aha, it is child(); So it would be: myXML.RootNode.child(Item + i); Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com

Re: [flexcoders] using system fonts in Flex

2009-12-08 Thread Guy Morton
Are you sure it won't pick up locally available fonts? I'm fairly sure it will. If you use CSS to define the font to use you can specify a list of fonts to degrade to, so if your preferred font is unavailable the next one on the list will be used. Have you tried that? Guy On 09/12/2009,

[flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210

2009-12-08 Thread jc_bad28
WSAS Web Service Application Server. http://wso2.com/products/web-services-application-server/ One of the cool things you can do is create web services from multiple data sources which means you could basically query across different servers/databases/platforms. --- In

RE: [flexcoders] using system fonts in Flex

2009-12-08 Thread Alex Harui
It will if he wants to use device fonts. I just assumed he wanted to use embedded fonts for various rendering effects. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]

[flexcoders] Re: Prevent inset/shifting of text in selected tabs

2009-12-08 Thread dfalling
It's definitely not a style I've set. If you go select the tab navigator in the style explorer, you should be able to notice the text in the tabs shifting down slightly whenever the tab is selected. I haven't found any styles or text properties that cause this, and have even dug through the

[flexcoders] Re: Prevent inset/shifting of text in selected tabs

2009-12-08 Thread invertedspear
I couldn't even notice it before, but now I can see it shifting about a pixel. It looks to me like it defaults to being vertically aligned to center, and the selected tab has no bottom border, so the space to center the text in is slightly bigger. There is no vertical-align style for selected

Re: [flexcoders] using system fonts in Flex

2009-12-08 Thread Guy Morton
Yes, the original post didn't state why he thought embedding was required, so you may be right and the requirement may have been to do something you can only do with an embedded font. In which case, neither of us has provided a useful answer, other that yes you need to embed the font in a

RE: [flexcoders] using system fonts in Flex

2009-12-08 Thread Gordon Smith
Out of curiosity, why *can't* Flash do things like rotate text unless the corresponding font is embedded? Couldn't it just embed the necessary glyphs from the local font on an as-needed basis? For one thing, you don't generally know at compile time (i.e., when the SWF is being created)

Re: [flexcoders] using system fonts in Flex

2009-12-08 Thread Glenn Jones
Thanks for all of the helpful responses. I don't need to rotate the text or do anything exotic with it - just render basic labels. I'm actually trying to avoid embedding fonts in the SWF as I don't have a license to redistribute my preferred font. If I can specify a list of fonts that includes

[flexcoders] Link Bar behaves differently after SDK 3.4.1 update

2009-12-08 Thread Romeo Obane
Greetings, In the code below, you can have a LinkBar that depends it's link menus from the ViewStack and the second menu is somehow I set into disabled. eg. mx:LinkBar dataProvider={vs} direction=vertical / mx:ViewStack id=vs mx:Box label=Menu 1 / mx:Box label=Menu 2

[flexcoders] itemchange effect with filter funtion

2009-12-08 Thread stinasius
hi guys i know i have asked this before, but surely there must be a way to animate items in a tilelist after applying a filter function to show the user that something has happened instead of having items just jump in place. please if anyone has found a way please share. my tilelist is

RE: [SPAM] [flexcoders] Re: invalidateList not working on Menu control

2009-12-08 Thread Tracy Spratt
Don't use Array for a dataProvider that might be changed programmatically. The low level Array API methods like push() do not dispatch the necessary events to update the UI Wrap the array in and ArrayCollection, and use the collection API to update it. Tracy Spratt, Lariat Services,

[flexcoders] Code Snippet

2009-12-08 Thread Shabir Gilkar
Hi All!, I hope you guys may like this http://asnippet.com/blog/ -- With Regards Shabir Ahmad Gilkar Srinagar Kashmir JK Voice: +91 9419942501 email: shabirgil...@gmail.com Skype: shabirgilkar