Re: [flexcoders] What is the different between NativeMenu and ContextMenu in AIR?

2008-12-18 Thread Cutter (Flex Related)
Wouldn't a NativeMenu be like a toolbar kind of menu, whereas a ContextMenu be more a right-click type of menu? Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of "Learning Ext JS" http://www.packtpub.com/learning-ext-js/book ___

[flexcoders] SOT: Apache and Windows resources

2008-10-13 Thread Cutter (Flex Related)
Trying to setup some Alias paths, within Apache, exposing resources available on a Storage Area Network. These are primarily media type resources (site.com/images, site.com/media, etc.) When working with IIS, you set these up as Virtual Directories, and apply any user permissions within that di

Re: [flexcoders] BlazeDS broadcast updates to others?

2008-06-19 Thread Cutter (Flex Related)
BlazeDS does not have true push (RTMP), it emulates push through polling. Basically your update would push a message to a gateway, that then broadcasts that message to a specific channel for BlazeDS, and the client's polling would pick up that message from BlazeDS in it's next polling cycle (think

Re: [flexcoders] SOT: BlazeDS, J2EE, ColdFusion, JBoss

2008-04-25 Thread Cutter (Flex Related)
Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.comI am a CF person, and CF8 is great for working with Flex 3 and BlazeDS. JRun is a full featured J2EE server, and integrating BlazeDS with

Re: [flexcoders] Re: Is SWFObject ready for prime time?

2008-04-22 Thread Cutter (Flex Related)
We switched over to SWFObject (then FlashObject) when the EOLAS patent stuff first came out, and it worked fantastic. Until we began to use JQuery. Some things were fine, but any page that had a flash object, renedered via SWFObject, would not be able to use any functions of JQuery. Wait, let m

Re: [flexcoders] connection downtime in flex/blazeds?

2008-04-19 Thread Cutter (Flex Related)
We went through this recently with an HTML/AJAX based AIR app, utilizing the Flex/Ajax Bridge to communicate with blazeDS. We found a method in the Consumber obj that basically checked the connection and re-subscribed if the connection had been broken. The Flex/Ajax Bridge Consumer object is ba

Re: [flexcoders] AIR: Forcing a file to be opened By OS Default Application

2008-04-16 Thread Cutter (Flex Related)
According to a talk that Ben Forta gave here in Nashville, not long before product launch, the AIR sandbox strictly prohibits access to other programs on a system. Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http:

Re: [flexcoders] Re: Announcement: Join us in a Flex-Related Focus Group

2008-03-31 Thread Cutter (Flex Related)
For those unfamiliar, Jeffrey has been extensively involved in the ColdFusion Community for years, contributing articles, writing blog posts, and helping out where ever he could. He has also proven himself as a rock solid Flex developer, and was recently added to the Flex group of Adobe Communi

Re: [flexcoders] AIR QnA

2008-03-04 Thread Cutter (Flex Related)
Last I checked, AIR operates in a bit of a sandbox. It allows file system access and whatnot, but it can't spawn OS native apps, etc. It's part of the built in security features. There may be some things you could do with the Merapi project, but I couldn't say for sure. No, I doubt you can list

Re: [flexcoders] Flex on a SmartPhone?

2007-03-29 Thread Cutter (Flex Related)
You would think that this should be possible, as a Flex app is basically a Flash file on the front end. The backend stuff wouldn't matter to the phone, other than the need for a data connection. You might check the dev center to see if anything has been mentioned there, or possibly drop an emai

Re: [flexcoders] Is anybody else getting duplicate messages?

2007-03-28 Thread Cutter (Flex Related)
Yes, quite a few times today Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Paul DeCoursey wrote: > > > I've been getting 2 sometimes 3 copies of many messages. It's quite > annoying

Re: [flexcoders] space between MenuBar - menuitems

2007-03-28 Thread Cutter (Flex Related)
I don't remember the exact style attribute, but if you go in to the Flex Start Page of Flex Builder you will see a link for the Style Editor, and I know that was one of the examples on there, giving you the complete attribute/value information you would need. Steve "Cutter" Blades Adobe Certif

Re: [flexcoders] CF/Flex Wizard for CRUD CFCs - any tutorials out there?

2007-03-23 Thread Cutter (Flex Related)
Shawn, I did a review of the RDS Plugins not long after FB was released. While it is a handy tool to get you 85%-90% of the way, it is limited in that it doesn't handle on the fly changes to db architecture, requiring you to re-run the wizard. Some people place their independent logic, additio

Re: [flexcoders] Announcing FlexLib - open source flex component library

2007-03-01 Thread Cutter (Flex Related)
This is outstanding, but I do wonder why you don't use Ray Camden's RIAForge (http://www.riaforge.org) to host a project of this nature, since it is specific to Adobe product extensions. Cutter _ http://blog.cutterscrossing.com Doug McCune wrote: > > > I'm pleased to announce Flex

[flexcoders] Flex and CF

2007-02-22 Thread Cutter (Flex Related)
Hello all. I am sure someone has covered this already, but I am new to the list so I figured I'd ask out right (in case someone has already blogged this or something, though I haven't found anything yet). I have a remote multi-instance ColdFusion MX7 server in my dev environment. I can not inst