RE: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(

2010-04-26 Thread Nini7016 Nini7016
Hello I tried your solution and it works very well :) :) :) Thank yo very much :) :) :) _ Hotmail et MSN dans la poche? HOTMAIL et MSN sont dispo gratuitement sur votre

Re: [flexcoders] DataGrid---crushing of DataProvider--how to cancat the last contain of DataProvider with an other one ??? :( :(

2010-04-26 Thread Oleg Sivokon
Ha, you're welcome :)

[flexcoders] Spark Panel width=0 but still showing

2010-04-26 Thread bhaq1972
I am setting the width of a Spark Panel to zero but I can still see it. Halo Panel does not have this problem. Any ideas? Thanks in Advance. Here's a simple example ?xml version=1.0 encoding=utf-8? s:Application xmlns:fx=http://ns.adobe.com/mxml/2009;

Fw: [flexcoders] draw a line chart in such a way that if x-axis or y-axis are 0 (zero) it will not plot that point in line chart

2010-04-26 Thread Krunal Panchal
any update friedns Regards, Krunal Panchal | *panchal_...@yahoo.com - Forwarded Message From: Krunal Panchal panchal_...@yahoo.com To: Flex Coder flexcoders@yahoogroups.com Sent: Sat, 24 April, 2010 10:38:12 Subject: [flexcoders] draw a line chart

[flexcoders] How call to a function declared in MXML file from ActionScript class ?

2010-04-26 Thread Nini7016 Nini7016
Hello :) I created a dataGrid in a file MXML like this : * mx:Panel title= Handing Data height=100% width=100% paddingTop=10 paddingLeft=10 paddingRight=10 !--mx:Label width=100% color=blue text=Select a row in the DataGrid control./--

[flexcoders] Re: Spark Panel width=0 but still showing

2010-04-26 Thread bhaq1972
Sorted... I need the property clipAndEnableScrolling=true for the main panel to be set. s:Panel id=MainPanel s:layout s:VerticalLayout clipAndEnableScrolling=true /s:layout /s:Panel --- In flexcoders@yahoogroups.com, bhaq1972 mbha...@... wrote: I am setting the width of a Spark

Re: [flexcoders] How call to a function declared in MXML file from ActionScript class ?

2010-04-26 Thread Ganesh Suyampirakasam
create an object of that class and use that function make it function as public in that class. then you may able to access it. --- On Mon, 26/4/10, Nini7016 Nini7016 nahloulaha...@hotmail.com wrote: From: Nini7016 Nini7016 nahloulaha...@hotmail.com Subject: [flexcoders] How call to a function

[flexcoders] Re: How call to a function declared in MXML file from ActionScript class ?

2010-04-26 Thread Jeffry Houser
I'm not entirely sure, but I would have expected your code to throw an error. The function references an MXML DataGrid ( dg ) inside bpmnFigureData before bpmnFigureData is added as a child. That means that createChildren hasn't been run yet and I would expect DG to be null. --- In

[flexcoders] Re: How to compress Spark skins into swc/swf and use them in Flex 4?

2010-04-26 Thread djamsheds
For those interested, there are some ideas discussed on this: http://forums.adobe.com/message/2016689#2016689 --- In flexcoders@yahoogroups.com, djamsheds djams...@... wrote: In Flex 3 our designer basically created all custom skins in AI and compiled them into swf file, which I used in css

[flexcoders] Re: Flebuilder 3 manage project

2010-04-26 Thread aceoohay
Sorry for not responding... We chose flex because once we wrote the tools needed to make things easy we can knock out a form fairly quickly. We wanted a web based solution, we did not want to be tied to Apex, or any proprietary oracle product. One other consideration we had is that we don't

[flexcoders] Re: Flebuilder 3 manage project

2010-04-26 Thread aceoohay
We are still having the problem, but I have been too busy to check flexcoders. It sure would be nice if Yahoo groups would notify you of responses to threads you are members of. We are not using a CVS, the project is on a network share, multiple developers have FB3 on their desktop, and the

[flexcoders] Modal windows and blur problem...

2010-04-26 Thread aceoohay
We are developing an application where security is important. I have set up a screen saver where if a mouse click or keystroke hasn't occured within n minutes it displays a modal box asking for the password and has a blur factor of 10. This works great, mostly. The problem I have is if another

[flexcoders] Re: How to clear cached RSL programmatically?

2010-04-26 Thread handitan
Hi Alex, Thx for your explanation. Based on what you just said, my understanding is that the answer to the question that I put out on the scenario is RSL from Step 1 would be the one that's still got loaded. And you mentioned before the solution is publish new ones. When you said that, I

[flexcoders] Explicitly setting the height of a row in a DataGrid

2010-04-26 Thread Jay Proulx
Good morning all, I have a custom DataGrid that handles an event from one of its item renderers, adds a new component to listContent (and positions and sizes it), then I want to increase the height of the associated row. Right now I'm setting rowInfo[rowId].height, and calling

Re: [flexcoders] Modal windows and blur problem...

2010-04-26 Thread Tom Chiverton
On Monday 26 Apr 2010 16:07:27 you wrote: Any ideas on how to blur everything including all modal windows. Add a new object the full width/height of the Stage ? -- Helping to revolutionarily e-enable leading-edge virtual magnetic industry- wide interfaces as part of the IT team of the year

Re: [flexcoders] How call to a function declared in MXML file from ActionScript class ?

2010-04-26 Thread Haykel BEN JEMIA
Where do you set the dataProvider of the DataGrid? What is the bpmnDataComponent that you pass to the retreiveData() function? Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Mon, Apr 26, 2010 at 11:10 AM, Nini7016 Nini7016 nahloulaha...@hotmail.com wrote: Hello

[flexcoders] Retrieving And Copying My Data For My App via Php

2010-04-26 Thread James
All the data for my app is dynamic and is brought into my app via a http request to a php file which converts it into xml so flex can use the data. The thing is because of my weak knowledge of php I'm struggling to get some functions working in it. When I ask for help on a php forum full of php

[flexcoders] Re: Modal windows and blur problem...

2010-04-26 Thread aceoohay
Tom: How would I go about that? The two issues I see are; 1) Determine the width height of the stage. 2) Create an object with a background that does the blur. I currently have a titlewindow in a canvas, so once I determine the height width to use I can make the canvas as big as I want, but

[flexcoders] Re: RTMPS performance issue

2010-04-26 Thread sanjitcs
Hi, I have found significant time difference i.e 10 times between rtmps and rtmp communication of server. I have doubt that ssl communication takes time in encoding and decoding data 10 times. For same SSL communication takes lesser time in production environment in comparison to QA

Re: [flexcoders] Re: Modal windows and blur problem...

2010-04-26 Thread Alex Harui
What happens if you apply a filter to systemManager? On 4/26/10 9:50 AM, aceoohay pa...@compuace.com wrote: Tom: How would I go about that? The two issues I see are; 1) Determine the width height of the stage. 2) Create an object with a background that does the blur. I currently have a

Re: [flexcoders] Explicitly setting the height of a row in a DataGrid

2010-04-26 Thread Alex Harui
I think rowInfo is going to get refreshed by makeRowsAndColumns. Why are you adding to listContent? Normally you’d alter the measuredHeight of a renderer to get a row to grow and add any new widgets to the renderer. On 4/26/10 7:21 AM, Jay Proulx jason.pro...@gmail.com wrote: Good

Re: [flexcoders] Re: How to clear cached RSL programmatically?

2010-04-26 Thread Alex Harui
Yes, that’s what we’re doing so I think that’s the only way that is known to work. On 4/26/10 8:10 AM, handitan handi@gmail.com wrote: Hi Alex, Thx for your explanation. Based on what you just said, my understanding is that the answer to the question that I put out on the scenario

[flexcoders] Re: Modal windows and blur problem...

2010-04-26 Thread aceoohay
Alex: How? systemManager.setStyle(modalTransparencyBlur,10) ? Paul --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: What happens if you apply a filter to systemManager? On 4/26/10 9:50 AM, aceoohay pa...@... wrote: Tom: How would I go about that? The two

[flexcoders] Re: How to clear cached RSL programmatically?

2010-04-26 Thread handitan
Alright cool, thx for clearing up Alex! Time to modify my ant build scripts :) --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Yes, that's what we're doing so I think that's the only way that is known to work. On 4/26/10 8:10 AM, handitan handi@... wrote:

Re: [flexcoders] Efficient SOAP WebService invocation

2010-04-26 Thread sasuke
@Oleg Mike Thanks for the answers. Multi-invocation safe webservice and operation objects is just what I needed here. I'll try it out and let the group know in case I end up facing invoking multiple operations using the same operation/webservice objects. Regards, sasuke -- View this message

[flexcoders] Import Statement Question

2010-04-26 Thread Dan Pride
I am working on an app that contains a series of import statements in the mxml file that reference packages that I can not see in the Navigator pane. I didn't know this is possible? How can it reference a package which does not appear to exist? Thanks Dan

Re: [flexcoders] Re: Flebuilder 3 manage project

2010-04-26 Thread Baz
You definitely need some kind of source control like SVN or GIT. You check out your project, work/test locally, then commit back to the repo. You can do this as often as you like. If you don't want to go that route, even though you really, really, really should... at a minimum, make sure that the

[flexcoders] Re: Import Statement Question

2010-04-26 Thread Jeffry Houser
I bet the packages are in a library project or a SWC. The packages could also be part of the Flex framework. You wouldn't see thise in the navigator pane of your Flex project. --- In flexcoders@yahoogroups.com, Dan Pride danielpr...@... wrote: I am working on an app that contains a

[flexcoders] Re: Flebuilder 3 manage project

2010-04-26 Thread aceoohay
BTW, I can't find aYahoo option that will only send messages to threads that I am involved in. Paul --- In flexcoders@yahoogroups.com, Baz li...@... wrote: You definitely need some kind of source control like SVN or GIT. You check out your project, work/test locally, then commit back to the

[flexcoders] Re: Flebuilder 3 manage project

2010-04-26 Thread aceoohay
Okay, say I want to use some sort of version control. I am not opposed to it, but I can't spend too much effort implementing this whilst still trying to get the project done within an unreasonable deadline. What do you suggest product wise? My developers have local/vpn access to the network

Re: [flexcoders] Re: Flebuilder 3 manage project

2010-04-26 Thread Baz
In my book, there are only 2 options for source control: GIT and Subversion. The main difference between them is that GIT is distributed and SVN is centralized. The future is with GIT, but SVN is more prevalent and its tooling more refined. If I were you, learning a whole new system, I'd go with

[flexcoders] air html control, get selection source

2010-04-26 Thread Derrick Anderson
Hi, Does anyone know of a way to get the source of a selection when using the AIR html control, similar to how you can do it in firefox? thanks derrick

Re: [flexcoders] Re: Modal windows and blur problem...

2010-04-26 Thread Alex Harui
I was thinking something like: SystemManager.filters = [ new BlurFilter(...) ]; On 4/26/10 10:30 AM, aceoohay pa...@compuace.com wrote: Alex: How? systemManager.setStyle(modalTransparencyBlur,10) ? Paul --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex