Re: [flexcoders] Label Control Text Value Coming From a Function Call

2009-09-18 Thread Angelo Anolin
Alex, I tried it initially and it did not worked. Found out the reason.  The label control is inside a datagrid control column and what I did was I prepended the function call with the word outerDocument like: mx:Label id=LabelDay1 text={outerDocument.setDayName( 1,1,2009) }

[flexcoders] How can we increase web service performance?

2009-09-18 Thread Krunal Panchal
Hi All, I have create the web based flex application on which i am using the dot net web service. When i call the web service method it is taking time to retrive the data. Web Service Configuration: I have configure web service by importing option from Data menu. Which we will automatically 

[flexcoders] switching from lcds to blazeds

2009-09-18 Thread prince_arora84
I am using live cycle data management services in my flex project for backend connectivity. But now i am planning to switch from LCDS to Blazeds which do not supports Data management services. When i am trying to start the tomcat with blazeds exception is thrown regarding: 'AbstractAssembler'

[flexcoders] Re: How can we increase web service performance?

2009-09-18 Thread valdhor
Is the problem with Flex or with the web service itself? You can check data latency with something like Charles (www.charlesproxy.com). In my experience, web services are not that fast. --- In flexcoders@yahoogroups.com, Krunal Panchal panchal_...@... wrote: Hi All, I have create the web

[flexcoders] Re: Set default font size on RichTextEditor

2009-09-18 Thread valdhor
These links should help... http://flexonblog.wordpress.com/2008/01/19/usable-properties-of-richtexteditor-control-in-flex/ http://www.axelscript.com/2008/02/13/mxrichtexteditor-issues-font-too-large/ --- In flexcoders@yahoogroups.com, gotgoose09 thegoosm...@... wrote: I want to set the

[flexcoders] Re: switching from lcds to blazeds

2009-09-18 Thread Mete Atamel
No, you cannot use Data Management Service (and many other LCDS features) in BlazeDS. -Mete --- In flexcoders@yahoogroups.com, prince_arora84 prince_aror...@... wrote: I am using live cycle data management services in my flex project for backend connectivity. But now i am planning to

[flexcoders] Time tracking software

2009-09-18 Thread nrbilyk
Hi all, I just completed some time tracking software that works directly with Google spreadsheets. Thought I'd show it off to the group! http://www.gtimetracking.com/ -N

[flexcoders] Client/Server Synchronization Problem.

2009-09-18 Thread whiskerstasters
Hello everyone, I am currently experiencing some problems of Client/Server Synchronisation during the creation of a new entity with Cairngorm. When I try to create an object, for example User, I pass a new instance of UserVO with a NULL ID. COMMAND - DELEGATE - REMOTE OBJECT - SERVER. My

[flexcoders] sorting a datagrid column with an itemrenderer

2009-09-18 Thread kpjj31
How would I go about sorting a datagrid taht has one column. This column has an item renderer. mx:DataGridColumn headerText=Enrolled By dataField=FNAME id=enrolled_header mx:itemRenderer mx:Component

[flexcoders] Re: sorting a datagrid column with an itemrenderer

2009-09-18 Thread valdhor
Use a sortCompareFunction (http://livedocs.adobe.com/flex/3/langref/mx/controls/dataGridClasses/DataGridColumn.html#sortCompareFunction) --- In flexcoders@yahoogroups.com, kpjj31 joe.g.ja...@... wrote: How would I go about sorting a datagrid taht has one column. This column has an item

Re: [flexcoders] Re: How can we increase web service performance?

2009-09-18 Thread Krunal Panchal
hi hanks for prompt respose. Actually the problem with getting data (parsing the data). After calling web method, data will return after few seconds.which i want to solve.   Regards, Krunal Panchal  From: valdhor

[flexcoders] Re: Positioning using the graphics class?

2009-09-18 Thread Tracy
Ah, ok, I was beginning to suspect that based on the endpoint images in the docs. Thank you for the verification. But ugh, fractional pixels are new to me. Tracy --- In flexcoders@yahoogroups.com, Keith H kh...@... wrote: Lines drawn with the drawing API spread their thickness from the

[flexcoders] Re: AdvancedDataGrid itemOpen() to resize Container

2009-09-18 Thread Matthew
I figured out one way to do it: private function openRow():void{ var windowShade:WindowShade = this as WindowShade; windowShade.height += appColl.source.length * 20; } The problem seemed to be that I was

[flexcoders] Re: How can we increase web service performance?

2009-09-18 Thread valdhor
So, again I ask... Is the problem with the amount of time Flex takes to parse the data or with the amount of time taken to get the data from the web service? --- In flexcoders@yahoogroups.com, Krunal Panchal panchal_...@... wrote: hi hanks for prompt respose. Actually the problem with

[flexcoders] Re: sorting a datagrid column with an itemrenderer

2009-09-18 Thread turbo_vb
Man, I have to ask, how did you come up with a custom DataGridColumn component solution, that uses an inline itemRenderer? You're not doing anything crazy with the headerRenderer, so why not just create a custom itemRenderer instead? -TH --- In flexcoders@yahoogroups.com, valdhor

Re: [flexcoders] Re: How can we increase web service performance?

2009-09-18 Thread Krunal Panchal
getting time to take the data from the web service. for example: In web method i am executing the storec procedure, which will executed in 3 secs. but in the flex side data will retrive after 6-8 secs.   Regards, Krunal Panchal 

[flexcoders] Re: How can we increase web service performance?

2009-09-18 Thread turbo_vb
While they are the easiest to create and implement, WebServices are inherently the slowest protocol of choice. Consider switching to RemoteObject and BlazeDS; to realize a significant increase in performance. Having the client parse-out SOAP xml, is like choosing to put an old VW engine in

[flexcoders] Hi All

2009-09-18 Thread Calbeans
I just joined the group today and I'm really excited to learn more about Flex and AS3.

[flexcoders] Help with resizing contents of a window in Flex app.

2009-09-18 Thread michelleny914
I'm trying to setup a system that will allow the user to view PDF forms within my Flex app. I have created a WindowedApplication containing a HBox with contains a HTML control. My problem right now is that the PDF will display, but the window does not open at a good size for viewing. When I

[flexcoders] Still struggling with creation complete

2009-09-18 Thread dfalling
I have a viewstack that animates its children by sliding them in and out. It works fine when the creationPolicy is set to all, but when it's set to auto, uncreated views slide in blank, then render themselves. I thought that I could fix this by checking to see if a view has been created yet

[flexcoders] Drag and drop into Advanced Datagrid

2009-09-18 Thread timgerr
I was wondering if there are any examples of Drag and Drop into an advanced datagrid with an array collection as the data provider? Thanks for the help. timgerr

RE: [flexcoders] Still struggling with creation complete

2009-09-18 Thread Alex Harui
I still believe that all children of a viewstack are created no matter the creationpolicy. CreationPolicy affects the grandchildren. CreationComplete on the child is long gone. Try listening to SHOW as well, and call validateNow on the entire viewstack, not just the child. Children get

[flexcoders] Re: Drag and drop into Advanced Datagrid

2009-09-18 Thread timgerr
I have this advanced datagrid and I want to make sure that anything dropped into the grid can only go into a folder, can this happen? Thanks timgerr --- In flexcoders@yahoogroups.com, timgerr tgallag...@... wrote: I was wondering if there are any examples of Drag and Drop into an advanced

[flexcoders] Re: Still struggling with creation complete

2009-09-18 Thread dfalling
I'm not sure how SHOW would help me as I want to make everything happen before rendering the child. As an experiment, I made the child createComponentsFromDescriptors and called validateNow() at the viewstack level. I also replaced the event listener with a timer since I have no idea what

[flexcoders] Re: Creating Resize Handles

2009-09-18 Thread flexaustin
Robert, have you used the transformtool in a flex app before? When I try to add it via tool.target = mySprite and myOtherSprite.addChild(tool). It puts the tool on screen but its so small I can barely see it. If I try to set the w or h it stays the same size; tiny. Also when the tool is put on

RE: [flexcoders] Re: Still struggling with creation complete

2009-09-18 Thread Alex Harui
The code for a SHOW event runs before things are drawn to the screen. Sound like something is causing an extra invalidation of the children so they aren't ready right away. Can you make a simple test case? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

[flexcoders] Logic diagram library for Flex

2009-09-18 Thread twcrone70
Anyone know of any Flex libraries for creating logic diagrams or the like? Basically something that facilitates dragging 'items' on to a canvas and connecting with logical operations to create 'flows' with branching. Thanks, - Todd

[flexcoders] Using Just Some Components of Flexlib

2009-09-18 Thread Angelo Anolin
Hi FlexCoders, I have been browsing out the Flexlib in Google Code and I am thinking of using just some of the controls, particularly the Propt TextInput control. I have downloaded the ZIP file and have extracted the same. As I am using more of the command line compiler in Vista, how do I use

[flexcoders] Highlighting a day in DateChooser

2009-09-18 Thread David Harris
Hi Everyone, Is it possible with a DateField/DateChooser to highlight a specific day? EG: I have 2 DateChoosers. The user selectes a date in the first one, and then when they open the second one I would like the selected date from the first one to be highlighted. I see there is the ability to

[flexcoders] Re: Set default font size on RichTextEditor

2009-09-18 Thread gotgoose09
Thanks for the links, but I already tried changing the selection of the fontSizeCombo, and that did not work. Does anyone here know if changing the fontSizeCombo selection should work? Is there a better way of changing the font programatically? --- In flexcoders@yahoogroups.com, valdhor

[flexcoders] Re: Still struggling with creation complete

2009-09-18 Thread reflexactions
Out of the box when using deferred instantiation the ViewStack was designed to only support animations on a child container 'hide' not 'show'. If you only slide 'out' it should work fine, if you want to slide 'in' or both 'in' and 'out' you need to roll you own version of ViewStack and build in

RE: [flexcoders] Re: How can we increase web service performance?

2009-09-18 Thread Tracy Spratt
How are you doing your timing? As Steve has pointed out, there are two distinct parts to this. If the bottleneck is truly with the data service call then you will not be able to do much from within Flex. However, unless your data payload is huge, data transfer is rarely the bottleneck.

RE: [flexcoders] Re: Drag and drop into Advanced Datagrid

2009-09-18 Thread Tracy Spratt
I am sure. I have not done a lot with ADG but have done a lot with DnD in general and suspect the process will be the same. Declare your own drag event handlers and perform the logic needed. It is mostly irrelevant what the UI is since you will be manipulating a dataProvider. Tracy Spratt,