Re: [flexcoders] RTE in List when filtering ArrayCollection

2006-08-22 Thread João Fernandes
Matt,the filter is removing Items indeed, to solve the problem , I set the verticalScrollPosition to 0 before applying the refresh() method. To have it assigned to a single dataProvider , it's not a problem to use this kind of workaround but I think this should be handle by the listclass. João

[flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-22 Thread barry.beattie
Franck and Doug: may I be so bold as to include here some information I sent to our programming team for them to have some context? I offer it here as a talking point only - and would invite any comments or corrections to help me gain a better understanding myself ... this has just been gathered

Re: [flexcoders] Re: Issue with dates from Flex to MySQL

2006-08-22 Thread Tom Chiverton
On Monday 21 August 2006 22:32, gotgoose09 wrote: with a time of 00:00:00. Because my host's server is CST, it is an hour behind my server. This causes 1 hour to be subtracted from This is why, in general, servers should run in the UTC timezone. -- Tom Chiverton Helping to completely brand

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-22 Thread Tom Chiverton
On Monday 21 August 2006 12:54, Samuel D. Colak wrote: Is it thus by implication that FDS become some form of flash Hibernate ? There are people working on that right now :-) -- Tom Chiverton Helping to confidentially target second-generation systems

Re: [flexcoders] Choice of backend systems - which provides best functionality

2006-08-22 Thread Tom Chiverton
On Tuesday 22 August 2006 06:01, Douglas Knudsen wrote: note that Remote Object use is possible with ColdFusion without FDS. And PHP, apparently. -- Tom Chiverton Helping to enormously reintermediate six-generation portals This email is

Re: [flexcoders] Error 1065

2006-08-22 Thread Tom Chiverton
On Thursday 17 August 2006 20:41, geiger947 wrote: debug and play, I can make no changes other than adding some space in the mxml file Where ? references to this error, but in my case, there is no variable name. so I have no way of tracing this down. Recompile with debug on. -- Tom

Re: [flexcoders] Instantiating object in MXML

2006-08-22 Thread Sergey Kovalyov
Yes, there is no problem actually with this. Everything works ok. I just wanted to put my own CollapsablePanelGroup (manager that allows only one Panel in group to be in expanded state) class right before CollapsablePanel instances, like it's usually done with RadioButtonGroup and RadioButton

Re: [flexcoders] Re: Is it possible to add ControlBar container runtime?

2006-08-22 Thread Sergey Kovalyov
Any code example? On 8/21/06, thunderstumpgesatwork [EMAIL PROTECTED] wrote: You're going to need to set some properties on the ControlBar I think... Are you actually putting anything in the control bar? Set the size appropriately (either percentage or explicit) Possibly set some styles...

[flexcoders] Re: how to set button colors - flex 1.5

2006-08-22 Thread shemeshkale
PLEASE !! someone? if its not possible i would like to know. --- In flexcoders@yahoogroups.com, shemeshkale [EMAIL PROTECTED] wrote: using flex 1.5 how do i set the fill-colors of a pressed (down) state of a button? how do i set its highlight color? not with using themeColor kuz i want every

Re: [flexcoders] Re: Is it possible to add ControlBar container runtime?

2006-08-22 Thread Sergey Kovalyov
?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:states mx:State name=controlBarState mx:AddChild relativeTo={myPanel} position=lastChild mx:target

[flexcoders] Populating a tree with E4X notation

2006-08-22 Thread jamiebadman
Hi, Wonder if someone can help... I'm trying to build a basic tree using E4X notation but it's going kinda weird - as you can see if you run the code below, the tree seems to show ok - but it also shows the XML over the top of the tree! I guess I'm doing something quite wrong here - could

[flexcoders] Re: Issue with dates from Flex to MySQL

2006-08-22 Thread Tim Hoff
On a perfect world, maybe. But, why should a server have to worry about Flex handling dates in an easy, accurate and flexible manner? ECMA or not, this area feels incomplete - comparatively speaking. -TH --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday

Re: [flexcoders] addEventListener quirk?

2006-08-22 Thread Paul Hastings
On 8/22/06, Matt Chotin [EMAIL PROTECTED] wrote: Did you remove the original event handler so that you only have one listener at a time? yes sir. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] BUMP: any work-arounds? (DateField... BUG with DateChooser (picker) control)

2006-08-22 Thread Nate Hardt
Can you subclass the DateField and rewrite the DateChooser pop up code? On Aug 21, 2006, at 8:28 PM, barry.beattie wrote: it *tries* to displays it but disapears, so I'm hoping there might be a work-around (apart from moving the datagrid layout and/or size around) --- In

[flexcoders] 1119 - ERROR - Please Help

2006-08-22 Thread rashmi_nraj
Please help me with this.. I am getting the following error -- 1119: Access of possibly undefined property result through a reference with static type mx.rpc.http.mxml:HTTPService.. The code i am using is as follows.. I am getting the the error in the line where the tag mx:Model is

[flexcoders] xml data http services

2006-08-22 Thread dooms
hi i am new to flex . i have made an applications with xml data as backend. my problem it when i run my application from the web it download the xml data file. which concern the security as the data is exposed on the clients side. is there any way to only read data from the web server and

[flexcoders] FW: Problem in Texbox while populating from Grid

2006-08-22 Thread Renee
just now i have checked the same problem in flex 2.0 also. There is no improvement... Same problem exist in flex 2.0 also. Can anybody help in this area? Begin forwarded message Subject: Problem in Texbox while populating from Grid Date: 8/21/2006 7:58:05 PM From: Renee

[flexcoders] Microphone usage in Flex2

2006-08-22 Thread Gunther
Hello, Is it possible to use the microphone in a Flex 2 applicaion to record sound WITHOUT usage of a Flex/Flash server ? What we would like to do is to provide the user with the capability to record a voice message and than use this recorder file to do fun online stuff with. We don't want

[flexcoders] Re: scrolling issue in flex

2006-08-22 Thread bharg.flex
Hi , I tried getting the vposition value to a variable and reseting back. I am able to get the vposition value to a variable, but I am not able to reset it. This is how I did var pos:Number; pos = grdTest.vPosition; grdTest.executeBindings(); grdTest.vPosition = pos; Am I doing

Re: [flexcoders] Sending DataGrids data (columns) as POST variable - HOW TO?

2006-08-22 Thread Nate Hardt
If you want to parse the column names on the server, you could write a function to concatenate the column names and send them as a group. Instead of calling reqTodos.send call sendColumnNames. code: [Bindable] public var columnHeaders:String; public function sendColumnNames():void {

[flexcoders] Re: AMFPHP: Mapping date objects between PHP and Flex

2006-08-22 Thread Nate Hardt
Probably whoever designed the date class wanted to represent a date down to milliseconds, whereas the unix timestamp only represents a date down to the second. On Aug 21, 2006, at 2:53 PM, Renaun Erickson wrote: Ask the people that created Flash (the Date class), maybe they have a good

[flexcoders] MXML components in ActionScript

2006-08-22 Thread tinywhistles
Hi I am trying to access MXML components insideAS files. Like I have an MXML file where I have defined a panel with an ID, say loginPanel. What's required is that in an AS file, I should get a handle to loginPanel object, instantiated locally or otherwise. Pls help if anyone of you have any

[flexcoders] Re: Problem in opening the CSV file as Excel file in the browser

2006-08-22 Thread Yasovardhan Babu
Hi Ben, Thanks for your reply. I tried with the solution suggested by you. But, still it is opening a text file only. Any other solutions? Thanks and Regards, Yasu. --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: All the sources I found via Google show the header

Re: [flexcoders] MXML components in ActionScript

2006-08-22 Thread julien castelain
hi Rohan, This should help you http://aralbalkan.com/691 hf:) On 8/22/06, tinywhistles [EMAIL PROTECTED] wrote: Hi I am trying to access MXML components insideAS files. Like I have an MXML file where I have defined a panel with an ID, say loginPanel. What's required is that in an AS

Re: [flexcoders] Re: Issue with dates from Flex to MySQL

2006-08-22 Thread Tom Chiverton
On Tuesday 22 August 2006 11:38, Tim Hoff wrote: ECMA or not, this area feels incomplete - comparatively speaking. Indeed. I've mentioned before the total lack of proper date/time functions. -- Tom Chiverton Helping to preemptively accelerate intuitive supply-chains

[flexcoders] mx:ToggleButtonBar / mx:Button

2006-08-22 Thread Gunther
Why does the following code throws an exception: Error: ERROR: The dataProvider of 'a ToggleButtonBar' must be String, ViewStack, Array, or IList. mx:ToggleButtonBar x=10 y=60 width=640 height=202 mx:Array mx:Button label=Button 1 / mx:Button label=Button 2 /

[flexcoders] Re: Some Cairngorm questions

2006-08-22 Thread jrjazzman23
As I said, we're still doing textbook Cairngorm. My question revolved around our extract class refactoring that we started. Also, there's nothing that I'm aware of that says everything in the model has to be a VO. We still use VOs exclusively for moving data between different layers of the

[flexcoders] Sorting datagrid rows with drag and drop

2006-08-22 Thread davidheacock2
Hi All, I'm new to this group, so please forgive me if this question has been posted. I need some tips on how to allow the user to sort a datagrid manually by dragging and dropping rows, after which I will save their postions. Cheers -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Weird namespace/compiler error in FB2

2006-08-22 Thread RBullotta
*** BUMP/UPDATE *** Tried adding the path...no luck. Still generating a compiler error when reference custom MXML components (defined in a package) from an MXML application when the MXML application is not in the project root. HELP! -- Flexcoders Mailing List FAQ:

[flexcoders] Rotatation works with Label but not Button

2006-08-22 Thread Steve Gustafson
In the following code sample, the mx:Label rotates exactly as it should, the text displays vertically. However in the mx:Button, the button rotates but the text disappears.I have not found any work-arounds for displaying vertical buttons in buttons, tabNavigators or tabBars. Any help would be

Re: [flexcoders] Flex 2 Garbage Collection (based on AS3 changes)

2006-08-22 Thread Rich Tretola
What about images that are loaded through bindings? How do I remove the orginal image from memory when the binding changes which causes the load of a replacement image? Rich On 8/14/06, Brian Deitte [EMAIL PROTECTED] wrote: Setting it to null (along with removing any other references to the

[flexcoders] Re: Sending DataGrids data (columns) as POST variable - HOW TO?

2006-08-22 Thread kwdowicz
This help a lot, thanks! --- In flexcoders@yahoogroups.com, Nate Hardt [EMAIL PROTECTED] wrote: If you want to parse the column names on the server, you could write a function to concatenate the column names and send them as a group. Instead of calling reqTodos.send call sendColumnNames.

[flexcoders] Dynamically generate application states

2006-08-22 Thread dreuimar
Hey everyone, Currently in my application I have hard coded into the application a number of states for each screen of the application. I want certain users to have the option of selecting certain screens. Is there anyway to pull the available screens at runtime and add them dynamically, either

Re: [flexcoders] Re: Problem in opening the CSV file as Excel file in the browser

2006-08-22 Thread Tom Chiverton
On Tuesday 22 August 2006 05:55, Yasovardhan Babu wrote: But, still it is opening a text file only. Create a .txt file on the desktop. Rename it to .csv. Double click it. What does it open in ? -- Tom Chiverton Helping to preemptively drive cutting-edge schemas

[flexcoders] Re: Cairngorm and MVC: Quickie

2006-08-22 Thread Kenny Silanskas
Thank you to all for helping me get it right. I have one more thing which is more of a confidence question. If all user gestures are mapped to Commands, is it likely that larger apps will have anywhere from 50-70 commands? -Kenny __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Downloadable Flexcoders List Archive ??

2006-08-22 Thread data.kyle
No replies yet, can someone help or make suggestions? Thanks -kd --- In flexcoders@yahoogroups.com, data.kyle [EMAIL PROTECTED] wrote: Can someone help? I am often offline and so I download plain text archives of lists like flashcoders and osflash to use at this time. I really to be

RE: [flexcoders] Cairngorm eLearning Course and Quiz - who's in?

2006-08-22 Thread Evan Gifford
Ok, cool Ive got a few off-list responses to this, looks like well have the horsepower to make this thing run! Im still looking for an animator/storyboarder if anyone would like to help with that aspect, otherwise lets get started this weekend. For those of you who have

Re: [flexcoders] Help with adding datagrid to non-visible Sprite

2006-08-22 Thread Tom Chiverton
On Monday 21 August 2006 22:41, wayneposner wrote: I'm tyring to add a datagrid to a sprite class that doesn't display any data--its used strickly for printing. When I add the datagrid to the sprite, the resulting printed output is just a blank page. There is an issue with printing

Re: [flexcoders] Webservice Destination with Basic Authentication

2006-08-22 Thread Tom Chiverton
On Tuesday 22 August 2006 01:40, someguy7_7 wrote: faultString=[MessagingError message='Unknown destination 'mytest'. What do I need to do besides add the destination to the WEB-INF/flex/proxy-config.xml of my application so my app can find the It doesn't appear to be in the

Re: [flexcoders] Re: Downloadable Flexcoders List Archive ??

2006-08-22 Thread Tom Chiverton
On Tuesday 22 August 2006 15:05, data.kyle wrote: No replies yet, can someone help or make suggestions? Thanks Why not subscribe to the daily digest ? -- Tom Chiverton Helping to synergistically compete visionary applications This email

[flexcoders] mx:Button but without the border

2006-08-22 Thread Gunther
How do you / what is the best way to make a button with an image or a .swf without having the button border ? I want an image that is clickable (Button) without the button border ? I use: mx:Style .nextButtonStyle { borderStyle: none; focusThickness: 0; } /mx:Style

[flexcoders] Garbage Collection

2006-08-22 Thread Rich Tretola
If I have an object that has an ArrayCollection as a property, will setting the ArrayCollection = null remove the ArrayCollection from memory or does garbage collection only work on the parent object as a whole? Rich -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-22 Thread someguy7_7
I don't understand what you mean. Are you saying that the webservice I am trying to connect to has to have a services-config.xml? What information needs to be in the services-config.xml. I am connecting to a j2ee webservice. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]

[flexcoders] Connecting to webservice - Could not load WSDL error

2006-08-22 Thread bharg.flex
Hi Currently we are using RemoteObject for making calls to the business logic methods. The business logic is writen in .Net and the remote calls are routed through flashremoting. Instead of using remote object we would want to use the webservice and get away with flashremoting layer. So all

[flexcoders] Many options in List based Components. Best practice? (Using ValueObject)

2006-08-22 Thread lostinrecursion
Hi all, I have a screen in my application which will be fetching its ComboBox and List options from a database. I am planning to bind the List based components to this data via my ValueObject (We'll call it ProductOptionsVO for this excercise). Most of the data is coming back as a query and I am

[flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-22 Thread rhlarochelle
Franck, I appreciate your respons. When you say Remote Objects/Flex Data Services provides the most advanced way of interoperating with the backend, what specifically is possible? What are the capabilities that I would get leveraging Remote Objects/Flex Data Services that I would not get (or

[flexcoders] How to do stopDrag when mouseUp occurs outside dragsource?

2006-08-22 Thread jeremyrichman
I have an image in a canvas and on mouseDown I do a startDrag and mouseUp a stopDrag. But on the startDrag I set the rect to be the rectangle of the canvas. So when the drag starts and the mouse is moved outside the canvas, if the mouse is released the image does not get the mouseUp event and

Re: [flexcoders] Re: drag and drop from a grid to an image..

2006-08-22 Thread Amy
I did some testing and experimenting some more. I just used something like this:private function dragEnterHandler(event:DragEvent) {// Get the drop target component from the event object.var dragInitiator:Image=Image(event.currentTarget);DragManager.acceptDragDrop(dragInitiator);}and

RE: [flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-22 Thread Franck de Bruijn
Hi Barry, Im not sure if I can be of much help here. Im not into PHP, Im not into FDS and remoting and the AMF protocol that is related to it. For me, but that is totally a personal opinion, the only acceptable solution for communication with a back-end is webservices, and nothing

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-22 Thread Shannon Hicks
Bob- Web Services / HTTP services are not built to be the primary backend of your flex applications. Because they are XML based, they have quite a bit more overhead than flex's built-in AMF (Action Message Format). AMF is smaller, faster and uses less bandwidth than XML. AMF is what FDS

Re: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-22 Thread Douglas Knudsen
On 8/22/06, Shannon Hicks [EMAIL PROTECTED] wrote: Bob- Web Services / HTTP services are not built to be the primary backend of your flex applications. Because they are XML based, they have quite a bit more overhead than flex's built-in AMF (Action Message Format). AMF is smaller,

[flexcoders] Resizable, Collapsible, Draggable Panel??

2006-08-22 Thread Megan
Hi everyone. I've been trying to make a panel for an application that has quite a few features. It would need to be manually resizable (not just using states) when you mouse over the lower right hand corner and drag, it needs to be draggable and minimizable/maximizable. I've used the Popup Manager

Re: [flexcoders] Resizable, Collapsible, Draggable Panel??

2006-08-22 Thread Jeff Tapper
I've got examples of resizable and collapsible on my blog: http://jeff.mxdj.com/flex_2_maxrestorepanel_class.htm http://jeff.mxdj.com/sizeabletitlewindow.htm At 12:05 PM 8/22/2006, Megan wrote: Hi everyone. I've been trying to make a panel for an application that has quite a few features. It

Re: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-22 Thread Douglas Knudsen
yes, what Franck and Shannon said. :) Honestly, I think we all work in wholly different areas, sectors, ways, and company cultures. One shop may have a clear delineation between front and back end developers and trust only Java on the back and WS/REST calls only. Another shop may not have such

[flexcoders] FDS Data Management quesion

2006-08-22 Thread thunderstumpgesatwork
I have a question (or two) about saving/persisting/updating changes that have been made. I'm trying to maintain some granular level of control of which managed objects are saved and which are rolled back. First scenario: Assume we used dataservice.fill() to load a collection. Is it possible to

Re: [flexcoders] mx:Button but without the border

2006-08-22 Thread julien castelain
hi gunther,maybe you could subclass SimpleButton, and use a Loader to for your imagejust a thought ...On 8/22/06, Gunther [EMAIL PROTECTED] wrote: How do you / what is the best way to make a button with an image or a .swf without having the button border ?

RE: [flexcoders] mx:Button but without the border

2006-08-22 Thread Andrew Trice
Why not just use images and style attributes to skin the button (or use css)? You will not see the default button skin at all. You will only see the images. If you use transparent-background png images, the button shape will be the shape the non-transparent portions of the png image.

RE: [flexcoders] Re: Cairngorm and MVC: Quickie

2006-08-22 Thread Steven Webster
That's right Kenny ... and that's fine; the alternative would be fewer classes with much more code in them. Best, Steven Steven WebsterPractice Leader (Rich Internet Applications)Adobe

[flexcoders] Re: Resizable, Collapsible, Draggable Panel??

2006-08-22 Thread Megan
Thank you! I did come across these examples, I knew there were a couple I had forgotten to mention. I'm not sure why I didn't look into them more. Right now I'm getting two 1008 warnings in the MaxRestorePanel.as, one that the return value for function doRestore has no type declaration and one

RE: [flexcoders] xml data http services

2006-08-22 Thread Tracy Spratt
You could have a proxy service (I like HTTPService for this) send the xml data to Flex, instead of requesting an xml file directly, which is what I assume you are doing. And I further assume by download, you mean the file stays in the cache? Tracy From:

[flexcoders] Re: using RemoteObjects in actionscript 2

2006-08-22 Thread Kashif Noorani
This works in AS2: var service : mx.remoting.RemoteObject = new mx.remoting.RemoteObject(/amfgateway, serviceName, serviceResponder, null, new mx.services.Log(1, RemoteObject_AMF));

RE: [flexcoders] weather web service

2006-08-22 Thread Tracy Spratt
Weather Channel. http://www.weather.com/services/oap.html Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Darren Houle Sent: Monday, August 21, 2006 3:42 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] weather web

Re: [flexcoders] Re: Tree item renderer's scrolling with mousewheel

2006-08-22 Thread Marcel Fahle
Hi, did you found a solution on that in the meantime.. I got stucked on the same problem :( Marcel lyon.james wrote: Unfortunately, it isn't the tree component thats scrolling out of place or incorrectly. What's scrolling out of our control are the labels inside the items inside

Re: [flexcoders] Re: How to refresh a tree

2006-08-22 Thread Marcel Fahle
Hi Dave, did you found a solution on that? I've got a similar problem here. Marcel Dave Bobby wrote: This is flaky, might be a bug. root -a --aa --ab --ac -b -c --ca --cb --cc say the last server retrieval got ca, cb and cc. but the tree did not show a scrollbar. this tree

RE: [flexcoders] FDS, VOs, and ignoring client-side properties

2006-08-22 Thread Jeff Vroom
I think the problem is that currently when you specify [Managed] on a class, we will do code-generation for all properties of the class, even those properties which explicitly specify the [Bindable(event=someEvent)] metadata tag on them. (If your class specifies [Bindable], we do skip

Re: [flexcoders] Re: Resizable, Collapsible, Draggable Panel??

2006-08-22 Thread Jeff Tapper
oops, looks like i missed an update in there. In MaxRestorePanel, you can simply change private function doRestore(event:Event){ to private function doRestore(event:Event):void{ and likewise private function doRestore(event:Event){ should be private function doRestore(event:Event):void{ In

RE: [flexcoders] Dynamic topic creation with Flex messaging?

2006-08-22 Thread Seth Hodgson
Hi Brian, FDS JMS messaging destinations can't be added/removed at runtime. They must be defined statically in the configuration files. We're considering support for hierarchical JMS topics in a future release, which has the advantage that you know about the root destination at startup time

RE: [flexcoders] FDS Data Management quesion

2006-08-22 Thread Jeff Vroom
First off, a bit about how FDMS works behind the scenes. As you change a property of an object, a PropertyChangedEvent is fired which tells FDMS of the change. A message is logged for the item indicating that the property is changed. If you change a second property on the object, we

[flexcoders] Flex/Flash Remoting for Ruby on Rails

2006-08-22 Thread Mark Piller
Hi guys, I just wanted to let you know we released WebORB for Ruby on Rails today. The product is free and open-source (GPL license) and makes is super simple to integrate Flex and/or Flash Remoting applications with Rails. We implemented both AMF0 and AMF3 protocols as well as added support for

[flexcoders] Project References vs. ActionScript Build Path

2006-08-22 Thread Daniel Thompson
Question about Flex Builder: How does adding another project as a reference (in Project References) differ from adding the source path of that other project (in the ActionScript Build Path)? I know that adding it as a reference will not allow one to compile if you reference a class in that other

[flexcoders] RE: Asynchronous TestCase.setUp in FlexUnit (and another use case)

2006-08-22 Thread kaleb_pederson
Matt and all, I took a quick stab at this as it didn't look too bad, but unfortunately, it isn't quite that simple. FlexUnit is written such that it expects a number of things to happen synchronously, which causes some other problems in this case. Let me explain. After modifying

[flexcoders] XML not taking class vars: Flex 2 / AS3.0

2006-08-22 Thread JWOpitz
I have a Command Class:public class GetHelpTextCommand implements Command, IResponder { // public var sectionID:String = "AccountManagementSection"; public var helpID:String = "H001"; // public function execute (evt:CairngormEvent):void { trace ("command executing: " + evt.type,

[flexcoders] Re: FDS Data Management quesion

2006-08-22 Thread thunderstumpgesatwork
Thanks for the explanation, I think I have a better understanding now. So, I think what I got from that is that if I want to have control over each object that I commit, I have to use a separate DataService for each one? Thanks for logging the enhancement request, as selecting which managed

[flexcoders] Flex 2 and document encryption

2006-08-22 Thread Wally Randall
Does anyone know of action script functions capable of encrypting documents on the client prior to upload to the server? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-22 Thread Dave Wolf
I simply have to disagree here. We can demonstrate several in production applications which we have developed using SOAP XML WebServices and they perform like a champ. One of them was the runner up for last years MAX award. The majority of the applications we develop use this architecture and

RE: [Junk E-Mail - LOW] [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-22 Thread Shannon Hicks
Sorry to possibly spread misinformation. I'm quoting the "Flex 2: Fast Track to Rich Internet Applications" course book. Perhaps Adobe can back up my (their) words? Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave WolfSent: Tuesday, August 22, 2006

Re: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-22 Thread Ralf Bokelberg
On 8/22/06, Dave Wolf [EMAIL PROTECTED] wrote: Worring about 300 milliseconds is like trying to debate the number of angels that could dance on the end of a pin. If the user can't see them, it doesn't matter how many there are. Nice metaphor, I like that :) Cheers, Ralf. -- Flexcoders

[flexcoders] Issue with drawing on UIComponent

2006-08-22 Thread Steven Toth
I'm subclassing UIComponent and want to draw a lines around certain edges (a pseudoborder), however when I use the graphics object to draw the lines from the upper left corner (0, 0) to the lower left corner (0, unscaledHeight) in updateDisplayList() the line shows up a pixel 1 (i.e. I see the

Re: [flexcoders] Flex 2 and document encryption

2006-08-22 Thread Evert | Collab
Using https would be a good way.. that way everything will happen on a much lower level.. Evert Wally Randall wrote: Does anyone know of action script functions capable of encrypting documents on the client prior to upload to the server? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Project References vs. ActionScript Build Path

2006-08-22 Thread Martin Wood
This was something i've been wondering about so I double checked the behaviour of the JDT and search the help and it says this : 'The referenced project list is used to determine the build order. A project is always built after all its referenced projects are built.' BUT, adding a project to

Re: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-22 Thread Douglas Knudsen
Dave, by Developing your user experience in a front-to-back approach which assures great fidelity between the data formats of the tiers can account for an order of magnitude performance increase. That is the kind of performance increase users will actually experience In short you are

Re: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-22 Thread Claus Wahlers
There are many other very smart things you can do like extending existing controls to do streaming rendering of data to provide the perception of speed, server side paging, caching, etc. I fully agree with Dave. In the Flash world, XML has always been ill-reputed as being 'bloated' and

RE: [flexcoders] StyleManager

2006-08-22 Thread Gordon Smith
When a Flex app starts up, the StyleManager already has a set of selectors, such as for ApplicationControlBar and ComboBox. They have default settings for all the styles that the components expect to be set. If a style is unset, you can get RTEs or other misbehavior. In general, you

[flexcoders] Re: Dynamically generate application states

2006-08-22 Thread Tim Hoff
Hi Brennan, This kind of thing really depends on the size/complexity of your application and the possible combinations of user privleges. In many cases you can get away with using roles (administrator, contractor, clerk...) to control application feature accesss. However, in other cases,

[flexcoders] Send Tree data to CF

2006-08-22 Thread qnotemedia
Hi all - a bit of a newbie here, but I'm coming along with some basics in Flex2 / CF7.02. I went quite far with CF Flash Forms, and am ready to dig deep into flex. I've successfully learned how to load XML data to a tree and make it look right (using httpservice). The original external xml

RE: [flexcoders] Cairngorm and MVC: Quickie

2006-08-22 Thread Darren Houle
Start off with one model for your app and as your application grows, you will probably see the need to refactor. At that time, create a second model and so on and so forth. Just to give u a quick idea, I have 3 models in my current project: BizModel - hold main data that actually goes back and

RE: [flexcoders] Many options in List based Components. Best practice? (Using ValueObject)

2006-08-22 Thread Dimitrios Gianninas
Depends on what the process is as a whole, kinda hard to say. If it is real simple, I call the method on the java class just passing one or two parameters. So just tae the PK of the ProductOptionsVO and use that. If it is more complex, then send back a totally different VO to the server.

RE: [flexcoders] Re: how to set button colors - flex 1.5

2006-08-22 Thread Matt Chotin
Maybe try the selectedFillColors style? Otherwise you may need to re-skin. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale Sent: Tuesday, August 22, 2006 1:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to set

RE: [flexcoders] 1119 - ERROR - Please Help

2006-08-22 Thread Matt Chotin
This looks like bad code for Flex 2, it appears to be written for Flex 1.5 but the error is from Flex 2. Check a more recent copy of the Flex Explorer for an example. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rashmi_nraj Sent: Tuesday,

RE: [flexcoders] RE: Asynchronous TestCase.setUp in FlexUnit (and another use case)

2006-08-22 Thread Matt Chotin
Doing a while loop wont work, if it did we wouldnt have all the complications of this system J Your idea of #1 is exactly right, setup now needs to become more like the async calls. Sorry, I havent looked at this code in a year, youll need to muddle through but it should be doable.

[flexcoders] event type

2006-08-22 Thread moni_singhal
Hi All, While migrating an application from flex1.5 to flex2 am getting few warnings for the event types. In the code below what should be the type of 'event' and 'event.call'.Actually i tried to make event of type Event but event.call is not a property of Event class so it gave me error. So