Re: Re: [flexcoders] integrating map24 maps with FLEX2

2006-08-07 Thread duccio del ministro
Thanks a lot. I'll give it a try.CheersDuccio2006/8/4, Rich Tretola [EMAIL PROTECTED]: I think the IFrame is the only way to go. Here is the original sample but I think its FP 8.5: http://www.deitte.com/archives/2006/02/embedding_html.htm Rich On 8/4/06,

[flexcoders] Custom CheckBox icon?

2006-08-07 Thread Jason
Does anyone know how to set the default 'check' icon of a CheckBox to a different image? I would like to use an 'x' instead of the 'check'. The class definition shows that it inherits the 'icon' style from the Button class, but I cannot seem to be able to set the icon attribute like I can with a

[flexcoders] another XMLListCollection bug

2006-08-07 Thread Tom Bray
If you run the code below, click the button, and expand the asdf node, you'll see an unexpected node caused by mx_internal_uid[some hash code here]/mx_internal_uid that gets added to the xml. Here's the resulting xml: items item label=tom/ item label=asdf item label=efefe/

Re: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Thomas Rühl -akitogo-
Thanks for your interest so far... but this isn't really the direction I intended to point out. Dave, I know that the documentation and modelling process basically doesn't depend on HOW an application is written. I'm not trying from model to generated code, although it would be really neat to

Re: [flexcoders] [Flex 2][ArrayCollection][Bug] Bindings don't executing when setting AC to a new ArrayCollection()

2006-08-07 Thread Carlos Rovira
Hi Matt,I create the example that shows the bug, in case I was not missing something.The example uses an ArrayCollection to fire a property variable and then bind this variable to the TextInput. In my Application the AC is in a ModelLocator, and I expect that changes in the AC will be reflected

[flexcoders] Aborting operations

2006-08-07 Thread fritzdimmel
Hi! What I want: I want to create a custom AS class, named TimeoutManager. This class then executes some tasks from my app, but if one task needs longer than a specified timeout (via Timer class / TimerEvent.TIMER_COMPLETE), it should stop the task. I only found an attribute requestTimeout for

Re: [flexcoders] Isnt there *any* hello world/getting started doc for cairngorm???

2006-08-07 Thread Tom Chiverton
On Monday 07 August 2006 03:51, hank williams wrote: Wow. Thanks. Its amazing that that is burried in someones blog instead of right there with the rest of the cairngorm info on adobe labs. :looks Hmm. For some reason the main Wiki page is locked against edits. I've stuck something on the end

RE: [flexcoders] Isnt there *any* hello world/getting started doc for cairngorm???

2006-08-07 Thread Steven Webster
Guys, Our focus was on getting Cairngorm available to you to coincide with the Flex 2 launch, for those of you who were building Flex 2 applications and needed a version of Cairngorm up and running as soon as possible. There was a not insignificant amount of effort involved in even just getting

Re: [flexcoders] ICQ, Skype, Yahoo and other messengers id validation

2006-08-07 Thread Sergey Kovalyov
Yes, but when I'm trying to get online status indicator image, it returns 404 error for all numbers less than 1. On 8/4/06, Rostislav A. Siryk [EMAIL PROTECTED] wrote: Sergey, As I understand, the only requirement for ICQ numbers is to be a number. Historically, ICQ numbers started from

[flexcoders] [Flex 2][PopUpMenuButton][Bug] Duplicate icons when select menuitems in the pop up menu

2006-08-07 Thread Carlos Rovira
Hi, (This bug could be reproduced with PopUpButton as well).See the following example:mx:PopUpMenuButton dataProvider={menuData}/...[Bindable] public var menuData:Array = [ {label: Salvar, icon:sessions.EmbededAssets.add_icon}, {label: Cancelar,

Re: [flexcoders] Isnt there *any* hello world/getting started doc for cairngorm???

2006-08-07 Thread hank williams
We'll be aggregating all the examples that we and the community have written in the weeks ahead, and using the Wiki on Labs to make all that content (and more) available. Will it really take a few weeks to put pointers of alex's work on the wiki? Since it is a community project is it possible

Re: [flexcoders] Re: Help with SharedObject please!

2006-08-07 Thread Tom Chiverton
On Saturday 05 August 2006 14:21, wayneposner wrote: running. Selecting localhost never seems to work for me as it just keeps re-prompting me for the location of the debugger. Run fdb from the command line. Type run. Now access the debug SWF. Wayne Incidently it stops working isn't very

RE: [flexcoders] Isnt there *any* hello world/getting started doc for cairngorm???

2006-08-07 Thread Steven Webster
Hank, I'm pretty sure the wiki *is* community editable (and that some had done so already) ... if you're having problems doing so then let me know. There's currently a link to Alex's blog, but it doesn't explicitly call out the examples he has currently. Steven

RE: [flexcoders] Isnt there *any* hello world/getting started doc for cairngorm???

2006-08-07 Thread Steven Webster
Correcting myself; only the DISCUSSION tab is publically editable ... the rest of the content goes through a staging server on adobe.com and only we have edit rights at present. My apologiesI'll endeavour for someone to update as soon as possible. Steven

[flexcoders] Trouble to connect my debug player to flex builder

2006-08-07 Thread Flapflap
Hi there, When launching debug through Flex Builder, my page is launched on a local apache through localhost. But my player don't find the debugger (or maybe one time on ten)... What can I do to be sure that all is good ? This is a new fresh install (flex builder and plug-in) and I've well

Re: [flexcoders] Isnt there *any* hello world/getting started doc for cairngorm???

2006-08-07 Thread hank williams
Thanks Steven,I think it will greatly benefit re: cairngorm ease of adoption.RegardsHankOn 8/7/06, Steven Webster [EMAIL PROTECTED] wrote: Correcting myself; only the DISCUSSION tab is publically editable ... the rest of the content goes through a staging server on adobe.com and only

[flexcoders] Re:What do you use for modelling a Flex2 application...?

2006-08-07 Thread Dekayd
I use a UML Model along with a code generation architecting software. In situations where you get to start an app from scratch its possible to generate up to 75% of the code using this method. I am working on some templates for Flex 2 right now. --Kelly -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re:What do you use for modelling a Flex2 application...?

2006-08-07 Thread Thomas Rühl
Hi Kelly, sounds great with the Flex templates ;) What software do you use for your modelling? Cheers, Thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314 Frankfurt Telefon +49 (0) 69 800 69 445

[flexcoders] ApplicationControlBar - highlightAlphas doesn't exist but I can still use it

2006-08-07 Thread nelsoncostabatista
Hello all, I'm using an ApplicationControlBar and needed to use the style highlightAlphas, as I did with the beta versions. In the MXML code and in the documentation, this style doesn't exist, but if I set this style with Action Script I can still use it. Is this normal? Is this a compatibility

Re: [flexcoders] Chage text on main preload

2006-08-07 Thread Samuel Reuben
I think you posted the same question on the Discussion forum, it's answered there for you. Thanks, -sam On 8/2/06, Jesús Iglesias [EMAIL PROTECTED] wrote: Hi again, Does anybody know how to change the text of the main preload Loading and Initializing? Thanks. __._,_.___ --

[flexcoders] Security Question

2006-08-07 Thread hank williams
I am curious about the security issues associated with sending commands from flex to a remote database. As I write code to send commands to the server, I am wondering how secure it is to do so. In other words. If I want to send a command to the server to update a field in the database, how easy

RE: [flexcoders] ApplicationControlBar - highlightAlphas doesn't exist but I can still use it

2006-08-07 Thread Jack W. Caldwell @ Zingit Technologies, Inc.
Nelson: I did not use the beta version, but . . . . was the highlightAlphas replaced with fillAlphas? Jack From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nelsoncostabatistaSent: Monday, August 07, 2006 6:36 AMTo: flexcoders@yahoogroups.comSubject:

[flexcoders] ArrayUtil.toArray trouble (works in beta 3 not in release)

2006-08-07 Thread Flapflap
Hi there, I use to have some httpservice xml result binding to an array using ArrayUtil.toArray method. They used has a dataprovider for a combobox. In beta 3 all is ok Now my combobox only show one ligne of [Object object] seperate with comas. I d'ont see anything one change on this method

Re: [flexcoders] TitleWindow Text colors

2006-08-07 Thread Samuel Reuben
Hi Tim, You can change the Title text color using titleStyleName. But changing it to two colors is not possible, you could probably us the status and use the statusStyleNameto change it's color too or use and image in front of the text which has the textCurrent Window and set it as the

Re: [flexcoders] TitleWindow Text colors

2006-08-07 Thread Samuel Reuben
The closest that you will be able to get is setting the titleIcon(to an image with text in it) and changing the titleStyleName. -sam On 8/7/06, Samuel Reuben [EMAIL PROTECTED] wrote: Hi Tim, You can change the Title text color using titleStyleName. But changing it to two colors is not

RE: [flexcoders] Re: RadioButtons as customItemRenderers/Editors in DataGrids

2006-08-07 Thread John Mazzocchi
Tim, thanks ... yeah I did discover that. My RadioButtons have: groupName="{(data.parent())[EMAIL PROTECTED]" My only issue now is that there are *multiple* RadioButtonGroups in my app, and I need to set the id of each one from the XML I've read in. It seems that the id can only be

RE: [flexcoders] Java developers: How do you organize your projects?

2006-08-07 Thread Joost Nuijten
No special facades. Most of the time consists of a series of webmethods within a webservices. The data that is returned is static. When development progresses the static data is replaced by the programming logic. ~joost Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens

RE: [flexcoders] Isnt there *any* hello world/getting started doc for cairngorm???

2006-08-07 Thread Joost Nuijten
I came across some start tutorials last week. Let's see if I can find them again... Anyway, the book 'Developing rich internet clients with Macromedia Flex'helped a lot. It's for Flex 1.5. I still use it to teach new Flex developers, but there's a new version coming for Flex 2. Van:

RE: [flexcoders] [Flex 2][ArrayCollection][Bug] Bindings don't executing when setting AC to a new ArrayCollection()

2006-08-07 Thread Joost Nuijten
The Flex components use a little trick to make the binding work. They apply an event listener to a collection. Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Gareth EdwardsVerzonden: maandag 7 augustus 2006 6:56Aan: flexcoders@yahoogroups.comOnderwerp: Re: [flexcoders]

[flexcoders] TileList dataprovider refresh Problem

2006-08-07 Thread dadaimgriff
Hi, I've got some serious trouble using a TileList with Data-Binding. I have a TileList to display a part of an XML and a selectbox to switch betwenn different parts of this xml (chapters). The XMLListCollection containing the content of the TileList is Bindable and even changes, as you can

[flexcoders] Laying out two charts

2006-08-07 Thread Pramod
Hi, I have a requirement where in I need to show two charts in a form of a Dashboard. I have two non-dependant charts in two mxml files (Linechart.mxml and pieChart.mxml).How do i integrate them in a single mxml file - main.mxml file. Thanks in advance, Pramod -- Flexcoders Mailing List

RE: [flexcoders] Custom item renderer and view states

2006-08-07 Thread Joost Nuijten
Hi Bjorn, Yes, I'm able to trace the text box. Everything seems to be alright, but it is just not visible. I removed all masks, and other objects overlapping the textbox, but it's just gone. Any ideas? cheers, Joost Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Bjorn

RE: [flexcoders] Dump?

2006-08-07 Thread Joost Nuijten
nice one! Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Jeremy LuVerzonden: maandag 7 augustus 2006 4:08Aan: flexcoders@yahoogroups.comOnderwerp: Re: [flexcoders] Dump? -import mx.utils.ObjectUtil;ObjectUtil.toString( loginVO );-This makes

Re: [flexcoders] How to migrate HAccordion from flex 1.5 to flex 2 ?

2006-08-07 Thread Scott Barnes
I'll port HAccordion to FLEX 2 in the next few days, just getting my bearings after a MIA from FLEX for a bit :)On 8/4/06, Tom Chiverton [EMAIL PROTECTED] wrote:On Thursday 03 August 2006 13:37, exeypan wrote: //before my correcting /* line 52 */ public class mx:Canvas extends Box //after my

RE: [flexcoders] Re: WSDLError:Element not resolvable

2006-08-07 Thread Franck de Bruijn
Hi, I am not sure if my answer is really the answer, since I personally dont use the Webservice tag, but the webservice action script classes. When a webservice is initialized, it will load the wsdl from an URL. This can take some time and is an asynchronous process. This means

[flexcoders] Re: Dump?

2006-08-07 Thread grant.straker
You might want to look at Mike Nimers Debug.show() function http://www.mikenimer.com/index.cfm/2006/7/5/FlexDebugPanel It's as close to a cfdump as you will get in Flex. --- In flexcoders@yahoogroups.com, malik_robinson [EMAIL PROTECTED] wrote: Hi, How can I dump the following variable

[flexcoders] Re: Metadata in AS3

2006-08-07 Thread maxym.hryniv
Waiting for reply. --- In flexcoders@yahoogroups.com, maxym.hryniv [EMAIL PROTECTED] wrote: Hi all. How can I receive class related metadata in AS3. F.ex i have class with metadata. [Event(name=enableChange, type=flash.events.Event)] public class ModalText extends TextArea { How can i

[flexcoders] mxmlc compiler error

2006-08-07 Thread Satish
Hi I am trying to compile my mxml code with "mxmlc". While compiling i am getting the fallowing error. Can any give me the clue, what might be the problem here( I have setted allow-url-overridetrue/allow-url-override also). I am not getting the same error for all fi;es. Some small files

[flexcoders] Image manipulation on client side

2006-08-07 Thread edugalvez
Hi all. Thanks for the rapid and useful answers to my first question as a rookie about flex. Now another question. How can my flex 2 application manipulate images on the client file system? Read manipulate as sepia-toning, resizing, rotating, exif-reading and uploading to server. Mainly

RE: [flexcoders] ApplicationControlBar - highlightAlphas doesn't exist but I can still use it

2006-08-07 Thread Nelson Batista
Hello Jack, Im using both fillAphas and highlightAlphas, the first gives us the fill alpha for the fill colors of the component and the second one gives us a glossy effect (like an oval glass). Example: public function extrastyle():void{

RE: [flexcoders] Dump?

2006-08-07 Thread Joost Nuijten
Hmm, I'm getting this error: Error: Error #2099: The loading object is not sufficiently loaded to provide this information.at flash.display::LoaderInfo/get actionScriptVersion()at mx.utils::ObjectUtil$/::internalToString()at mx.utils::ObjectUtil$/::internalToString()at

Re: [flexcoders] [Flex 2][ArrayCollection][Bug] Bindings don't executing when setting AC to a new ArrayCollection()

2006-08-07 Thread Carlos Rovira
Hi Joost, Could you tell me the file and line in the flex framework where I could see that listener?Thanks.C.On 8/7/06, Joost Nuijten [EMAIL PROTECTED] wrote: The Flex components use a little trick to make the binding work. They apply an event listener to

Re: [flexcoders] Dump?

2006-08-07 Thread Tom Chiverton
On Monday 07 August 2006 03:32, Joost Nuijten wrote: Error: Error #2099: The loading object is not sufficiently loaded to provide this information. Try calling it a bit later on in the app. start up. -- Tom Chiverton This email is sent

[flexcoders] Re: flex2 final - cant use 'Embed ' inside a style sheet

2006-08-07 Thread bhaq1972
that worked!!! thanks. --- In flexcoders@yahoogroups.com, nelsoncostabatista [EMAIL PROTECTED] wrote: Hello all, For the CSS, to avoid errors you must write like this: upSkin: Embed(source=/yourAppRoute/button1.png); notice the . Best. --- In flexcoders@yahoogroups.com, bhaq1972

[flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Satish
Hi, I am having remoteobjects in my mxml file. I am able to compile my file with D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc -o d:\SVN\Code\myprojfit\web\headerInput.swf d:\SVN\Code\myprojfit\web\headerInput.mxmlNo flexlib specified - assuming default of

[flexcoders] Calendar component

2006-08-07 Thread Clint Tredway
Has anyone built a calendar component (not the date picker) that looks like an acutal calendar? -- diabetic? http://www.diabetesforums.com Albert Einstein - It's not that I'm so smart, it's just that I stay with problems longer. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] [Flex 2][ArrayCollection][Bug] Bindings don't executing when setting AC to a new ArrayCollection()

2006-08-07 Thread Douglas Knudsen
doesn't that custom setter need to broadcast a change event? I'm no AS master yet, but I wouldn't expect the below to work. Why would a change in sessionUsers fire your getter/setter for sessionUsersToString, eh? Try creating a function sessionUsersToString() with this signaturepublic function

[flexcoders] Web Service arguments in AS - how do you create repeated children?

2006-08-07 Thread ben.clinkinbeard
Hello, I am sending arguments to my SOAP method, but can't figure out how to do repeated children in AS. For example, part of my call looks like this in XML: SelectedPlans PlanNumber12345/PlanNumber PlanNumber56789/PlanNumber /SelectedPlans I cannot figure out how to create this structure

[flexcoders] iFrame for Flex2 final?

2006-08-07 Thread Shannon Hicks
Does anyone have sample code for iFrames Flex 2? Everything I found was either for Flex 1.5 or for one of the beta versions of Flex 2. Shan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] dragmanager - swfloader as dragproxy

2006-08-07 Thread Angus Johnson
Hi everyone, I was wondering if anyone has successfully used a swfloader instead of an image for a dragproxy. I've been playing around with it but have come up against a 1009 error (below). My code passes the swfloader to the dragmanager only after the complete event has fired. When running in

[flexcoders] Re: ArrayUtil.toArray trouble (works in beta 3 not in release)

2006-08-07 Thread ben.clinkinbeard
Hard to say without seeing your code but it may be due to 'makeObjectsBindable' defaulting to true in the final release. It was false in B3. Try setting makeObjectsBindable=false on your HTTPService component. HTH, Ben --- In flexcoders@yahoogroups.com, Flapflap [EMAIL PROTECTED] wrote: Hi

[flexcoders] Re: Validators -- Is there a better way of doing this? (Flex 2)

2006-08-07 Thread Mike Collins
I don't know if this the best way but it worked for a registration form I built. Items are validated at valueCommit and when the user clicks submit. // Function to validate data and submit it to the server. private function validateAndSubmit():void { //

Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Tom Chiverton
On Monday 07 August 2006 13:36, Satish wrote: But while opening my flash file i am getting error message as-- your application is trying to internet enabled location..to let this application with internet.. click settings... Sounds like a broken firewall or web browser settings ? Who owns the

RE: [flexcoders] Security Question

2006-08-07 Thread Dimitrios Gianninas
My company is releasing its first external facing Flex application it is used by our clients to updates various types of information. Yes someone could create an application to simulate the Flex app, so here are the two things to do: 1) run the app under HTTPS - to encrypt all traffic 2)

Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Marco Casario
try to disable your personal firewall (windows or norton) and it should work ! best marco - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, August 07, 2006 3:16 PM Subject: Re: [flexcoders] Re: mxmlc compiler error - more described

[flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Jason
Sorry for misunderstanding you question there Thomas. I am not exactly sure what Java tools you are talking about, I do not have much experiance with that language. I will share the way that I architect my applications, however. I am using Viso to model my applications, but you can use any

Re: [flexcoders] [Flex 2][ArrayCollection][Bug] Bindings don't executing when setting AC to a new ArrayCollection()

2006-08-07 Thread Carlos Rovira
Hi Douglas,First, Thanks for your response :On 8/7/06, Douglas Knudsen [EMAIL PROTECTED] wrote: doesn't that custom setter need to broadcast a change event? I'm no AS master yet, but I wouldn't expect the below to work. Why would a change in sessionUsers fire

Re: [flexcoders] Re: ArrayUtil.toArray trouble (works in beta 3 not in release)

2006-08-07 Thread Marco Casario
use this syntax: myList = simpleHTS.lastResult.list.name as ArrayCollection read my post about that : http://casario.blogs.com/mmworld/2006/07/arraycollection.html best, Marco Casario http://casario.blogs.com - Original Message - From: ben.clinkinbeard To:

Re: [flexcoders] [Flex 2][ArrayCollection][Bug] Bindings don't executing when setting AC to a new ArrayCollection()

2006-08-07 Thread Douglas Knudsen
doh! I misssed thismx:Binding source=sessionUsers destination=sessionUsersToString/try changing to mx:Binding source={ sessionUsers } destination=sessionUsersToString/ DKOn 8/7/06, Carlos Rovira [EMAIL PROTECTED] wrote: Hi Douglas,First, Thanks for your response :On 8/7/06, Douglas Knudsen

Re: [flexcoders] Security Question

2006-08-07 Thread hank williams
On 8/7/06, Dimitrios Gianninas [EMAIL PROTECTED] wrote: My company is releasing its first external facing Flex application it is used by our clients to updates various types of information. Yes someone could create an application to simulate the Flex app, so here are the two things to

[flexcoders] Re: ColorPicker Cell Renderer

2006-08-07 Thread buhlly88
I have tried this. The problem is getting it to work inside a datagrid. Was wondering if anyone has gotten it to work as a cell renderer. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 01 August 2006 17:39, buhlly88 wrote: I'm looking for a

Re: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Thomas Rühl
Jason, yeah, Cairngorm IS a cool combination of design patterns and best practices. Therefore it's a valuable architectural base when it comes to implementation issues - I'm already familiar and using it in my projects, too. But model-wise, I suppose then, you don't actually do any other UML

RE: [flexcoders] Security Question

2006-08-07 Thread Dimitrios Gianninas
No, no sticker! There probably is limited documentation because: a)there is actually not much to configure b) since it is based on the J2EE security model, this is already documented with your app server Really you just have to configure your roles in the services-config.xml and then

Re: [flexcoders] [Flex 2][ArrayCollection][Bug] Bindings don't executing when setting AC to a new ArrayCollection()

2006-08-07 Thread Carlos Rovira
mmm...sorry but compiler don't let make that change if sessionUsersToString is not a property :(Two erros arise:1168: Illegal assignment to function sessionUsersToString. 1178: Attempted access of inaccessible property sessionUsersToString through a reference with static type testBinding. On

[flexcoders] Flex 2, organizing innumerous States

2006-08-07 Thread Michel Scoz
Hello there! I'm creating a site administrator application, with too manys inputs, classes, views, so on... The MXML code is too large and its getting very complicated to find/search through the code toedit/add States. Is thereany way to stop using states to switch views, and/or create

Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Satish
My local mechine is Windows XP. How to disable my personal firewall setttings here?. And i am not familior with this. I am first time compiling like this. If i do the same thing in my live server and disable the firewall setttings this will not be the security issue? Thanks Macro -

[flexcoders] Re: Fllash Player 9 bug (i think so...)

2006-08-07 Thread tyombria
--- In flexcoders@yahoogroups.com, tyombria [EMAIL PROTECTED] wrote: I have a problem with my swf in Internet Explorer 6. I have a popup window in my flex2 application. I show Alert on closing popup window - Do you really want to close the window? with Yes and No buttons. All is ok. But

Re: [flexcoders] Re: Metadata in AS3

2006-08-07 Thread Tom Chiverton
On Monday 07 August 2006 13:32, maxym.hryniv wrote: One more: how can I create my own metadata tags??? F.ex i want to use [XMLSerializable(target=attribute)]. public var someProperty : SomeType; Why can't you just have a method like isXMLSerializable() ? -- Tom Chiverton

Re: [flexcoders] Flex 2, organizing innumerous States

2006-08-07 Thread Marco Casario
Hi Michel, why don't use some mxml components to break you code/states into different files ? best Marco Casario http://casario.blogs.com - Original Message - From: Michel Scoz To: flexcoders@yahoogroups.com Sent: Monday, August 07, 2006 3:56 PM Subject:

Re: [flexcoders] Security Question

2006-08-07 Thread hank williams
Oh, I see My bad. It looks like there *is* built in support! I will have to look of the security tag in the services-config.xml file. That looks very helpful.Regards,Hank On 8/7/06, Dimitrios Gianninas [EMAIL PROTECTED] wrote: No, no sticker! There probably is limited documentation

Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Tom Chiverton
On Monday 07 August 2006 14:52, Satish wrote: My local mechine is Windows XP. How to disable my personal firewall setttings here?. Start, settings, control panel, network. Somewhere in there. Also if you have Norton or someother thing down in the system tray, kill that too. like this. If i

Re: [flexcoders] Currently encountering a problem indigineous to the ie6 browser only

2006-08-07 Thread newfish
I encounted the same problem too! Did you resolved it? any body could help??2006/8/2, sp0rarb3jd3r [EMAIL PROTECTED]: Currently encountering a problem indigineous to the ie6 browser only We are using flex 2 to develop a survey chart of various web traffic

[flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Dave Wolf
What sorts of tools are you talking about that Java has that you miss with Flex? -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Security Question

2006-08-07 Thread Dave Wolf
As Dimitrios says, the security is all handled and managed by the J2EE container. That security model might be one of the most tried and tested architectures in the last 10 years and is plenty robust. But you do point out a big issue. How many folks who are new to web development and security

[flexcoders] Inspectable properties

2006-08-07 Thread dmandrio
I'm testing custom component developpement. Why the component below don't show 'myString' propertie in Design mode ? Thanks. -- package { import mx.core.UIComponent; public class MyCustomComponent extends UIComponent {

[flexcoders] Re: Isnt there *any* hello world/getting started doc for cairngorm???

2006-08-07 Thread Jason
This example helped me. It is more complex then a hello world app, but Jester's comments in the classes are very robust. http://groups.yahoo.com/group/flexcoders/message/42307 --- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote: Ok so I downloaded caringorm and

Re: [flexcoders] [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Mike Nimer
One of the tools I use is the Flex2 Visio Stencils, real nice when trying to figure out the layout of the UI components. http://www.digimmersion.com/ ---nimer - Original Message From: Thomas Rühl -akitogo- [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Sunday, August 6, 2006

[flexcoders] Missing sources in Flex SDK

2006-08-07 Thread Pan Troglodytes
I've noticed the source of some units being unavailble in FB. The main one is httpservice, but I'm sure there are probably others. Why isn't this source included? Was it written in something other than Flex, or is it just a secret? I'm assuming you can still use the SDK (without FB) to compile

[flexcoders] Create XML from datagrid

2006-08-07 Thread Torey Maerz
What is the best way to create XML from the data in a datagrid? For example a user will enter data into a datagrid then I want to place that information into an xml document. Thanks in advance for the info! Torey -- Flexcoders Mailing List FAQ:

[flexcoders] XML2ArrayCollection

2006-08-07 Thread arnold_charming
Hi! I want to transfer below XML to ArrayCollection. I'm going to use it with mx:tree container. I know I can also use XML but I would prefer arraycollection. Thank you for your help. node label=menu1/node node label=menu2 node label=submenu1/node node label=submenu2/node /node node

Re: [flexcoders] Re: ArrayUtil.toArray trouble (works in beta 3 not in release)

2006-08-07 Thread Flapflap
Thanks fo the tip. But I still hava a bug when my result only have one object (with zero or more all works fine)... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] fds/java problem (Unsupported major.minor version 49.0?)

2006-08-07 Thread Paul Dale
Hi there, I'm sure this is probably something really simple, but I'm having trouble figuring out what the actual problem is. I have a java class ( using spring/hibernate ) that was working fine on FDS beta 23. Now I'm trying to set it up on FDS express and am getting an error that I don't know

[flexcoders] Re: kludge for Flex Help scripting error

2006-08-07 Thread Pan Troglodytes
(Reposting with corrections - finally reinstalled Flex and had to actually follow my own instructions)I don't know about the rest of you, but whenever I open a help file for a class, I get the following error: ---Error---A Runtime Error has

[flexcoders] HistoryManager with selectedItem??????

2006-08-07 Thread tonyx_788
hi all i'm not sure if this can be done? what i want to do is to save the last 10 items clicked in my datagrid is it posible?, i know there should be something about this cause datagrid supports dragdrop so maybe clicking an item in datagrid could act as dragdrop any ideas? -- Flexcoders

[flexcoders] way to read http connection info

2006-08-07 Thread Pan Troglodytes
Is there some native way in flash to get the http information such as the client's IP address? Or is this something that can only be done using _javascript_ in the html page to pass them in as variables? -- Jason __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] XMLList with a single item as a dataprovder

2006-08-07 Thread Rick Root
Why can the XMLList object with a single node and no subitems be used as a dataprovider for a list driven item, such as a tree, but I can't dump it out using the inherited toString() method? For an example, please take a look at the following simple flex app. It contains two trees, each

[flexcoders] Re: fds/java problem (Unsupported major.minor version 49.0?)

2006-08-07 Thread Dave Wolf
That's absolutely what is happening. Somewhere code compiled under JDK1.5 is being loaded by the JDK1.4 VM. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In

[flexcoders] Anyone get this problem when putting in serial numbers?

2006-08-07 Thread gotgoose09
I installed the Flex Builder 2 trial as a plugin to Eclipse. I then bought Flex Builder and inserted the codes for Flex Builder and Charting. After I put in the codes, I clicked the restart button that was on the dialogue box for inserting the codes and now Eclipse always comes up with a Problem

Re: [flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Thomas Rühl
Dave, for example OmondoUML: http://www.omondo.com I have to admit that I'm a little out of date myself regarding Java, but as far as I hear from my colleagues, the above should work really cool. Cheers, Thomas Thomas Rühl Design, Programming

RE: [flexcoders] Chage text on main preload

2006-08-07 Thread Jesús Iglesias
Yes, thanks Samuel. Jesus De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Samuel ReubenEnviado el: lunes, 07 de agosto de 2006 14:01Para: flexcoders@yahoogroups.comAsunto: Re: [flexcoders] Chage text on main preload I think you posted the same question on the

[flexcoders] any performance hit using as?

2006-08-07 Thread Pan Troglodytes
I tend to like to make my code autosense for me, so sometimes I do things like this:MyObjectType(grid.selectedItem).somefield = 3;I assume that adds no overhead, since it is a straight cast (though I could be wrong), since I have seen runtime errors specifically telling me my cast was wrong.

[flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Dave Wolf
Again back to my original question. What does the language have to do with using this modelling tool? If, as you say, you're not interested in code generation? You're confusing the WHAT with the HOW. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com

[flexcoders] Trying to understand RemoteObjects

2006-08-07 Thread foote3
Hi all -- I'm a first time poster, what a great group! I've been working with ColdFusion for a while and am moving into Flex with the release of Flex 2. One of the things that's confusing me right now is the RemoteObject. I've seen a couple of similar issues in the posts, but am trying to

[flexcoders] Re: WSDLError:Element not resolvable

2006-08-07 Thread Derek Adams
I use a similar system in my app for disabling the controls until the service is loaded. In the "load" handler, I add handlers for faults and results for the various operations (I don't use operation tags, but instead manually register everything in AS). Here is the general idea... !-- Web

[flexcoders] Re: XML2ArrayCollection

2006-08-07 Thread Jason
Take a look at the E4X documentation. If you use the .. notation you can return a selection of XML as an XMLList. It is not an array, but it behaves more like one. It should be possible to use E4X to get an array, the same as you would with XPath, I am just not sure of the syntax right now.

[flexcoders] Flex 2, organizing innumerous States

2006-08-07 Thread Michel Scoz
Hello there! I'm creating a site administrator application, with too manys inputs, classes, views, so on... The MXML code is too large and its getting very complicated to find/search through the code toedit/add States. Is thereany way to stop using states to switch views, and/or create

RE: [flexcoders] Web Service arguments in AS - how do you create repeated children?

2006-08-07 Thread Franck de Bruijn
Hi Ben, I do the following to achieve this. Lets say I have a Customer who can have multiple Address objects. Compare Customer with your SelectedPlans and Address with PlanNumber. My Customer AS class looks like this (boring parts omitted) package model { your imports

[flexcoders] Re: XMLList with a single item as a dataprovder

2006-08-07 Thread Doug Lowder
Here's the answer: http://livedocs.macromedia.com/flex/2/langref/XMLList.html#toXMLString() --- In flexcoders@yahoogroups.com, Rick Root [EMAIL PROTECTED] wrote: Why can the XMLList object with a single node and no subitems be used as a dataprovider for a list driven item, such as a tree, but

RE: [flexcoders] Java developers: How do you organize your projects?

2006-08-07 Thread Franck de Bruijn
Hi Dave, I use Eclipse WTP with the Flex plugin. I develop my Flex application in a single Flex project. I then have a dummy Eclipse WTP Dynamic project, which is nothing more than an empty shell. I have than an ant script copying over all the binary files from the

[flexcoders] Simple TextField Question

2006-08-07 Thread richmcgillicuddy
I have a simple app that I want to have text show up using a TextField. public function onTest() : void { var myText:TextField = new TextField(); myText.x = 100; myText.y = 100;

  1   2   >