Re: [flexcoders] SWFLoader - local parent SWF / remote child SWF

2006-11-25 Thread Nick Collins
without apollo, I don't think so On 11/24/06, keithtucci [EMAIL PROTECTED] wrote: i have a local SWF file (to be more exact a projector executable, built w/ zinc) that needs to use SWFLOADER to run a remote swf file. i get sandbox security errors when i attempt to do this... is this even

[flexcoders] Problem with debugging with custom URL string

2006-11-06 Thread Nick Collins
Hey guys,I have an application I'm working on adding to (I didn't write the bugger originally) but am having a problem with Flex Builder 2 when I try to debug. In order for the Flex clientside to authenticate and pull the data, I have to add a couple variables to the URL string with the session

Re: [flexcoders] Avoiding Apache Axis (can I even do this?)

2006-10-31 Thread Nick Collins
slip the sys admins a roofie and install CF 7.0.2 for them :-)On 10/30/06, Bill Long [EMAIL PROTECTED] wrote: Hello All, I'm populating my data grids from mySQL using WebServices built in ColdFusion and things have been working famously. But recently, I've

[flexcoders] FlashPaper in SWFLoader

2006-10-25 Thread Nick Collins
I'm having problems loading a FlashPaper document into a SWFLoader. It loads just fine, but the scaling isn't as I'd like it. Instead of scaling like it does when you load it into a browser window, where the controls stay the same height and just the viewing area scales, the FlashPaper

Re: [flexcoders] three and a half FlexBuilder bugs that drive me buggy

2006-10-25 Thread Nick Collins
I have also noticed occassionally the cursor tends to jump when I'm typing. Like I'll click into one tag, and begin to type an attribute or something, and in mid-type the cursor will sometimes jump up or down several lines, putting the rest of what I'm typing at that new location. On 10/25/06,

Re: [flexcoders] FlashPaper in SWFLoader

2006-10-25 Thread Nick Collins
trivial to get this working, but I'm hoping to release my FlashPaperLoader component and support files sometime in the near future. Good luck, -d [1] http://www.adobe.com/support/documentation/en/flashpaper/2/flashpaper_api/flashpaper_api4.html Nick Collins wrote: I'm having problems loading

Re: [flexcoders] Flex 2 calendar framework announced

2006-10-24 Thread Nick Collins
You're probably the first because all the usual announcers are at MAXOn 10/24/06, maunger [EMAIL PROTECTED] wrote: Hi y'all I can't believe i'm the first to post this but i don't see anything else posted so far today. Anyway, Adobe Labs site has the new

Re: [flexcoders] New resource for learning Caringorm!

2006-10-20 Thread Nick Collins
I... I think I hear Angels singing sweetly in the backgroundOn 10/20/06, Evan Gifford [EMAIL PROTECTED] wrote: Hey Guys, For those of us who are scaling the cairngorm learning curve, you'll be happy to know that the cairngorm documentation group has

Re: [flexcoders] Learning Cairngorm $0.02

2006-10-20 Thread Nick Collins
I'm not sure Jesse would care too much for being referred to as her but yeah, his blog has a lot of great stuff on it. One of my daily reads.On 10/20/06, Jamie O [EMAIL PROTECTED] wrote: Hello, I've been using Flex for a couple weeks, able to build apps that

Re: [flexcoders] 'big' sample projects

2006-10-20 Thread Nick Collins
Last I saw the JBoss code was still only good for Beta 3 of Flex, and didn't work with the release version. Has this changed?On 10/20/06, P Smith [EMAIL PROTECTED] wrote: Joost, The open source JBoss Mail Server (aka Collaboration Server) might fit the bill:

Re: [flexcoders] Version check for IE7 not working anymore

2006-10-20 Thread Nick Collins
First thing I'd check is whether _javascript_ is enabled in your install of IE7? Then I'd ask what are you using for your detection script? I'd recommend SWFObject.On 10/20/06, Jonas Windey [EMAIL PROTECTED] wrote: Hi, I just upgraded to IE 7 final, and I'm

Re: [flexcoders] Whats the best way of adding print/pdf output to a flex app?

2006-10-17 Thread Nick Collins
I would say your best bet is likely to store your data into a database (which you're likely already doing) then use a backend PDF writer or report generation script in whatever backend language you're using. Coldfusion has this built in I know, and I know there are components available for .Net

[flexcoders] Flex 2 Application Modeling

2006-10-10 Thread Nick Collins
Does anybody have any recommendations for some software to use to represent visually the architecture and modeling of a Flex 2 Cairngorm application? I've been going at it with Visio, but it's just not cutting it, especially since I have some 150 classes to map. Thanks in advance for any of

Re: [flexcoders] Urgent! Flex 1.5 Help

2006-10-05 Thread Nick Collins
:[EMAIL PROTECTED] ups.com] On Behalf Of Nick Collins Sent: Thursday, October 05, 2006 5:09 PM To: flexcoders Subject: [flexcoders] Urgent! Flex 1.5 Help Ok, I've just had a client come to me with an app they had done in Flex 1.5 and they want me to do some work on it. The problem is that I

Re: [flexcoders] Re: Flex 2 limitations vs. raw Flash 8 Prof?

2006-10-04 Thread Nick Collins
The fact of the matter is that it's not an either/or situation. You should use both. For the logic and coding you definitely want to be using Flex with SVN for obvious reasons, and for building the skins of the UI components to create the cinematic experience you want to be using Flash. On

Re: [flexcoders] express Installer

2006-09-26 Thread Nick Collins
I've not had to restart the machine, nor has anyone I know, with the Express Install. This has been tested on several WinXP and Win2k boxes without issue.On 9/26/06, rahul_asanikar [EMAIL PROTECTED] wrote: I noticed that you need to restart the machine when

Re: [flexcoders] Flex (possibly FDS) communicating with MS Exchange Server

2006-09-22 Thread Nick Collins
I'm sure it would be very possible. However, you need to remember that Flex/Flash does not have any data connectivity in and of itself. It needs that middle logic tier to handle that communication. Therefore, you could pretty easily write your .Net code to do that, then use Web Services, or

Re: [flexcoders] IDE

2006-09-20 Thread Nick Collins
Anyone else think that MAX would be a really good time for such an announcement? Beuller? Beuller?On 9/20/06, Simeon Bateman [EMAIL PROTECTED] wrote: The last official work I heard was that they were working hard to get a beta ready for the fall. We are almost

Re: [flexcoders] Flex - Database

2006-09-14 Thread Nick Collins
In relation to Apollo, it has been mentioned it will be possible to write database drivers in AS3... might it not be possible then to do it for Flex as well? Just curious... it may well be a part of the Apollo API that allows that, but perhaps worth considering. On 9/14/06, greg h [EMAIL

Re: [flexcoders] Re: Launching App Without Toolbars, Address Bar, etc.

2006-09-08 Thread Nick Collins
You do it with _javascript_. Something like the followingwindow.open('somepage.htm','somewindow','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,width=800,height=600'); On 9/7/06, jburkett7 [EMAIL PROTECTED] wrote: Hello Everyone Sounds

Re: [flexcoders] bug when loading a CFReport inside SWFLoader

2006-08-25 Thread Nick Collins
I've been trying to figure out the same issue. The only thing I've been able to do that seems to work alright is use the IFRAME component to embed it as HTML, but that has a whole slew of issues in and of itself. On 8/25/06, João Fernandes [EMAIL PROTECTED] wrote:

Re: [flexcoders] Is there a way to pull a tracing image into the background- like in DreawmWeaver

2006-08-17 Thread Nick Collins
You could try setting the Application background-image to the image you're wanting to trace. Maybe even set the background alpha to 50% or something to make it not show as much.On 8/17/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: Good Morning FlexCoders

[flexcoders] ArrayCollection object to Model for Remoting Help

2006-08-15 Thread Nick Collins
Ok, I've got a form that requires me to be able to have multiple subtransactions that can be submitted with one click.The way I have it set up is when you've completed the form you click a button and it adds the values of the form fields to an object within an ArrayCollection. That

[flexcoders] Re: ArrayCollection object to Model for Remoting Help

2006-08-15 Thread Nick Collins
Doesn't anyone have any insight on this?On 8/15/06, Nick Collins [EMAIL PROTECTED] wrote: Ok, I've got a form that requires me to be able to have multiple subtransactions that can be submitted with one click.The way I have it set up is when you've completed the form you click a button

Re: [flexcoders] ArrayCollection object to Model for Remoting Help

2006-08-15 Thread Nick Collins
] On Behalf Of Nick Collins Sent: Tuesday, August 15, 2006 12:12 AM To: [EMAIL PROTECTED]ups.com Subject: [flexcoders] ArrayCollection object to Model for Remoting Help Ok, I've got a form that requires me to be able to have multiple subtransactions that can be submitted with one click. The way I

[flexcoders] Where'd this error come from?

2006-08-06 Thread Nick Collins
Ok, so I've been working on this project, and had to set it aside for a week as other projects took precedence. When I set it aside, all the code I had was working.For one of the other projects, I had to install PHP to test some things. I also had to enable server side includes for one of the

Re: [flexcoders] Dumping the State of a Flex 2 Application

2006-08-05 Thread Nick Collins
why not add a getter setter for a currentLocation variable and each time they go to a section or page of your app, set the variable with some sort of code that you can use, whether descriptive (homePage) or a number code (page0001) or whatever, then tie that code in via your database or an XML

Re: [flexcoders] will Flash (stand-alone) Remoting be upgraded for Flex 2.0? (ie not FDS)

2006-08-05 Thread Nick Collins
Nope, FDS is Java only, to the best of my knowledge. for .Net support the only current option is WebORB.On 8/3/06, Barry Beattie [EMAIL PROTECTED] wrote: If you dont mind spending $20,000 for flex in order to do something that used to cost 1k. which is kinda

Re: [flexcoders] Flex 2 documentation set

2006-08-05 Thread Nick Collins
http://fedex.kinkos.com/fpfk/index.php?CMP=ILC-FPFK34:-)On 8/5/06, Paul Andrews [EMAIL PROTECTED] wrote: Anyone know if the Flex2 Documentation set will be made available for purchase? I have a love hate relationship with PDFs! Thanks, Paul

Re: [flexcoders] will Flash (stand-alone) Remoting be upgraded for Flex 2.0? (ie not FDS)

2006-08-03 Thread Nick Collins
If you're using Coldfusion MX7, just run the 7.0.2 updater and it will give you remoting built in.On 8/3/06, Barry Beattie [EMAIL PROTECTED] wrote: I just need clarification on the future of the stand-alone remoting (for Java) . the end of the line?

Re: [flexcoders] Re: Developing on Linux?

2006-08-03 Thread Nick Collins
: csewhiff wrote: --- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote: well, you can use any IDE you want with the SDK, you just won't have all the nice code hinting and completion and such. it would be a pain in the ass to do so

Re: [flexcoders] Flash Player 9 Push?

2006-08-02 Thread Nick Collins
it, there is a point at which it will start suggesting upgrading to previous version users when they load any swf content, not just v9... am I mistaken?Brendan On 8/1/06, Nick Collins [EMAIL PROTECTED] wrote: It already is in the Express install. You just need

Re: [flexcoders] Flash Player 9 Push?

2006-08-01 Thread Nick Collins
It already is in the Express install. You just need to adjust your detection script to detect for 9On 8/1/06, Brendan Meutzner [EMAIL PROTECTED] wrote: Hey,Any ideas from Adobe on when version 9 of the player will start getting pushed out to older version

Re: [flexcoders] Re: Developing on Linux?

2006-07-29 Thread Nick Collins
well, you can use any IDE you want with the SDK, you just won't have all the nice code hinting and completion and such. You could use gEdit if you so chose, but really, it would be a pain in the ass to do so. On 7/28/06, csewhiff [EMAIL PROTECTED] wrote: ---

Re: [flexcoders] Re: Embbeding a Flash CFReport inside a Flex App

2006-07-29 Thread Nick Collins
, scrolling, etc). Other times it wouldnt allow interactions at all. I talked with some people at CFUnited and they said something about writing an AS2 wrapper that would make things work better but I decided to use an IFrame solution. Scotty http://www.franciswscott.com On 7/24/06, Nick

[flexcoders] Adobe guys - Support Issue

2006-07-26 Thread Nick Collins
Ok, guys. I'm not having any luck here so perhaps you can help. I've tried calling into Tech Support twice this morning. The first time I'd forgotten to register FB2 so they told me I had to register before they could help. I was like, ok, give me just a second and I'll do it. Then they hung up

Re: [flexcoders] Updates for Flex 2.0?

2006-07-24 Thread Nick Collins
I would agree... especially since SLED10 was released, I'm actually looking to move over to Linux... the only thing preventing me at this point is I've got well, almost everything you guys at Adobe make, and none of it runs on Linux, not even with WINE. Sux bigtime. On 7/24/06, Tom Chiverton

Re: [flexcoders] Embbeding a Flash CFReport inside a Flex App

2006-07-24 Thread Nick Collins
I've been able to have it in there using both the image component or the SWFloader by simply specifying the source as my CFR file, since it returns a SWF. The problem I had is with scaling. When you view the CFR in the browser from a CF server, the controls are a toolbar along the top that

Re: [flexcoders] Re: Flex Builder 2 RDS Connection problems

2006-07-24 Thread Nick Collins
I had similar problems, and what it turned out to be is that in the preferences window, under RDS configuration, the port number was set by default to the port for the standalone CF server, not one connected to another web server. I simply changed the port to port 80 and it worked. On 7/21/06,

Re: [flexcoders] Flex Pricing question

2006-07-22 Thread Nick Collins
FDS. On 7/22/06, Jorge Tejada [EMAIL PROTECTED] wrote: What One application means?, Does it means that I will only can use FDS from a Flex Builder 2 Project?On 7/21/06, Nick Collins [EMAIL PROTECTED] wrote: the Eclipse plugin

Re: [flexcoders] Re: Detect if Object exists

2006-07-21 Thread Nick Collins
the difference is. Anyone care to explain the difference?Scotty On 7/20/06, Nick Collins [EMAIL PROTECTED] wrote: I tried something very similar to that, but got the following error, as I did this time:1118: Implicit coercion of a value with static type

Re: [flexcoders] Flex Pricing question

2006-07-21 Thread Nick Collins
the Eclipse plugin is the same cost as Flex Builder. As far as that goes, the Eclipse Plugin IS Flexbuilder, as Flex Builder is really eclipse streamlined and with a different splash screen. In fact, it's the same installer and you choose which you want to install. As far as Flex Data Services,

Re: [flexcoders] Re: Detect if Object exists

2006-07-21 Thread Nick Collins
mx:TabNavigator id=windowTab width=100% height=100% /mx:TabNavigator /mx:Applicationshows in the console:falsetrue falsetruefalse Maybe we need to just change the if statement so it checks for nullif ( selectTab != null )Scotty On 7/21/06, Nick Collins [EMAIL PROTECTED] wrote

Re: [flexcoders] return STRUCT type from CFC to flex

2006-07-20 Thread Nick Collins
OK, I am using RemoteObject. Tom's suggestion of putting the variables all UPPERCASE worked! Thanks Tom.I think I do have value object created in the CFC. I'm not familiar with what exactly you're referring to, but this is what I have to create the variables: cfset results = StructNew() cfset

Re: [flexcoders] return STRUCT type from CFC to flex

2006-07-20 Thread Nick Collins
- Original Message From: Nick Collins [EMAIL PROTECTED]To: flexcoders@yahoogroups.com Sent: Thursday, July 20, 2006 10:00:37 AMSubject: Re: [flexcoders] return STRUCT type from CFC to flex OK, I am using RemoteObject. Tom's suggestion of putting the variables all UPPERCASE worked! Thanks

Re: [flexcoders] Re: Detect if Object exists

2006-07-20 Thread Nick Collins
); this.windowTabs.selectedChild = newTab; } else this.windowTabs.selectedChild = selectTab; } Scotty http://www.franciswscott.com --- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote: I've got a datagrid with a list

[flexcoders] return STRUCT type from CFC to flex

2006-07-19 Thread Nick Collins
I'm having some difficulties returning my variables from my CFC to Flex. I did a simple CFM to test the CFC, and the CFC works fine. Here's the CFM:-- cfinvoke component=Giving.components.cfgenerated.managers.Auth method=login

Re: [flexcoders] Re: Flex for Dashboard--Feedback Freelance $ Opportunity

2006-07-19 Thread Nick Collins
Also, Mike Chambers hinted in his podcast on Apollo that it is possible to write database drivers in Actionscript and that's how data connectivity could be handled on Apollo... I wonder if they could be developed to work outside Apollo as well? On 7/19/06, Tim Hoff [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: RPC Vs. FDS and FDS Express

2006-07-17 Thread Nick Collins
in conjunction with flex. Its pretty annoying that they just don't tell you install details in any of these tutorials. Anyways, Thanks again! David --- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote: What I ended up doing is just anteing up and getting a dedicated server

Re: [flexcoders] Re: Flex and Server-Side Technology Recommendations

2006-07-17 Thread Nick Collins
So Tom, when are you going to include newer MySQL drivers by default, instead of requiring users to manually update the drivers and specify them when creating a DSN? I'm using MySQL 4.1 and even that old of a version of MySQL requires me to manually update the drivers on a new CF install and

Re: [flexcoders] Org Chart

2006-07-17 Thread Nick Collins
Hey Doug, I tried to view your CMOrgChart and it doesn't load with the final release of Flash Player 9.On 7/17/06, Douglas Knudsen [EMAIL PROTECTED] wrote: I have one I created. Staye tuned tohttp://www.cubicleman.com/ I have to find time to update it to the

Re: [flexcoders] Flex 2 .0 and .NET

2006-07-17 Thread Nick Collins
If your project cannot afford WebORB then I think you're gonna be SOL, unless you want to use web services. For remoting WebORB is the only .Net implementation I know of, and it'll probably be a while yet before we have a stable Open Source alternative. On 7/17/06, mvbaffa [EMAIL PROTECTED]

Re: [flexcoders] RPC Vs. FDS and FDS Express

2006-07-16 Thread Nick Collins
What I ended up doing is just anteing up and getting a dedicated server. Enterhost has a plan that includes a license of Coldfusion for like $200 a month. For me, it's been well worth it, being able to setup my own staging area, public area, being able to update software as I need, not as the

[flexcoders] My authentication help

2006-07-12 Thread Nick Collins
I saw someone else posting about having custom authentication, but my issue is a bit different. I have an authentication script done in CFMX7 that seems to be working on the coldfusion side. Essentially it checks to see if the user is valid, if yes, it looks up the role they are assigned and

Re: [flexcoders] Re: Mac equivalent of ActiveX

2006-07-12 Thread Nick Collins
that expands the system functionality that is currently tied because of the wild web surfing. I think this solution would be really interesting. Patrick --- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote: It's dead in terms of it's no longer being developed, nor supported

Re: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Nick Collins
cffunction name=login access=remote returntype=boolean cfargument name=email required=false/ cfargument name=password required=false/ CFQUERY name=GetUser datasource=#DSN# SELECT tblSFUsers.UserID, tblSFUsers.User_Name, tblSFUsers.Password FROM tblSFUsers WHERE User_Name= cfqueryparam

Re: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Nick Collins
Ok, so CF returns booleans as strings... so how might I go about converting those strings back to booleans in the AS code?On 7/12/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 12 July 2006 15:31, Shannon Hicks wrote: Can we see the CFC?Shannon could also turn on the flex gateway

Re: [flexcoders] Flex 2.0 component in Flash 8

2006-07-12 Thread Nick Collins
true, but if you export to AS3/FP9 then any AS2 code you have will need to be update to AS3 for the Flash 8 portion to work, I believe. That was the case with AS1/AS2 and with the added complexity of the new VM I can't imagine this case being any different. On 7/12/06, Marcelo de Moraes Serpa

Re: [flexcoders] Re: Mac equivalent of ActiveX

2006-07-12 Thread Nick Collins
. It makes a lot of sense. Currently both the browser and web server technology is quite limited. Everything needs to take two evolutionary steps forward. thanks, Patrick --- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote: Patrick... gee that sounds an awful lot like

Re: [flexcoders] Mac equivalent of ActiveX

2006-07-11 Thread Nick Collins
It's dead in terms of it's no longer being developed, nor supported. In terms of use people still use it because of ActiveX garbage on sites that doesn't work with anything else. Kind of the anti-flash. ;-) On 7/11/06, ryanm [EMAIL PROTECTED] wrote: Open source != open specs.You can get source

Re: [flexcoders] Compiling Flex--thank you!

2006-07-05 Thread Nick Collins
I'd wait on the MacBook a little while longer... they're updating them as soon as Intel starts shipping their Core 2 Duo laptop processors and it'll be alot faster. Plus I've heard rumors they'll be changing the case design at that point to, so here's to hoping they don't use another aluminum

[flexcoders] CF Wizard problem - Validators trigger required on fields with required=false

2006-07-05 Thread Nick Collins
I am kind of using this wizard as a jumping off point, and have run into something of a problem. If I put validators on any of the fields to make sure they're formatted properly, even if I had set the fields to required=false it forces you to input something into the field... how can I change

[flexcoders] Re: CF Wizard problem - Validators trigger required on fields with required=fal

2006-07-05 Thread Nick Collins
Nevermind, I found it. For some reason you have to manually go into each of the validators you don't want required and set them to required=false. If it's not implicitly stated, it defaults to required=true. Not the behavior I'd expect. --- In flexcoders@yahoogroups.com, Nick Collins [EMAIL

[flexcoders] Dynamically create Tabs in TabNavigator

2006-07-05 Thread Nick Collins
I'm trying to figure out how to add tabs to a TabNavigator dynamically with a button click. Essentially adding tabbed browsing like capabilities to my app. Right now when I double click an item in my DataGrid it opens a popup window using the WindowManager class from the CF Wizard. I'd like it

Re: [flexcoders] Tabbed Browsing support? htmlText, navigateToURL(), Javascript?

2006-07-05 Thread Nick Collins
I imagine it would be very difficult as not all browsers support tabs, and the implementations of those tabs are different in each. ie Firefox vs. IE7 vs. Safari vs Opera, etc.On 7/2/06, Greg Hamer [EMAIL PROTECTED] wrote: Has anyone here implemented tabbed

Re: [flexcoders] Re: Popup deletion and memory issue in 1.5

2006-07-05 Thread Nick Collins
Maybe when you're closing the popup it's somehow triggering all the change events simultaneously.On 6/27/06, digital_eyezed [EMAIL PROTECTED] wrote: Hi, the only events are fired on creation (go get the remote objects etc). I do have a change on the tab navigator

Re: [flexcoders] embeded FlashType fonts look bad

2006-07-04 Thread Nick Collins
Could you just put it up to your server and post the URLs?On 7/4/06, hank williams [EMAIL PROTECTED] wrote: My stuff looks muddy.I have a sample bmp and a sample swf that show the effect. The swf looks fine, and the jpg from my flex app looks muddy. It is 100k

[flexcoders] Problem installing CFeclipse to FlexBuilder 2 final

2006-07-04 Thread Nick Collins
Has anyone else had difficulties with this? When I try to install it I get the following error, and cannot install it:Current configuration contains errors that are not corrected by the requested operation and more errors would be introduced. See details for more information. - Current

Re: [Junk E-Mail - LOW] [flexcoders] Problem installing CFeclipse to FlexBuilder 2 final

2006-07-04 Thread Nick Collins
I figured out a work around. I only ran into the problem when I tried installing CFeclipse through the Find/Install feature. I simply downloaded the JAR and copied into the plugins folder manually and it works just fine. It is annoying that the Find/Install feature doesn't work though. On

[flexcoders] Ok, now a problem with creating a new CF Remoting Project

2006-07-04 Thread Nick Collins
Trying to create a new Flex Project using the Coldfusion Flash Remoting Service. First problem is it does not pull the server address from the RDS settings as I would expect. It keeps trying to access the CF standalone server on port 8500, which I do not use. On my development machine I have

Re: [Junk E-Mail - LOW] [flexcoders] Ok, now a problem with creating a new CF Remoting Project

2006-07-04 Thread Nick Collins
LOL, ok so how often does that happen that I updated my production server but failed to update my development server to the latest build.On 7/4/06, Shannon Hicks [EMAIL PROTECTED] wrote: I had that problem... I had forgotten to install the real 7.0.2

Re: [flexcoders] Question about putting a flex page up as a yahoo page

2006-06-27 Thread Nick Collins
with flex2 you can because it compiles to standalone SWFs, but they require player 9. With Flex 1-1.5 I don't believe you can because yahoo does not provide FES to their usersOn 6/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a friend who recently

Re: [flexcoders] Release Pricing

2006-06-27 Thread Nick Collins
the limitation ? can I run freeely any coporate business services etc ... as soon as I use only one cpu per Application (what about Bi-Core ?) ? Nick Collins a écrit: No, it means you can run it free on a one CPU server with one application using it. For clustering you'll have to pay. On 6

[flexcoders] Adobe Developer Week recordings

2006-06-27 Thread Nick Collins
Hey all,I've seen the links to recordings for a few of these sessions floating around, but I was wondering if anyone knew where I might find a list of all of them. I had planned to attend, but then I ended up attending the HOW Design Conference which ended up being at the same time, and was

Re: [flexcoders] Re: Shouldn't we use Flex to built website

2006-06-26 Thread Nick Collins
I think you misunderstand me. I have nothing against flash sites. I'm referring to the poorly done ones where flash users were doing things merely because they now could, not because it was good design. I'm not saying anyone here falls into this category, but typically it was done by people who

Re: [flexcoders] Release Pricing

2006-06-26 Thread Nick Collins
No, it means you can run it free on a one CPU server with one application using it. For clustering you'll have to pay.On 6/26/06, Antoine Malpel [EMAIL PROTECTED] wrote: Free when using just One app per cpu ??? taht means I'm free to do any corpotare stuff for

[flexcoders] Define property options in custom class

2006-06-24 Thread Nick Collins
I'm writing an AS3 class extending Canvas and have defined a property of currentTemplate but am having trouble figuring out how to define the variable options for the code completion. Like when you add the borderStyle property it gives you the dropdown of inset, none, outset and solid as

Re: [flexcoders] Shouldn't we use Flex to built website

2006-06-24 Thread Nick Collins
You're saying you don't agree with the statement that Flex should be reserved for applications? I would say that Flex should most definitely NOT be used for building a website. Just because it could, does not mean it should. IMO, those who decide to use Flex to do website designs rank right

[flexcoders] Define property options in custom class

2006-06-24 Thread Nick Collins
I'm writing an AS3 class extending Canvas and have defined a property of currentTemplate but am having trouble figuring out how to define the variable options for the code completion. Like when you add the borderStyle property it gives you the dropdown of inset, none, outset and solid as options.

[flexcoders] Re: Shouldn't we use Flex to built website

2006-06-24 Thread Nick Collins
You're saying you don't agree with the statement that Flex should be reserved for applications? I would say that Flex should most definitely NOT be used for building a website. Just because it could, does not mean it should. IMO, those who decide to use Flex to do website designs rank right with

RE: [flexcoders] Cold Fusion And Flex 2

2006-06-17 Thread Nick Collins
It depends on how youre communicating with the coldfusion code. If youre just using Web Services, you dont need the connectivity update. However, if you want to use Remoting to communicate with CF then you will have to have the update. The update allows for things like mapping CFCs as AS

<    1   2