Re: [flexcoders] Re: Flex 1.5 SSL implementation solution required

2016-07-18 Thread Nick Collins ndcoll...@gmail.com [flexcoders]
Randall is correct. I use ES6 along with Babel and Webpack happily with my React coding. If you want to dig in and get your hands dirty, check out Gluestick (https://www.drivenbycode.com/getting-started-with-gluestick/) . It is an excellent (IMHO) CLI tool for scaffolding out a React site to get

Re: [flexcoders] Flex 1.5 SSL implementation solution required

2016-07-08 Thread Nick Collins ndcoll...@gmail.com [flexcoders]
800-0900 - Skype No Texting > 1-360-850-9322 Mobile > http://danielpride.com > www.linkedin.com/in/danielpride/ > http://archaeolibrary.com/ > https://headlessuber.com > > > > > > -- > *From:* "Nick Collins ndcoll...@gmail.com

Re: [flexcoders] Flex 1.5 SSL implementation solution required

2016-06-20 Thread Nick Collins ndcoll...@gmail.com [flexcoders]
Why on God's green earth would you be using a technology that is now nearly 15 years old?!?! On Mon, Jun 13, 2016 at 5:31 AM, Srinivasulu Thottempudi srinivas...@sankhya.net [flexcoders] wrote: > > > Dear flex developer, > > How to build the Flex 1.5 application ? >

Re: [flexcoders] Using Squiggly under Oracle's Weblogic 11g

2013-10-03 Thread Nick Collins
My first though is that it is likely something to do with the context of the application. Likely you are not using the WAR as the root context, so that will change the pathing. Your best bet is to use relative paths if possible . On Wed, Oct 2, 2013 at 10:06 AM, rabi...@yahoo.com wrote: **

Re: [flexcoders] Compiling and debugging against a remote Coldfusion server

2013-01-28 Thread Nick Collins
Again, to kind of echo what Brendan said, if this guy can't figure out simple remoting to a Coldfusion server, I would question my choice. Coldfusion is by far the simplest, most plug and play remoting to Flex there is, and there is plenty of documentation available showing you exactly how to do

Re: [flexcoders] Flex Mobile Android 4 (ICS)

2012-07-03 Thread Nick Collins
|| stage.orientation == rotatedRight ) currentState = landscape; else currentState = portrait; this.invalidateDisplayList(); } } -Jake On Fri, Jun 22, 2012 at 10:06 AM, Nick Collins ndcoll...@gmail.comwrote: ** I have been doing active development with Flex 4.6 on my HTC Inspire 4G

Re: [flexcoders] Flex Mobile Android 4 (ICS)

2012-07-03 Thread Nick Collins
protected function view_resizeHandler(event:ResizeEvent):void { if (widthheight) this.currentState=landscape; else this.currentState=portrait; } On Tue, Jul 3, 2012 at 6:11 AM, Nick Collins ndcoll...@gmail.com wrote: actually listen for a RESIZE event on the view, then check

Re: [flexcoders] Flex Mobile Android 4 (ICS)

2012-06-22 Thread Nick Collins
I have been doing active development with Flex 4.6 on my HTC Inspire 4G (running IceColdSandwich/Android 4.0.4) with no such problems. The only problem I have had is that Flash Builder doesn't always see the device as still being in debugging mode, even though the device indicates that it is.

Re: [flexcoders] Licence component

2011-08-03 Thread Nick Collins
I don't know of any free component, but you may want to investigate either Zarqon ( from Cliff Hall, the creator of PureMVC ), or NitroLM. On Wed, Aug 3, 2011 at 5:14 AM, isa_loyer isa_lo...@yahoo.fr wrote: ** Dear Flexer, I'm developping an AIR application. I'd like include licence

Re: [flexcoders] Re: who know flex builder2 download location??

2010-07-14 Thread Nick Collins
Flex Builder 2 doesn't either. You would need to have Flex 1.5... and Flex Builder at that point was basically Dreamweaver. Good luck working with that! On Wed, Jul 14, 2010 at 8:02 AM, sevengeon seveng...@yahoo.co.kr wrote: i want programming use as2.0 on FlashPlayer 8 but fb3 is not

Re: [flexcoders] flash 4 and flex 3

2010-05-19 Thread Nick Collins
Flash 4 could net you some big money by selling it to the Smithsonian? j/k On Wed, May 19, 2010 at 2:23 AM, cholid cholid cholid_rid...@yahoo.comwrote: Hi all What advantages of flash 4 compare with flex 4? thanks cholid_ridwan

[flexcoders] Using Flash Player 10 in Full Screen mode, check this out!

2010-04-20 Thread Nick Collins
http://blog.nc-design.net/post.cfm/flash-player-10-hardware-acceleration-fail The gist is that in certain circumstances, the Flash Player has problems with its full screen mode.

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-17 Thread Nick Collins
it, but they haven’t got the Player code, so they must be pulling some other trick to get it all to hang together! *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Nick Collins *Sent:* 14 April 2010 23:54 *To:* flexcoders@yahoogroups.com *Subject:* Re

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Nick Collins
If that were the case, then OpenPlug wouldn't be able to to it with Elips Studio, but they are. They basically are providing a modified Flex 3.x SDK to use within Flex Builder. Then their IDE extensions output an XCode project that even will give you hooks so you can tie into native services, like

Re: [flexcoders] Flash Buidler and Flash

2010-03-17 Thread Nick Collins
Flash Builder is a development tool. I would suggest using Flash CS4, as it is the successor of Flash 8, not Flash Builder. Even still, any fancy transitions, will still be custom work, either using a tweening library or the timeline. Also, I would suggest checking out the Gaia Flash Framework,

Re: [flexcoders] Lightweight Flex framework?

2010-03-03 Thread Nick Collins
+1 for RobotLegs. RobotLegs combined with AS3 Signals is easy to use and very, very powerful. On Wed, Mar 3, 2010 at 12:33 PM, Margo Powell mmpow...@email.unc.eduwrote: Swiz is a very nice light framework http://swizframework.org/ Example of moving from cairngorm to swiz:

Re: [flexcoders] Why most Flex Developer job ads ask now for Knowledge in Java??

2010-02-17 Thread Nick Collins
I think you should have a functional knowledge of several backend languages with which you might interface. Java of course, is the biggie, but also Ruby, C#, Coldfusion, maybe Python... which is not to say that I think it is necessary to have experience architecting the entire back end from

Re: [flexcoders] Why most Flex Developer job ads ask now for Knowledge in Java??

2010-02-17 Thread Nick Collins
On a related note, some organizations legitimately are looking for the end-to-end developer. I was once turned down for a Flex developer position because I didn't also have experience as a DBA with MSSQL. Forget the fact I could do the J2EE and Flex work, and write my own SQL, they wanted someone

Re: [flexcoders] what is Degraffi?

2010-02-07 Thread Nick Collins
I think you mean Degrafa, and that would be degrafa.org On Sun, Feb 7, 2010 at 5:43 PM, markflex2007 markflex2...@yahoo.com wrote: Degraffi is Flex library,do you thank the url for it. I check with google and can not get the site. Thanks Mike

Re: [flexcoders] What's up Adobe?

2010-02-02 Thread Nick Collins
You're a Flex developer if you are using the Flex SDK, regardless of what your tooling is called. What if you were using FlashDevelop to code in, or FDT, or IntelliJ IDEA? Still a Flex developer. And Tom, re: Well, Flash is a subset of Flex..., I would say it's the other way around, since as I

Re: [flexcoders] Re: Any issues with Windows 7(64bit) and Flex Builder

2010-01-06 Thread Nick Collins
I believe Flex Builder is still only 32-bit, so it needs to run in a 32-bit Eclipse, using the 32-bit JDK. On Wed, Jan 6, 2010 at 12:33 PM, Greg Hess flexeff...@gmail.com wrote: Hi Folks, Well, I took the plunge have Windows 7 64bit, have installed JDK 6 Update 17(64bit) and Eclipse 3.4.

Re: [flexcoders] Flex 4 Upgrade Price?

2009-12-15 Thread Nick Collins
Us Windows folks don't have 64 bit love yet, either. On Tue, Dec 15, 2009 at 12:55 PM, Rick Winscot rick.wins...@zyche.comwrote: Not to sound harsh on Adobe... but I shelled out $500 for the Flex 2 - Flex 3 upgrade and four weeks later they dropped the price to $250. I’d like to avoid that

Re: [flexcoders] Re: .exe files in flex3

2009-12-11 Thread Nick Collins
You could also look at the Air 2.0 beta which allows you to export to a standalone executable for both Mac and PC. That way you wouldn't have to worry about the AIR runtime being installed. On Fri, Dec 11, 2009 at 12:05 PM, David Pariente xxmapach...@yahoo.eswrote: For a desktop app go for

[flexcoders] Flex and Weblogic JMS

2009-12-02 Thread Nick Collins
I am having a problem with consuming messages using WebLogic 10.2's JMS to send messages to my Flex client. The error I am getting is the following: *ArgumentError: Error #2173: Unable to read object in stream. The class weblogic.jndi.internal.WLEventContextImpl does not implement

Re: [flexcoders] What's up with Flashbuilder beta2 and the export release build

2009-11-04 Thread Nick Collins
Um.. that's why it's Beta. On Tue, Nov 3, 2009 at 6:41 PM, djhatrick djhatr...@yahoo.com wrote: Takes a half hour, then says my project has errors and can't do it -- the compiler can't find em i guess -- what a suck-a-thon!

Re: [flexcoders] Developing Flash/Flex on Linux

2009-10-21 Thread Nick Collins
Personally, I'm not all that concerned about Flex Builder running on Linux, in and of itself. Now if they ported the Creative Suite as well, I would be totally psyched. Unfortunately, as long as CS is only available on Windows or OSX, I'm going to be tied to those platforms. That being said, for

Re: [flexcoders] Catalyst with Flex Builder

2009-10-14 Thread Nick Collins
Technically, yes it is possible to open the code in Flex Builder 3. However, code created in Catalyst is only compatible with the Flex 4.0.0 SDK, so you will have to configure FB3 to use the Flex 4 SDK. The Adobe Open Source site has instructions on how to do this, I believe. On Wed, Oct 14, 2009

Re: [flexcoders] Re: Is Adobe Customer Support (or worse yet adobe) falling apart

2009-09-15 Thread Nick Collins
I'd probably try to contact Robert Christensen or Mike Chambers about the AIR beta. On Tue, Sep 15, 2009 at 10:47 AM, Jim Hayes j...@primalpictures.com wrote: Mmmm, just taken me 3/4 hour to get though after a wait of 2 weeks odd for a reply on the support portal which asked me to ring.

Re: [flexcoders] Re: BlazeDS use secure channel when loaded over https.

2009-09-11 Thread Nick Collins
on a regular AMFChannel instead of a SecureAMFChannel. Nick Collins On Thu, Sep 10, 2009 at 4:27 PM, Wesley Acheson wesley.ache...@gmail.comwrote: Does anyone else know where I can ask or point me somewhere I might find more information? Regards, Wesley Acheson On Wed, Sep 9, 2009 at 5:28

Re: [flexcoders] Re: BlazeDS use secure channel when loaded over https.

2009-09-11 Thread Nick Collins
Chiverton tom.chiver...@halliwells.com wrote: On Friday 11 Sep 2009, Nick Collins wrote: You might put something like the following code in a preinitialize event handler: You could just but both a secure and non-secure channel in the Channels list... it's what we do. The connection

Re: [flexcoders] Pure MVC vs Cairgorm

2009-05-19 Thread Nick Collins
Depends on your requirements. Personally between those two, I lean more toward PureMVC, although the ideal would be to simply roll your own framework based on only the design patterns you need. On Tue, May 19, 2009 at 12:44 PM, mhbmarcos mhbmar...@yahoo.com.ar wrote: Hi!!!, which is the best

Re: [flexcoders] Foaming at the mouth for Flex4... or Flashbuilder4

2009-05-19 Thread Nick Collins
Hey if you're using the Flex SDK, you still ARE a Flex developer. On Tue, May 19, 2009 at 10:21 AM, djhatrick djhatr...@yahoo.com wrote: BTW, I am going to keep calling myself a flex developer (pays better)... When's the beta coming out? June when? thanks, Patrick

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-28 Thread Nick Collins
Well, if you really want to develop Flex on Linux, you could always check out IntelliJ IDEA 8.1, which I'm told has pretty nice Flex development features. Just missing the design view and profiler, really... On Tue, Apr 28, 2009 at 10:55 AM, Johannes Nel johannes@gmail.comwrote: :( On

Re: [flexcoders] Flex Developer Needed (Fulltime)

2009-04-15 Thread Nick Collins
Good luck getting a senior level Flex dev for that pay range. Most senior level guys I know are getting between 100-120k. Granted, that's in Chicago, not the middle of Utah. On Tue, Apr 14, 2009 at 2:37 PM, joshbuhler joshbuh...@gmail.com wrote: Rain in American Fork, Utah is currently looking

Re: [flexcoders] Re: Flex Developer Needed (Fulltime)

2009-04-15 Thread Nick Collins
Hehe, well, everything costs more in Chicago... we do have a 10.25% sales tax On Wed, Apr 15, 2009 at 2:06 PM, flexaustin flexaus...@yahoo.com wrote: Senior guys in Austin are 90k. --- In flexcoders@yahoogroups.com, Nick Collins ndcoll...@... wrote: Good luck getting a senior level Flex

Re: [flexcoders] SDK 3.3 and flash.* imports

2009-04-03 Thread Nick Collins
I had something similar happen where I could no longer access the Graphics class. I couldn't use code completion with it, and in fact I couldn't even compile anything that was using it. Reinstalling Flex Builder then adding in the newer SDK did fix the problem though. On Fri, Apr 3, 2009 at 2:13

Re: [flexcoders] Here's a Flash plugin for iPhone

2009-03-26 Thread Nick Collins
It does required a jailbroken iPhone, as it says you need to use Cydia or the Installer app to install it. Also of note is it is not a Flash Player for the iPhone, but rather allows the iPhone to play FLVs. On Thu, Mar 26, 2009 at 8:24 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: On

Re: [flexcoders] Where I can download Flex 4 Builder trial version?

2009-03-24 Thread Nick Collins
You can't. They did distribute an early preview release at MAX on the DVD, but it's not available for download yet. http://labs.adobe.com/technologies/gumbo/ On Tue, Mar 24, 2009 at 11:02 AM, markflex2007 markflex2...@yahoo.com wrote: Thanks Mark

Re: [flexcoders] Smallest filesize of a swf in Flex 3 is larger then Flex 2?

2009-03-17 Thread Nick Collins
A big part of that reason is that when you attach any library, be it the SDK or an external SWC, as a RSL, it is going to increase the size of a singular app. The reason is that when a library is specified as an RSL, the ENTIRE library gets loaded, not just the parts that are needed, since it

Re: [flexcoders] Re: Gumbo / Flex 4 release date estimate?

2009-02-21 Thread Nick Collins
I'm pretty sure that was more of an Alpha, or very, very early beta... from the information on the opensource.adobe.com it seems they're still hashing out core features such as the FX namespace for Gumbo components, etc. so it's nowhere near production ready. On Sat, Feb 21, 2009 at 1:10 PM,

Re: [flexcoders] Code Generator for Flex/Java/Hibernate/Spring/Maven/BlazeDS

2009-01-17 Thread Nick Collins
I believe much of this functionality is already available for free in Clear Data Builder from Farata Systems. On Fri, Jan 16, 2009 at 11:16 PM, Kelly dek...@gmail.com wrote: Hi I am building a code generator for building enterprise Java/Flex apps. It is model driven and can generate more

Re: [flexcoders] Any Developers on a Mac?

2008-12-31 Thread Nick Collins
I've had the same problems with PCs though. I have a Dell Inspiron that has had to have the screen replaced twice, the keyboard replaced twice because it just stopped working, the video card replaced, and the motherboard replaced under warranty. It literally is almost a completely new laptop from

Re: [flexcoders] Re: flex builder 3 and ganymede

2008-10-23 Thread Nick Collins
I got it to work, but what I needed to do was have a clean install. I had to uninstall FlexBuilder 3, then create a new eclipse install of Ganymede, then install flexbuilder to ganymede with the 3.0.1 installer. It wouldn't work until I had uninstalled Flex Builder 3 completely. On Thu, Oct 23,

Re: [flexcoders] Wizard

2008-10-22 Thread Nick Collins
That would be easy enough to do yourself, using mx:Panel or mx:TitleWindow, then adding a viewstack as a child, then setting the next and previous buttons to traverse the viewstack. On Wed, Oct 22, 2008 at 7:46 AM, duncan_coutts [EMAIL PROTECTED]wrote: Hi guys, does anyone know if a Wizard

[flexcoders] Override mx:Window close function

2008-10-16 Thread Nick Collins
I'm attempting to override a mx:Window's response to a close, so that if someone closes the window, it only hides it. The use case is that it's a properties window that can then be reopened when they select another element. The problem, of course, is that once a window has been closed you cannot

Re: [flexcoders] Override mx:Window close function

2008-10-16 Thread Nick Collins
the visible or whatever implementation you have. Mike On Thu, Oct 16, 2008 at 12:11 PM, Nick Collins [EMAIL PROTECTED]wrote: I'm attempting to override a mx:Window's response to a close, so that if someone closes the window, it only hides it. The use case is that it's a properties window

[flexcoders] BlendMode help

2008-08-15 Thread Nick Collins
Is there a way to change your blendMode on a per-pixel basis. Essentially, I want the blendMode layer to be applied as a Multiply blend mode if the brightness value is greater than 20, and as a Screen blend mode if the brightness value is less than 20. I need that to be evaluated on a per pixel

[flexcoders] [CONTRACT] Flex/AIR Developer for short-term project in Chicago

2008-07-14 Thread Nick Collins
We have a need for a senior level Flex developer who is immediately available for a short term contract opportunity that will likely transition to a full time position. You will be working on a very high-profile application within the sporting goods industry with a go live deadline of September

Re: [flexcoders] Re: AS3 coding environment

2008-06-17 Thread Nick Collins
Right now the biggest thing I'm waiting on is MXML support in Enterprise. I know it's coming later this year, so I'm eagerly anticipating it. Then I can switch to FDT from FlexBuilder, since in my experience, they don't always play nicely together in the same installation of Eclipse. On Tue, Jun

Re: [flexcoders] Flash Player 10 Beta

2008-05-15 Thread Nick Collins
You should be fine. The new APIs (IK, 3D transformations, etc.) aren't available in Flex, so you won't be using them. This is just a new player, for now. On Thu, May 15, 2008 at 10:34 AM, Nate Pearson [EMAIL PROTECTED] wrote: Is it even the slightest good idea for flex developers to install

Re: [flexcoders] Is it possible to build a Flex 3 app that will play in Flash Player 7 for Wii

2008-05-02 Thread Nick Collins
I think he means that it targets Flash Player 7. On Fri, May 2, 2008 at 12:46 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Do you really mean Flash 7, or do you mean Flex 1.5 + AS 2? Tracy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On

Re: [flexcoders] Is it possible to build a Flex 3 app that will play in Flash Player 7 for Wii

2008-05-02 Thread Nick Collins
] *On Behalf Of *Nick Collins *Sent:* Friday, May 02, 2008 1:42 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Is it possible to build a Flex 3 app that will play in Flash Player 7 for Wii I think he means that it targets Flash Player 7. On Fri, May 2, 2008 at 12:46 PM

Re: [flexcoders] Re: What hosting compagny are you using for Flex + (Blaze || LCDS)

2008-04-14 Thread Nick Collins
I've been using a dedicated server with Enterhost. Their service and support has been really good, and I have full control over the server, which software is installed, etc. which is important to me. On Mon, Apr 14, 2008 at 12:51 PM, bobignacio [EMAIL PROTECTED] wrote: I've set up BlazeDS on

Re: [flexcoders] Flex and AIR Desktop App.

2008-04-14 Thread Nick Collins
If you're talking about embedding them within the Flex/AIR application, the short answer is no. On Mon, Apr 14, 2008 at 1:11 PM, Ricardo... [EMAIL PROTECTED] wrote: I guys. This is my first message. I need some help about Flex and AIR. Is it possible to use ActiveX Objects (*.ocx) in a

[flexcoders] Saving Typed Objects with AIR

2008-03-26 Thread Nick Collins
I'm trying to use the AIR file libraries to write an actionscript object and it saves it just fine but it saves it as just a type of Object. Is there a way where I can save the actionscript objects, yet maintain their typing?

Re: [flexcoders] Family Tree / Flow chart

2008-02-27 Thread Nick Collins
what if you just set the vertical and horizontal scroll policy properties to off? On Wed, Feb 27, 2008 at 10:00 AM, Derrick Anderson [EMAIL PROTECTED] wrote: actually, this is how i'm making that panel draggable, forgot to include the script public function

[flexcoders] Drag and Drop between NativeWindows

2008-02-26 Thread Nick Collins
Does anybody have any examples of being able to drag from one native window to another? I've tried both the DragManager and the Native Drand and Drop functionality, but neither seem to work for this case. Whenever my dragging leaves the window, it cancals the drag.

Re: [flexcoders] Re:Drag and Drop issues

2008-02-21 Thread Nick Collins
I've got it working... you have to make sure there is a background, which can just have it's alpha set to 0, but it needs to be there for the component to register the event. On Thu, Feb 21, 2008 at 12:29 PM, Jon Harris [EMAIL PROTECTED] wrote: Hi, this is just a quick stab at your problem:

[flexcoders] Drag and Drop issues

2008-02-20 Thread Nick Collins
I've got an application I'm working on where I need to be able to drag things onto a Canvas, and sometimes into containers that are children of the canvas. The problem I'm having is that when I have another container inside the canvas, it doesn't register the dragEnter event, even though I have

Re: [flexcoders] do you need CS Degree to get a job?

2008-02-20 Thread Nick Collins
I'm going to throw my 2p in, for what it's worth. In my experience, it depends largely on the type of employer you're applying to. If you're trying to get into a smaller boutique shop (think Universal Mind, Cynergy, EffectiveUI, etc.) which in my opinion are some of the coolest places to work, a

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Nick Collins
Well, when I initially filed that ER in the bugbase, my intention was not merely that of wanting client-side PDF generation. My desire was to have the ability to create, and display those documents within a Flash application, without needing to have the Acrobat Reader installed. I love the AIR

Re: [flexcoders] AIR - including other files

2008-02-04 Thread Nick Collins
First, you need to have the files somewhere within your source directory (well, it's easiest anyway). When you're building the release version, once you've entered in your information for the digital signing, click next instead of Finish. It will now give you a list of files and directories to

Re: [flexcoders] Flex App in Email

2008-02-01 Thread Nick Collins
Bottom line, you can't. For security reasons, email clients a) do not allow javascript to be executed, and b) standalone clients (Outlook, Thunderbird, Mail, etc.) do not support browser plugins, so even using a normal EMBED of the swf won't work. On Feb 1, 2008 12:44 PM, [p e r c e p t i c o n]

Re: [flexcoders] Flex App in Email

2008-02-01 Thread Nick Collins
Your best bet is to have an email that looks nice and links to your Flex app online that will be viewed in the browser. On Feb 1, 2008 1:14 PM, Nick Collins [EMAIL PROTECTED] wrote: Bottom line, you can't. For security reasons, email clients a) do not allow javascript to be executed, and b

[flexcoders] RegEx help

2008-01-29 Thread Nick Collins
I have a String that will contain camel-case characters that I would like to add an underscore before each capital letter. So for example, if I have MyStringName I would like to make it My_String_Name. Can anyone help me with the RegEx expression that would do this from a dynamic String? Thanks

Re: [flexcoders] AIR - Disable/Enable both Copy/Paste

2008-01-29 Thread Nick Collins
Just a thought, I don't know if there's an easier way but perhaps you could have an event listener that listens for the copy event, and then nulls out the copied value. On Jan 29, 2008 11:40 AM, Kevin Aebig [EMAIL PROTECTED] wrote: Hey all, I'm building an application that can only copy

Re: [flexcoders] RegEx help

2008-01-29 Thread Nick Collins
Thank you SO much! I'm pretty new to Regular expressions, and I had got it to the point where I could find the capitals, but couldn't figure the rest. I really appreciate it man. On Jan 29, 2008 3:04 PM, Jhonny Everson [EMAIL PROTECTED] wrote: Hi Nick, I have a String that will contain

Re: [flexcoders] Offline Work Support

2007-12-16 Thread Nick Collins
Yeah, it's called Adobe AIR. :-) On Dec 15, 2007 5:16 AM, nirav_eng_comp [EMAIL PROTECTED] wrote: Hi, Is there any facility for Work Offline in Flex? I have created one app in which i am drawing some elements on canvas then i have to also store drawn data to xml file on server when user

Re: [flexcoders] having trouble adding components to view using puremvc

2007-11-29 Thread Nick Collins
place code like the following within your ApplicationMediator: protected function get app():ApplicationMXMLClass { return viewComponent as ApplicationMXMLClass } where ApplicationMXMLClass is the name of your root class

Re: [flexcoders] having trouble adding components to view using puremvc

2007-11-29 Thread Nick Collins
I believe you need to create an ApplicationMediator, treating the application as a view, in and of itself. You can then have that mediator listen for your notification and respond accordingly. On Nov 29, 2007 1:55 PM, blc187 [EMAIL PROTECTED] wrote: Anyone out there using PureMVC? I'm

[flexcoders] SQLite help Flex 3 Beta 2

2007-11-09 Thread Nick Collins
Okay, I'm trying to execute a query on my local SQLite database using the following code, but am not having any luck. When I run the same SQL code in Cristophe's SQL Admin app, it works fine, returning the two records. However, when I run it here with my code, it returns a null as the result

Re: [flexcoders] PDF rendering in Flex

2007-11-06 Thread Nick Collins
perhaps if you had a library on the backend that could convert that PDF into a series of PNGs that you could then load into Ely Greenfield's flexbook component? On 11/6/07, frank_sommers [EMAIL PROTECTED] wrote: Hi, I'm wondering if there is a way to render PDF inside a Flex component. I'm

Re: [flexcoders] Saffron AIR UML Tool

2007-11-06 Thread Nick Collins
It's not available yet. On Nov 6, 2007 6:40 PM, [EMAIL PROTECTED] wrote: Hello People, Any one know when or where I can get the Saffron AIR UML Tool?

Re: [flexcoders] Here we go again: Flex Vs Java

2007-09-27 Thread Nick Collins
One possible factor you could mention is the learning curve of having to learn a new application. A JSP application is not going to look or function the same as a flex app. On 9/27/07, Ralf Bokelberg [EMAIL PROTECTED] wrote: Maybe show them Bruce Eckels take on this?

[flexcoders] Urgent need of Express Install help

2007-09-17 Thread Nick Collins
I have been testing the Express Install feature of the Flash Player with my Flex app, and am running into some major difficulties with Firefox. I've been scouring the net and haven't had any luck finding a solution, if there is one. The Express Install is triggered properly, prompts the user, and

Re: [flexcoders] Full Screen Mode

2007-09-14 Thread Nick Collins
Within the browser, no, but within AIR, yes. Since the Adobe AIR runtime sandbox extends to the local desktop, you can access the file system, and you can run full screen while still being able to use the keyboard and text inputs. On 9/14/07, Yigit Boyar [EMAIL PROTECTED] wrote: yeah; it is

Re: [flexcoders] AIR logo icon

2007-08-30 Thread Nick Collins
You have to make sure that when you package the AIR file, you include the img folder and logo files. They're not selected by default. On 8/30/07, bornaeon [EMAIL PROTECTED] wrote: dear friends I have a simple AIR app in Flex Builder 3.0 (Moxie). I have this codes in my _app.xml page for

Re: [flexcoders] Convert Non-server Flex Project to Server Project

2007-05-08 Thread Nick Collins
I've also successfully done it by editing the .project and .flexproperties files manually, though it's not exactly the easiest way of doing things. On 5/7/07, Brian Holmes [EMAIL PROTECTED] wrote: Don't know if it works for a basic flex project, but I know that with other types of projects

Re: [flexcoders]How does Flex work on Mobile devices

2007-04-27 Thread Nick Collins
tell him laptops are technically mobile devices? :-) On 4/27/07, Clint Tredway [EMAIL PROTECTED] wrote: none at this point as the player for devices is not able to run flex apps. On 4/27/07, dorkie dork from dorktown [EMAIL PROTECTED] wrote: My boss asked, What options does Flex have

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-24 Thread Nick Collins
How will they become a true competitor when as I understand it, the XBAPs really only work in IE, so the whole cross-platform notion goes out the window, doesn't it? I think that WPF definitely has it's place... on the windows desktop. It is my opinion that it will be huge in making windows

Re: [flexcoders] flex authenticating and sessions...

2007-04-02 Thread Nick Collins
The way I have been doing it, while admittedly probably not best, is this: I have all my roles and user information in my database. When the user types in their username and password, it is encrypted, sent to the CFC which decrypts it, and runs a query against the database. If the authentication

Re: [flexcoders] Flex on a SmartPhone?

2007-03-29 Thread Nick Collins
Nope, not possible as Flex requires the Flash 9 player with the new VM, which doesn't currently run on smartphones. On 29 Mar 2007 06:12:27 -0700, Tony [EMAIL PROTECTED] wrote: hola peeps. is it possible, or should i bark up another tree, to build small flex applications, that could run on

Re: [flexcoders]Flex got the shaft in CS3

2007-03-29 Thread Nick Collins
That's probably because Flex is not a Creative Suite application. Neither is Captivate, RoboHelp, Lightroom, or some other apps. I don't really think Flex got the shaft though, because the new integration with Flash CS3 for making components, plus Illustrator and Fireworks for skinning, is

Re: [flexcoders] Coldfusion FDS App Wizards for FB 2 ?

2007-03-20 Thread Nick Collins
It is part of the FB2 install, though the installer does not do it for you. Assuming you're on Windows, if you look in your WINDOWS\Downloaded Installations\Adobe Flex Builder 2.0.1\ColdFusion Extensions for Flex Builder/ folder, you'll see the zip file. Just add it as an archived site via the

Re: [flexcoders] Create Controls like in the FlexBuilder Design mode

2007-03-15 Thread Nick Collins
have you tried setting visible to false ? On 3/15/07, Artur Kordowski [EMAIL PROTECTED] wrote: For a current project I have to create an dynamic formular designer, with which the User can create it own formular. The prototype work well, but when I create a new control and add it's into the

Re: [flexcoders] Can Flex really compete with AJAX?

2007-03-01 Thread Nick Collins
What do you mean by dynamic id? I mean, you can pretty easily loop through a list of items in an XML file and assign one of their values as the id of the dynamically created object. Heck, I do this all the time with Actionscript 2 to create menus and such from an XML file. On 3/1/07,

Re: [flexcoders] Re: HELP! Flex Builder hangs on Design View

2007-02-16 Thread Nick Collins
a new PC ( Dual Core ) and Clean windows and Flex has not crashed once in 3 weeks ... Sean. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote: I have 25 GB free, and have rebooted the system, which would free the RAM of any memory consumption

[flexcoders] HELP! Flex Builder hangs on Design View

2007-02-15 Thread Nick Collins
Has anyone else experienced this and found a solution? I have an app I've been working on that just yesterday started giving me problems whenever I try going to the design view. The app hits 50% CPU utilization, and just hangs there. The design view starts to draw, then goes all gray, and freezes

Re: [flexcoders] HELP! Flex Builder hangs on Design View

2007-02-15 Thread Nick Collins
lots of memory. Good luck. Always trust your Agent, RR-007 On Thu, February 15, 2007 11:08 am, Nick Collins said: Has anyone else experienced this and found a solution? I have an app I've been working on that just yesterday started giving me problems whenever I try going to the design view

Re: [flexcoders] New Version of Flex Style Explorer with Tons on New Features

2007-02-13 Thread Nick Collins
Also, I noticed when I select new colors for the Application background, it doesn't refresh and show that color unless I first select a background image, then select none to force it to redraw. On 2/13/07, Brian Holmes [EMAIL PROTECTED] wrote: Peter, The new style explorer's great, but man

Re: [flexcoders] Source formatting

2007-02-13 Thread Nick Collins
. Autoformatting a language like AS3 isn't a trivial amount of work. - Gordon -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Nick Collins *Sent:* Monday, February 12, 2007 11:26 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Source

[flexcoders] Source formatting

2007-02-12 Thread Nick Collins
Ok, maybe I'm just lazy, or maybe I'm the only one that doesn't like to do some things manually, but I love the source formatting tools in Dreamweaver and Flash, and I have to wonder, why do we not have something similar in FlexBuilder? Yes I know I can select a block of text, right click and

[flexcoders] Secure .Net Web Services and Flex 2

2007-02-07 Thread Nick Collins
I'm looking at communicating with our internal .Net web services with Flex 2 but I need it to be secure. Our .Net developers are saying that I need to be able to pass a username and password to the server for it to do the Windows authentication but I don't see how I would do that with the

Re: [flexcoders] DVD-based interactive application possible?

2007-02-02 Thread Nick Collins
If it's for a Data DVD with the data being hard-coded or XML on the disk, sure you can do it with Flex 2. If you're wanting it to play in a standalone DVD player, I'm afraid your only option would be to use a DVD authoring tool, like DVD Studio Pro (apple) or Encore DVD (pc) and it's going to be

Re: [flexcoders] Enabling Digital Signatures

2006-12-06 Thread Nick Collins
Not knowing who will be using this or how, one possible solution is if it's being used as like a POS interface, where you could have pen input, would be to create a signature area component that used the drawing API to allow them to, using the pen device, sign their name on the screen and save

Re: [flexcoders] Flex II Stand-alone Builder and SVN?

2006-12-06 Thread Nick Collins
I've been using FlexBuilder standalone with the Eclipse SVN plugin and it works beautifully. You don't want to just import the project as an existing project, but rather do an import from SVN. That way it tracks the version and allows you to sync and diff and such against the SVN server. On

[flexcoders] URGENT HELP NEEDED: BindingUtils and Number Formatter

2006-12-05 Thread Nick Collins
I've got this bug here I need to fix quickly, and I hope you guys can help. I've got a textbox that I'm binding to the .client2SurvivorLevelAnnualIncomeAfterTax property of the value object asset. I'm using the following line to do it: BindingUtils.bindProperty(txtLevelAnnualIncomeAfterTax ,

Re: [flexcoders] To Adobe - new release improvements??

2006-11-29 Thread Nick Collins
It would also be awesome to have ANT built in without having to have the JDT installed. I don't really do Java, but love the power of ANT for building projects. Also, including an integrated XML editor with functionality like OxygenXML or XMLspy would be nice for working with XML data types.

Re: [flexcoders] Re: Problem with Flex ColdFusio

2006-11-29 Thread Nick Collins
Based on how you describe your setup, unless you're using Tomcat or something, Coldfusion is most likely running with the integrated JRun 4 server. On 11/29/06, Israel [EMAIL PROTECTED] wrote: Philip, I don't have a JRun 4, I'm running ColdFusion in IIS in Windows Server 2003 I don't know if

Re: [flexcoders] Flex Builder Debugger behavior + Firefox

2006-11-28 Thread Nick Collins
under preferences - general - web browser you can choose which to launch in. On 11/28/06, Rick Schmitty [EMAIL PROTECTED] wrote: Is there a way in eclipse to specify the browser to be used without changing the system default browser? When I set my default browser to IE and debug in flex,

  1   2   >