[flexcoders] Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-14 Thread maxym.hryniv
Hy, coders. I have a question: We are creating social network portal. Any user of our network must have a possibility to create his own guestbook. I have questbook control that supports 2 states: Owner and visitor (created using viewstates mechanism). In owner mode you have full control of

[flexcoders] question about Adobe MAX 2006

2006-05-14 Thread Stanislav Zayarsky
Hello FlexCoders, Question to Adobe guys: I'm interested when we(community) will have information about Adobe MAX 2006. Exact dates, schedules, prices, etc.. And second question is how to become a speaker on MAX conference? Best regards Stanislav -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Problem with Cairngorm 2 version of Phones app.

2006-05-14 Thread Benoit Hediard
You'll be able to compile the app with Flex Builder 2 beta3, but to run it you'll need ColdFusion. The original app from the Adobe Labs is very basic in terms of architecture. So the goal of this version is to show how to properly architectures based on best practices/design patterns and

RE: [flexcoders] Problem with Cairngorm 2 version of Phones app.

2006-05-14 Thread Benoit Hediard
The default flex-enterprise-services.xml with the ColdFusion destination should look like this, for a standalone ColdFusion install: ?xml version=1.0 encoding=UTF-8? services-config xmlns=http://www.macromedia.com/2005/flex-service-config services service id=coldfusionsamples-service

Re: [flexcoders] unknown token 'BUILTIN'

2006-05-14 Thread Michael Schmalle
Same here, no micor arch just a normal application mxml file. Since it's beta, I'm ignoring it becasue it's probably fixed by now ;-) Peace, MikeOn 5/13/06, Kevin Roche [EMAIL PROTECTED] wrote: I got this error when saving an unmodifed version of the Cairngorm2 Phones example Application

[flexcoders] Re: extending components

2006-05-14 Thread Doug Arthur
Is there a good resource on understanding dispatching and listening for events? On 5/12/06, jeremy lu [EMAIL PROTECTED] wrote: login panel, and show the main panel. Or, is there better ways of accomplishing what I seek? yes, I would use events to trigger next screen(view), say after

Re: [flexcoders] Lazy Initialization Exceptions

2006-05-14 Thread Richard Rodseth
I'm curious to see how others respond, but in the web app world I think this is one thing that leads to patterns like DTO and Remote Facade. It may seem like unfortunate duplication of effort, but you can still have rich and lazily-loaded server-side domain models hidden behind business facades

[flexcoders] dataTipField on Lists not working. Maybe a bug?

2006-05-14 Thread Xavi Beumala
Hi all, I'm trying to fill a List component with an array wich doesn't have a 'label' field so I'm using dataTipField property to set which is the attribute to use. Here's the code: code ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute

[flexcoders] Mystic CFC Wizard

2006-05-14 Thread Bjorn Schultheiss
Hi, When using the RDS Coldfusion CFC Wizard, is it possible to create a CFC based off the fields in the sql SELECT statement, as opposed to only being able to create a CFC off a table structure? Hope this is the appropriate list for my question. Bjorn Schultheiss Senior Flash

RE: [flexcoders] cf flex intergration

2006-05-14 Thread João Fernandes
John, I'm glad you made it. All the fun starts now ;) João Fernandes -Original Message- From: flexcoders@yahoogroups.com on behalf of John Sent: Sun 14-May-06 3:28 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] cf flex intergration Hi João, THANKS SO MUCH! I finally

[flexcoders] FB2B3 - Submitting data - Newbie

2006-05-14 Thread judah
I've been trying to get either of the two Submitting data to a Server examples to work and I'm not getting any response, either success or fail. When I run it the browser status bar says, Looking up weather.unisysfsp.com and nothing happens. I thought if I put the example on a production

[flexcoders] Running Dreamweaver Flex builder at the same time

2006-05-14 Thread oiland_barry
Hi all, i was wondering if anybody knows how to run both flex builder and dreamweaver at the same time on one machine. If i have flex builder open and i open the dreamweaver shortcut, it just seems to point to the instance of flex builder already running. Any help would be great, im sure

RE: [flexcoders] Running Dreamweaver Flex builder at the same time

2006-05-14 Thread João Fernandes
Are you talking about Flex Builder 1.5? Flex Builder 1.5 is based on DW so you won't be able to have both running. João Fernandes -Original Message- From: flexcoders@yahoogroups.com on behalf of oiland_barry Sent: Sun 14-May-06 1:49 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: Running Dreamweaver Flex builder at the same time

2006-05-14 Thread oiland_barry
Yeah im talking about 1.5, so theres no way at all to get both of them running, i tried running it under a different username in win XP, but no joy! Thats a shame if i cant do it, i was going to move to flex 2.0, but decided not to cos i was having too many migration problems, but perhaps i

Re: [flexcoders] Re: extending components

2006-05-14 Thread jeremy lu
http://livedocs.macromedia.com/labs/1/flex20beta3/0461.html very detailed information about Event (flow and listeners) On 5/14/06, Doug Arthur [EMAIL PROTECTED] wrote: Is there a good resource on understanding dispatching and listening for events?On 5/12/06, jeremy lu [EMAIL PROTECTED]

[flexcoders] Changing the date on my system screwed up my Flex beta

2006-05-14 Thread stacey
I was looking at dates via my date and time properties and I must have applied a new date at some point because now when I go to start my flex beta 3 it starts up , asks for a serial number ( like they all do ) but totally cacks out. Anyone from abobe tell me how to fix this ( seeing that

Re: **SL-JUNK** [flexcoders] Re: Running Dreamweaver Flex builder at the same time

2006-05-14 Thread Sreejith Unnikrishnan
But you could use Flex Builder to do your Dreamweaver stuff as well. I may be wrong, but all that you got in dreamweaver is available in Flex Builder as well. Sree - Original Message - From: oiland_barry To: flexcoders@yahoogroups.com Sent: Sunday, May 14, 2006 6:29

RE: [flexcoders] TextInput and masking

2006-05-14 Thread Gordon Smith
RegExp is in Flex 2, but not in Flex 1.5. If you install Beta 3, open the Help Search panel, and search for RegExp that should get you started. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: Sunday, May

Re: [flexcoders] Problem with Cairngorm 2 version of Phones app.

2006-05-14 Thread Helen Triolo
The readme.txt says - move the content of coldfusion folder to your ColdFusion wwwroot, but there is no content in the coldfusion folder when I extract the files (and I don't see any cfc's or a test.cfm in the zip list). Do we need to get them from the previous version? thx, Helen Benoit

[flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-14 Thread Tim Hoff
Ok, there are certainly more qualified people on this list (especially the creators of Cairngorm) that could give you some sage advice. But let me throw out a couple of ideas and try to help you. It's a little difficult to know what your use-case is exactly without seeing the code, but here is

Re: [flexcoders] Mystic CFC Wizard

2006-05-14 Thread Douglas Knudsen
maybe you can create a view from your query, then use it to build the stuffs from the magical wizard tool? Now...to steal your thread a wee bit ;) is this tool scriptable yet? Looking at the plugin stuff, its just a bunch of Java classes..so...my guess is that it could be scriptable, eh?

RE: [flexcoders] Problem with Cairngorm 2 version of Phones app.

2006-05-14 Thread Benoit Hediard
Indeed, the server side was missing... ;) This is corrected. Thanks! Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Helen Triolo Envoyé : dimanche 14 mai 2006 15:08 À : flexcoders@yahoogroups.com Objet : Re: [flexcoders]

[flexcoders] Flexbuilder 2 and remoting config: quick question.

2006-05-14 Thread Barry Beattie
I'm trying to get Flexbuilder to build remoting projects on an IIS install of ColdFusion from http://www.mail-archive.com/flexcoders@yahoogroups.com/msg24818.html quote: If everything is setup correctly, Flex Builder will create a folder with the same name as the project on the CF server.

Re: [flexcoders] Flexbuilder 2 and remoting config: quick question.

2006-05-14 Thread Muzak
This step might not be necessary if your IIS root already has a WEB-INF\flex\flex-enterprise-services.xml If not: In c:\inetpub\wwwroot\ create a folder called WEB-INF Copy the flex folder (containing the flex-enterprise-services.xml file) from the cf root to the WEB-INF folder. In Flex

[flexcoders] FB2 beta 3: mapping VO's using webservices

2006-05-14 Thread Muzak
Wonder if it's possible to map server side VO's to ActionScript classes when using webservices. Couldn't get it to work in FB beta 2 and now tried again in beta 3 and it doesn't seem to work. Maybe I'm just missing a piece of the puzzle. Things work fine when using Remoting (RemoteObject) but

Re: [flexcoders] Flexbuilder 2 and remoting config: quick question.

2006-05-14 Thread Barry Beattie
thanx Muzak ...I'm getting closer In c:\inetpub\wwwroot\ create a folder called WEB-INF Copy the flex folder (containing the flex-enterprise-services.xml file) from the cf root to the WEB-INF folder. ahhh... makes sence now. suspect this work-around for this config is some rough edges

[flexcoders] How to make Panel modal (temporarily)

2006-05-14 Thread fzitters
Hi, in my app I have a panel that displays data. It should also be possible to edit this data in-place (without a pop-up). So when the user clicks 'Edit', the panel should become modal until the user commits his changes ('Save') or discards them ('Cancel'). How can I achieve this behaviour?

Re: [flexcoders] Re: extending components

2006-05-14 Thread Doug Arthur
I'm working with Flex 1.5, do these livedocs still apply? On 5/14/06, jeremy lu [EMAIL PROTECTED] wrote: http://livedocs.macromedia.com/labs/1/flex20beta3/0461.html very detailed information about Event (flow and listeners) On 5/14/06, Doug Arthur [EMAIL PROTECTED] wrote: Is there a

[flexcoders] Coldfusion/Flex Project Integration

2006-05-14 Thread Bjorn Schultheiss
Im building my first FDS/CF app with FB2 and CFEclipse plugin installed. Are there recommendations/suggestions on setting up my project so my CF app/code resides in CF dir and my Flex src resides in a completely different folder structure and work on each efficiently and simultaneously.

Re: [flexcoders] Flexbuilder 2 and remoting config: quick question.

2006-05-14 Thread Muzak
Is the project located at: c:\inetpub\wwwroot\project101 ? And you want the output to be that same folder? Then leave the 'Output folder' blank (I think). Normally you don't store a project (source files) 'on the server', only the output. For instance, I have all my project files in:

Re: [flexcoders] Lazy Initialization Exceptions

2006-05-14 Thread jeremy lu
I have this problem a long time ago, it ends up I'm manually handling lazy-initialization on the flex2 side, retrieve properties needed just in time. this is very much like a Hibernate-in-Flex (lol) but did work for me (in the name of performance and efficiency.) Jeremy.On 5/14/06, Richard

Re: [flexcoders] Re: extending components

2006-05-14 Thread jeremy lu
well, sort of. evens in flex 1.5 won't bubble up, which means you can't listen to it in Application level (as in flex2). but you can still have some kind of singleton Broadcaster class to dispatch events and listen to it (from every view), the idea is all the same. or, take a look at

Re: [flexcoders] Flexbuilder 2 and remoting config: quick question.

2006-05-14 Thread Barry Beattie
leave the 'Output folder' blank (I think). ahh! that got it. Cheers! Normally you don't store a project (source files) 'on the server', only the output. true enough, but it does make it real handy moving experiments from one machine to another or ditching the whole lot in one go (now if