Re: [flexcoders] Re: Flashbuilder 4.0.1 debugger issue?

2010-07-13 Thread Alan Shaw
We've spent hours on this same issue today. We have not updated Flash Builder itself, but after installing the latest debug player, one of our apps also hangs on startup when running with FB debugging and does not hang when running in non-debug mode. I have now reverted to an earlier Flash debug

Re: [flexcoders] Facebook Application

2010-06-09 Thread Alan Rother
http://code.google.com/p/facebook-actionscript-api/ <http://code.google.com/p/facebook-actionscript-api/>=] On Wed, Jun 9, 2010 at 11:09 AM, Christophe wrote: > > > Hello, > > Is it possible to create a facebook application with Flex ? > > Thank you, > Christop

Re: [flexcoders] create class on the fly

2009-07-13 Thread Alan Shaw
There are a number of important techniques for manipulating classes (as detailed in my post http://nodename.com/blog/2008/06/15/upon-reflection/ ), but unfortunately creating a class at runtime is not possible in AS3. On Mon, Jul 13, 2009 at 8:23 PM, postwick wrote: > > > I want to store descripti

[flexcoders] Adobe Flex 4 / Coldfusion 9 Pre-Release Tour hits Phoenix This Thursday (6/25/09)

2009-06-23 Thread Alan Rother
27;re going to want to be there for this one. Meeting Details: What: AZCFUG - Ryan Stewart, Adobe Platform Evangelist When: 6/25/2009 6:30 PM Where: UAT in Tempe, AZ http://maps.google.com/maps?q=2625+W.+Baseline+Road%2C+Tempe%2C+AZ+85283 -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Devel

Re: [flexcoders]Importing a project into Flash Builder 4 from Flex Builder 3

2009-06-02 Thread Alan Rother
If you are planning on doing this, I would make copies of your FB3 code and use these to import into FB4 (Don't use your originals). That should alleviate the risk. =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders] Is this list declining?

2009-06-01 Thread Alan Rother
. My user group has been around for 10 years now and there is a lot of apathy amongst even the most doe hard members. They all show up when a new version gets released. I think we can expect the traffic on the list to pick back up after Gumbo gets released. =] -- Alan Rother Adobe Cert

Re: [flexcoders] Value Objects

2009-05-26 Thread Alan Klement
object. Alan On 5/26/09 10:55 PM, "Jake Churchill" wrote: > > > > > > I think it¹s more for the code hints than anything J > > > Jake Churchill > CF Webtools > 11204 Davenport, Ste. 100 > Omaha, NE 68154 > http://www.cfwebtools.

Re: [flexcoders] Re: How to optimise SWC to its minimal size?

2009-05-22 Thread Alan Klement
Well, you mention that classes that are used directly or indirectly are Œgarbage¹, but it¹s being used so they aren¹t garbage If they were pulled in, then it¹s more than likely that what ever you are trying to extract, depends on those Œgarbage¹ classes. On 5/22/09 11:13 AM, "lytvynyuk" wro

Re: [flexcoders] change default browser...

2009-05-13 Thread Alan Klement
Preferences>General>Web Browser On 5/13/09 6:30 PM, "[p e r c e p t i c o n]" wrote: > > > > > > Hi all,  > > How do I set firefox as my default browser..my system recognizes it, but FB3 > still launches i.e. > > thx

Re: [flexcoders] Dictionary class?

2009-05-11 Thread Alan Klement
One case is if you don¹t want to use loops. On 5/11/09 12:11 PM, "luvfotography" wrote: > > > > > > What are some good uses for the dictionary class? > > I haven't used it yet, but I'm sure if I knew more, I might. . . . > > > >

Re: [flexcoders] Re: drag drop tree to tree onto node, not between nodes [1 Attachment]

2009-05-10 Thread Alan Rother
gt; > > > > > > > > > > > > > > > > > > > > > > Will Flex recognize a drop onto a node? The visual position bar when > moving > > > the drop up and down the destination tree displays between nodes. When > we > > > first add a mgr to the HR tree, that mgr is a leaf. Want to trap a drop > > > directly onto the mgr so can turn him/her into a branch and add people > > > reporting to him/her. Cannot drop beneath as that would be a legal > peer. > > > TIA, > > > > > > Mic. > > > > > > > > -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders] Re: Newbie question: Custom Components and Custom Events

2009-05-04 Thread Alan Rother
A!!! Bingo, thanks everyone... Coming from the a very linear programming background the OO stuff is getting me... =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders] Newbie question: Custom Components and Custom Events

2009-05-04 Thread Alan Rother
bbles, cancelable); } } } //Script Code from Component [Event(name="userSubmit", type="events.UserEvents")] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders] Newbie question: Custom Components and Custom Events

2009-05-04 Thread Alan Rother
>>>Did you import UserEvents? Yep... http://www.adobe.com/2006/mxml"; layout="vertical" xmlns:local="*" xmlns:view="view.*"> -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

[flexcoders] Newbie question: Custom Components and Custom Events

2009-05-04 Thread Alan Rother
private function openWindow():void { win = view.UserForm(PopUpManager.createPopUp(this, UserForm, false)); PopUpManager.centerPopUp(win); win.addEventListener(UserEvents.USER_SUBMIT, onSubmit); } -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders] Is it better & easier to learn Flex3 & AS3 via a book or videos?

2009-04-14 Thread Alan Rother
t appeal to what you want to get out of Flex. HTH =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders] Flex 3/ LCDS / Coldfusion RTMP Issues

2009-03-30 Thread Alan Rother
Hmm... scratch that... apparently sending this email made it work... I launched it again and this time, consumer.channelSet told me it was using cf-rtmp Magic... =\ -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

[flexcoders] Flex 3/ LCDS / Coldfusion RTMP Issues

2009-03-30 Thread Alan Rother
1) I'm kind of stuck, is there some additional config I need to alter? Are there log files I can check to see if the RTMP is throwing and error? =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders] What is a fair price - Opinions Please.

2009-03-26 Thread Alan Rother
build a competitor to eBay and has about $500 to spend... - Depending on your relationship with this client, you might just want to ask what they have available to spend on the project upfront. Then go back and determine if it's enough for you to get it done. HTH =]

Re: [flexcoders] Re: Variable SampleDataEvent is not defined.

2009-03-25 Thread Alan Queen
make sure you have the latest version of flash player 10... this was an issue with early releases of fp10 - Alan On Wed, Mar 25, 2009 at 11:30 AM, valdhor wrote: > I can't imagine that would be the problem - SampleDataEvent is in SDK > 3.0, 3.1, 3.2 and 3.3 (At least, according to

Re: [flexcoders] Re: Weborb

2009-03-25 Thread Alan K
One cool thing about WebORB vs AMFPHP is that is how the services-config is handeled. I belevie that if an app is built with AMPFP, your tied to that implementation, whereas WebORB Œs deployment is more modular. >My 2c... >I use WebORB with PHP. Alan

Re: [flexcoders] Re: Database Viewer

2009-03-25 Thread Alan K
Dude, 4get that! Lita is where it¹s at. http://www.dehats.com/drupal/?q=node/58 HollA!!! Alan >If the DB is SqlLite you can use Christophs Coenraet's application >http://coenraets.org/blog/2008/02/sqlite-admin-for-air-10/

Re: [flexcoders] ADG to .csv - Not finding any solutions out there

2009-03-24 Thread Alan K
When I did this, I just looped though the dataprovider, concatenating values to a string, then save it as a file with a .csv extension. No problem with that. It doesn¹t even matter what kind of component you are using. - you could do it from a combobox. Alan >I've seen several solut

Re: [flexcoders] How much actionscript 3 do you need to know in order to develop in Flex 3

2009-03-23 Thread Alan Rother
As another total newbie to Flex and AS, Flex is a great way to learn AS. You can totally build a Flex app using nothing but MXML, it'll be limited, but you can do it. Once you get into and start following the tutorials out there you'll pick up the AS pretty quickly. =] -- Alan Ro

Re: [flexcoders] AMFPHP Question

2009-03-21 Thread Alan K
execurted seccessfully¹ } Else if (!evt.result.success) { Alert.show(event.result.message) // outputs Œrecord already exists¹ // my custom error message I made in PHP } } This way, every result handler, from every remote object is in my app is structured the same way. Alan

Re: [flexcoders] Re: flex + mysql unicode support

2009-03-13 Thread Alan K
, but does include international fonts by default as well. I don't know about Linux systems. Alan >We have an app with multilingual support and we just use the default system font. >Don't some device fonts (e.g., Arial on Windows?) include glyphs for large portions of Unicode?

Re: [flexcoders] Re: flex + mysql unicode support

2009-03-12 Thread Alan K
>Can you please provide information on this? Google embedding fonts with Flex. But keep in mind that the entire Unicode library is something like 30 megs. Also Google about localizing flex apps. Alan

Re: [flexcoders] flex + mysql unicode support

2009-03-12 Thread Alan K
If your app is set to use a unicode font, then you will have n0 problem. Alan >I am displaying data from mySql database. This data some unicode text which I >want to display in a datagrid in uncide. Is this possble?

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-11 Thread Alan Rother
BINGO! Thank you everyone! =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

[flexcoders] HTTPService POST method weirdness

2009-03-11 Thread Alan Shaw
I make a request to a service using URLLoader and everything works fine. I try the same thing with HTTPService and I get back an error telling me that only POST method is allowed. (My server-side friend tells me that Apache saw it as a GET.) In both cases I am setting the method to "POST" and sendi

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-11 Thread Alan Rother
it should just apply that to my already included component, correct? Do I need to do anything to the tree? include or not include certain attributes. Here is my Tree Thank you for your help on this guys. I'm really trying to learn it, but I only get to work on it occasionally at work...

Re: [flexcoders] Login in an XML File

2009-03-11 Thread Alan K
en a user accesses a XML file, she is downloading the file and parsing it. This is whey a server side language, such as PHP, is used. With PHP, a request is sent to the server and a response is sent back. While the request and response can be monitored, the script it self is not exposed. Alan

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-09 Thread Alan Rother
Thanks Jim, Thats not exactly what I was looking for, but it's a great example of how to use some of the Tree components, which I've been struggling with... =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-09 Thread Alan Rother
pty folders have a middle drop zone for > dropping “into”. > > > > Alex Harui > > Flex SDK Developer > > Adobe Systems Inc. <http://www.adobe.com/> > > Blog: http://blogs.adobe.com/aharui > > > > *From:* flexcoders@yahoogroups.com [mailto:fl

Re: [flexcoders] Flex 3 Tree - Moving Nodes

2009-03-09 Thread Alan Rother
eally don't want to do it in Ext... =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

[flexcoders] Flex 3 Tree - Moving Nodes

2009-03-09 Thread Alan Rother
tions, re-ordering within a section or moving a page to another section. This ExtJS example is almost exactly what I want my Flex tree to do http://www.extjs.com/deploy/dev/examples/tree/reorder.html Except I need to treat every item on the tree as a folder. =] -- Alan Rother Adobe Cert

Re: [flexcoders] try, catch, finally ...

2009-03-05 Thread Alan K
, catch¹ scenario, your code is always Œchecking¹ for the error. Alan >Try-Catch blocks are an absolute necessity as without them, > you are putting the operation of your software into the hands of user input errors, >http errors, unintended consequences as well as the myriad of things t

Re: [flexcoders] Re: Help the Flex Team by taking our survey!

2009-03-02 Thread Alan K
It all worked great for me. Alan

Re: [flexcoders] Generate PDF files

2009-02-27 Thread Alan K
http://alivepdf.bytearray.org/ >Hello, >How to generates PDF Files from a flex application ? >Thank you, >Christophe

Re: [flexcoders] Who have YOU used for outsourcing mid to large Flex/CF projects?

2009-02-26 Thread Alan Rother
Three words John C Bland http://www.johncblandii.com/ He's a friggin Flash / Flex / CF / .net genius. Also a former Flash Platform User Group Manager here in Phoenix and now an Adobe Community Expert. My company has used him many times on big important projects. =] -- Alan Rother

Re: [flexcoders] how to use a preloader?

2009-02-19 Thread Alan K
http://www.adobe.com/devnet/flash/articles/preloader.html http://www.adobe.com/devnet/actionscript/articles/lightweight_as3_print.html

Re: [flexcoders] Unicode Normalization in flex

2009-02-18 Thread Alan K
I don¹t know anything about the technologies you were referring to, but I created a Flex app on OSX and I had 15 different languages displayed. German being one of them. I had no problems. I just set the app to use Arial MS Unicode. Alan >Because of this issue my i was not able to display

Re: [flexcoders] HTML editor for Flex Builder 3?

2009-02-13 Thread Alan K
Download Eclipse PDT and install Flex Builder as a Plug ­in. You will have code hinting and debugging for HTML, XML, PHP as well as other nifty stuff. http://www.eclipse.org/pdt/release-notes/pdt2_0.php Alan

Re: [flexcoders] Sign function

2009-02-09 Thread Alan K
Do you mean 'sine'? Math.sin(180); Alan > need to find the sign of a number is there a sign function or method >available such as; >var mySign:number = sign(-123)

Re: [flexcoders] Login / Password Form

2009-02-05 Thread Alan K
No, you can use a PHP file, for example, to hold and check against. >Hello, >I am searching a code source exemple for a classical login / password >form in a flex application. >Did I need absolutely a database to store Passwords ? >Thank you, >Christophe,

Re: [flexcoders] Upload images

2009-02-05 Thread Alan K
http://weblog.cahlan.com/2006/12/flex-upload-component.html >Hello, >I want to Upload images from the user computer into my flex >application. >Which instruction to use to upload images ? >Thank you, >Christophe,

Re: [flexcoders] How to instantiate a weak reference

2009-02-03 Thread Alan K
I don't understand. Event pointers can be instanciated as weak. Do you mean an object with a weak reference to another? e.g var foo:Object = 'First'; var bar:Object = foo; // destroy object foo // foo still exists because of object bar Alan >However, I cant seem

Re: [flexcoders] *** Security Sandbox Violation *** ?

2009-02-02 Thread Alan K
I'm confused, if the app runs fine, then what is the problem? Your getting a sandbox error because your trying to grab data from somewhere besides the host application's home. Alan >I get the error message when I debug a application.the application >works fine, but I get the

Re: [flexcoders] Go and Vote for beter Flex builder! (Cache Buster)

2009-01-27 Thread Alan K
Anyone have any suggestions of good places to learn about using ANT, particularly in context of Flex's compiler? Alan >I'm not sure if it is necessary to change FlexBuilder to do this. Have >you tried a ant script running as a builder before your flex build.

Re: [flexcoders] Go and Vote for beter Flex builder! (Cache Buster)

2009-01-27 Thread Alan K
I¹d rather know how to add the feature it myself. https://bugs.adobe.com/jira/browse/FB-16764 Alan

Re: [flexcoders] Announcing a Flex Community Feedback Forum

2009-01-23 Thread Alan K
r people's thought on improving Flex. Alan On Jan 23, 2009, at 3:23 AM, Gregor Kiddie wrote: But is there any guidance on what questions are off limits, area’s to focus on, etc, as I think a lot of people will come wanting to talk about AIR / Flash Player rather than the SDK strictly.

Re: [flexcoders] Debugger hosed

2009-01-22 Thread Alan K
Don't forget... RIght Click on windowed file > Debug As > Debug Configurations. Check your settings there as well. On Jan 23, 2009, at 12:56 AM, Alex Harui wrote: My FlexBuilder quit debugging today. For a bunch of descriptions and ideas on this, please see:

Re: [flexcoders] Stupid Question - Flex width and height

2009-01-12 Thread Alan K
It would seem to me that "Application.application.stage.width" only exists when using the Flex framework. Without Flex your just dealing with the 'default' Flash display list. Alan On Jan 12, 2009, at 3:48 PM, Wally Kolcz wrote: Application.application.stage.width

Re: [flexcoders] Re: Flash Remoting Options

2009-01-11 Thread Alan K
Resonably - there are no options regarding AMFPHP. PHP 4 is really old. Your host should offer an upgrade to at least PHP 5. Alan On Jan 10, 2009, at 11:44 PM, Amy wrote: Any options for earlier php versions?

Re: [flexcoders] Flash Remoting Options

2009-01-10 Thread Alan Klement
What version PHP does your shared hosting have? I can't run AMFPHP on my shared hosting 'cause they use PHP version 5.2.2. adn AMFPHP default needs 5.2.3. Alan On Jan 10, 2009, at 2:43 PM, Amy wrote: but when I uploaded it to my web host, the Service Browser for AMFPHP wouldn't work.

Re: [flexcoders] Generating Random key

2009-01-05 Thread Alan Klement
What makes me cringe is the anonymous function there, the tertiary expressions, and inline typing and instantiating. Variables get moved to the top of the function anyway - so why give your self the headache of creating them inline. 4-5 extra lines wont kill ya will it? On Jan 5, 2009, a

Re: [flexcoders] How to create an ActionScript 3 (AS3) project in FlexBuilder without using Flex

2009-01-05 Thread Alan Klement
er is not to my standards for and IDE. Try the FDT plugin for eclipse. Also check out Lee's 'Pimp my Eclipse' parts 1, 2 and 3 http://theflashblog.com/?p=483 Alan

Re: [flexcoders] ToggleButtonBar with one or more ComboBoxes instead of buttons: How to build it?

2009-01-02 Thread Alan Shaw
Thanks! -A On Fri, Jan 2, 2009 at 1:56 PM, Manish Jethani wrote: > On Fri, Jan 2, 2009 at 11:06 PM, Alan Shaw > > > wrote: > > > The dataProvider would be like a Tree's, so for example an array where > some > > of the elements are leaves (-> b

Re: [flexcoders] ToggleButtonBar with one or more ComboBoxes instead of buttons: How to build it?

2009-01-02 Thread Alan Shaw
se a single leaf item from the set, either by clicking one of the buttons or by choosing an item in one of the dropdown lists. -A On Tue, Dec 30, 2008 at 2:31 AM, Manish Jethani wrote: > On Tue, Dec 30, 2008 at 5:46 AM, Alan Shaw > > > wrote: > > Requesting advice on h

[flexcoders] ToggleButtonBar with one or more ComboBoxes instead of buttons: How to build it?

2008-12-29 Thread Alan Shaw
Requesting advice on how to get started making this custom component. Thanks... -A

Re: [flexcoders] - Tree Component Styling issue

2008-12-23 Thread Alan Rother
== "Whatever") { return pdfIcon; } return docIcon; } =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

[flexcoders] - Tree Component Styling issue

2008-12-23 Thread Alan Rother
with it (active, locked, publishing, etc...) Any one found a way to handle it ? =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders] Re: Write file to server

2008-12-22 Thread Alan
Do something like this server side: // $csvData = ($_POST['csvdata']) ? $_POST['csvdata'] : $_GET['csvdata']; $csvData = $_POST['tsvString']; echo $csvData; ?> "csvdata" and "tsvString" are vars ( strin

Re: [flexcoders] Re: Is Flex the wrong technology for widgets? SWF file sizes are too big...

2008-12-18 Thread Alan
It's all Flash, why is there any notion of Flash vs. Flex. It's like saying 'Should we use PHP or Zend?'. Rather it should be 'Do we need Flex in our Flash app?' Unless you Flex as newer? Flex came out 5 years ago. ActionScript 3 was publicly released in June 2006. Although Flex is now

Re: [flexcoders] Re: Is Flex the wrong technology for widgets? SWF file sizes are too big...

2008-12-16 Thread Alan
I do small and large scale Flash dev, sometimes widgets, sometimes database crunching translation tools. I only use Flex when I am manipulating lots of data records. BTW gang, don't forget, t's all ActionScript ;) Alan On Dec 16, 2008, at 9:36 PM, devenhariyani wrote: Thanks for

[flexcoders] Compiler Argument Resource

2008-12-14 Thread Alan
Found this and it's great, anyone have any comments on it http://kunjanos.wordpress.com/2008/10/17/flex-3-compiler-arguments/ Alan

Re: [flexcoders] Re: AMFPHP and Value Objects

2008-11-11 Thread Alan
AMFPHP and Zend_Amf are two different code bases. http://wadearnold.com/blog/?p=112 On Nov 11, 2008, at 9:35 AM, valdhor wrote: Are you using AMFPHP 1.9 or the new version included with Zend Framework 1.7?

Re: [flexcoders] AMFPHP and Value Objects

2008-11-10 Thread Alan
On my last AMFPHP project my PHP and Flex VOs were: package com.mydomain { [Bindable] [RemoteClass(alias="UserVO")] public class UserVO { public var id :int; public var username :String;

Re: [flexcoders] AMFPHP and Value Objects

2008-11-10 Thread Alan
on with AMFPHP :) Wade said he's actually rewriting the enter code base for AMFPHP 2. IF you are getting the warnings, or if data is not binding properly, let us know. Alan On Nov 10, 2008, at 5:41 PM, Amy wrote: Hi, all; I have some VO's that I've created to work with AMF

[flexcoders] Hslider skin

2008-11-10 Thread Alan Rother
I will need to extend the Hslider to make it work... Sorry, I just don't know where to start =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: [flexcoders] Do you use a Mac?

2008-10-23 Thread Alan
Microsoft, for a more straight forward enviroment go OSX. Apple has an very large market share of US laptops - and gaining fast. Alan On Oct 23, 2008, at 1:48 PM, Matthew Shirey wrote: Do most Flex developers work on Mac?

Re: [flexcoders] Flash Player 10 debug?

2008-10-16 Thread Alan
I haven't add any problems. Alan On Oct 15, 2008, at 5:31 PM, Peter Witham wrote: s it OK to install the debug version of Flash Player 10 and still work with Flex 3 and Flash CS3,

[flexcoders] BSS is Looking someone

2008-10-15 Thread Alan
Hey y'all. The company I work for, Big Spaceship, is looking for someone who is well versed in code that is NOT Flash - PHP, AJAX, JavaScript. If anyone would like to apply, send me a resume or link to a resume and I will pass it on to the senior coder. Alan

Re: [flexcoders] AMFPHP tutorial

2008-10-10 Thread Alan
http://www.friendsofed.com/book.html?isbn=9781430209935 On Oct 9, 2008, at 4:06 PM, hworke wrote: where can I find some good AMHPHP tutorials

Re: [flexcoders] flex and amfphp

2008-10-08 Thread Alan
http://www.amazon.com/Essential-Guide-Source-Flash-Development/dp/1430209933 On Oct 7, 2008, at 7:46 PM, karthikeyan.sivanantham wrote: Can someone suggest a good tutorial on flex and amfphp. I

Re: [flexcoders] Amfphp version update? Dataservices and rtmp

2008-09-25 Thread Alan
No need to migrate projects, if it uses AMFPHP - keep using it. AMFPHP will probably still be used by those who don't want to mess with Eclipse. ZendAMF ( as it sounds now ) is going to be a plug-in for Eclipse and Flex Builder. On Sep 25, 2008, at 12:12 PM, Sajid Hussain wrote: Wow ,

Re: [flexcoders] Not to harp on about it....

2008-09-25 Thread Alan
What does PV3D have to do with Flex? PV3D is just am API of interactive geometry. Flex is a framework of components to display and mange data - an RIA. Right...? Alan On Sep 25, 2008, at 11:28 AM, Samuel Colak wrote: I don't think papervision has anything on it - And it

Re: [flexcoders] Amfphp version update? Dataservices and rtmp

2008-09-25 Thread Alan
ZendAMF will probably displace AMFPHP. http://theflashblog.com/?p=441 Especially since Wade ( current 'parent' of AMFPHP ) is spending his time on ZendAMF instead. ZendAMF is also officially supported by Adobe, AMFPHP is not, and never will be. Alan On Sep 25, 2008, at 7:48

Re: [flexcoders] Learning Flex and AMFPHP

2008-09-25 Thread Alan
a php service. Alan On Sep 25, 2008, at 12:52 AM, timgerr wrote: Hello all, hope you all are doing good. I have a question on how to build the Flex RemoteObject method in action script. I am having troubles doing this. Here is my RemoteObject:

Re: [flexcoders] Flex, BlazeDS, AMFPHP, LiveCycle Data Services

2008-09-18 Thread Alan
sort of stuff They are pretty much the same. One lives in a browse and one lives on you local computer. Alan

Re: [flexcoders] Inspection and debug tool for Flex

2008-09-17 Thread Alan
Looks cool, thanks for sharing. Alan On Sep 17, 2008, at 4:22 AM, Kohinoor Revel wrote: There is a new Flex developer toy on the market, it is called KapInspect

Re: [flexcoders] SEO and Flash content

2008-09-08 Thread Alan
our time. Remember that community effort to get ( i think it was ) "Flexalicious" to pop up in google. Well it failed nicely. Alan On Sep 8, 2008, at 8:54 PM, arieljake wrote: I was wondering what it takes for the server to realize that a request is coming from Google's i

Re: [flexcoders] Hi..

2008-09-08 Thread Alan
http://www.totaltraining.com/?c=linkshare&n=affiliate http://www.lynda.com/ On Sep 8, 2008, at 2:51 AM, Ajay dalal wrote: Hi, I am a new starter in Flex. I know the basics but could anybody give me any tutorial to build a full featured RIA using Flex in very quick time.

[flexcoders] File uploader / downloader suggestions

2008-09-05 Thread Alan
Hey y'all, I'm hoping to get some opinions from you all. I would like to create an upload / download app for fun / practice. Basicaly, people log in, get a directory listing of files on the server and can upload and download to the directories. I'm gonna use a MySQL database to keep track

Re: [flexcoders] Who is Rxxxx Txxxxxx?

2008-09-02 Thread Alan
I think singling out someone like this is inappropriate. Especially since on the web our names pop up enough on the web. On Sep 2, 2008, at 10:29 AM, nathanpdaniel wrote: Since he seems to be in EVERY thread... and why should we (not) listen to what he has to say? Just curious...

[flexcoders] FlexBuilder & FDT I don' git it....

2008-09-01 Thread Alan
way to learn an API - by having to know the components and their respective utilization. I mean right...? Alan

Re: [flexcoders] Question about Best Practices for Applications with many views using Cairngorm

2008-08-31 Thread Alan
I have been exploring using modules. I have never made an app big enough to warrant such nested view stacks, but I don't see why one would want to change a container in a view stack. Do you mean changing during development or at runtime? So far I create various views and then create my ow

Re: [flexcoders] Problems installing the "Flex Component Kit for Flash CS3"

2008-08-31 Thread Alan
I donno off the top of my head. Perhaps this helps. I've done it with PS and it wasn't tough. http://www.adobe.com/devnet/flex/articles/skins_styles.html Alan On Aug 31, 2008, at 10:58 AM, florian.salihovic wrote: But when i start flash, wether the templates apear nor th

Re: [flexcoders] Re: flex interface with coldfusion

2008-08-31 Thread Alan
http://www.adobe.com/devnet/coldfusion/articles/adobetv_cfpwrdflex.html On Aug 31, 2008, at 8:17 AM, Howard Fore wrote: What is it that the wizard does for you anyway? I've setup several CF/Flex apps on my Powerbook with no problems.

Re: [flexcoders] Adobe has no love for Mac users?

2008-08-31 Thread Alan
this myself, I write my own blog post on how to do it. Take that muahahah ( evil laugher ). Alan On Aug 31, 2008, at 8:13 AM, Howard Fore wrote: I've been told by a source at Adobe that the wizard problem has to do with the "Extensions for ColdFusion" that are an optiona

[flexcoders] Adobe has no love for Mac users?

2008-08-30 Thread Alan
So.. I'm all excited about integrating Flex and Coldfusion, only to find out there are features that don't exist on the mac. So far I've found Flex / Coldfusion Project set up is not supprted Coldfusion query builder For the love of God why? Alan

Re: [flexcoders] Re: flex interface with coldfusion

2008-08-30 Thread Alan
As long as you don't have a mac ( reference to Coldfusion Application wizard not being supported on mac ) Alan On Aug 30, 2008, at 9:19 PM, rachelmaxim wrote: There are many tutorials on Adobe's website that show the basics of using Flex and ColdFusion together.

Re: [flexcoders] Flex "scheduling framework"

2008-08-30 Thread Alan
ng issues. Maybe Adobe's management can be persuaded to allow the team to put together some basic 'getting started' articles and document the API. I think that's the best we can hope for. Alan On Aug 30, 2008, at 1:38 AM, hworke wrote: I guess Adobe Consulting team should g

Re: [flexcoders] Re: dealing with apostrophes in text saved to Sqlite from an AIR app

2008-08-23 Thread Alan
I JUST had this problem. I fixed it by URL encoding my data. So when I send it: encode(yourstring) Then whenever it comes back from the Database: decode( your string ) Alan On Aug 23, 2008, at 5:42 PM, Andrew Wetmore wrote: I understand that. But the recommended method is not

Re: [flexcoders] [video included] Datagrid recycle issue? How can I 'force' it to re-render

2008-08-22 Thread Alan
firing. If the dataProvider or any of a number of properties change, the DG will update all the rows. The real question is whether you’ve handled recycling correctly or if there is some other problem. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alan Sent: Friday,

[flexcoders] [video included] Datagrid recycle issue? How can I 'force' it to re-render

2008-08-22 Thread Alan
interact with display objects other than the grid itself. What events are being fired by the other display objects that are causing the grid to 'refresh'. Thanks for your time: Alan

[flexcoders] How long to build a Flex app....

2008-07-28 Thread Alan
ow long it took and maybe even some juicy gossip about crazy clients. Thanks, Alan

Re: [flexcoders] Is it possible to listen to *all* events without hacking the SDK?

2008-07-17 Thread Alan
Add an event listener to the system manager. Every event tat bubbles will hit the system manager. On Jul 16, 2008, at 11:11 PM, Josh McDonald wrote: Hey guys, Is it possible to listen to all events that bubble to / are dispatched from a certain component? Don't worry, I don't actuall

Re: [flexcoders] Flash/Flex/ActionScript/Video & ClearSpring?

2008-07-09 Thread Alan
When you say "build a Flash website" are you talking about one where there is a single HTML file and a single SWF file, or something else? Just curious. Here is an example. Right now one of the projects my company is working on is the website for the new Bond Movie. Me and another deve

Re: [flexcoders] Flash/Flex/ActionScript/Video & ClearSpring?

2008-07-09 Thread Alan
On Jul 9, 2008, at 7:18 AM, Mike Schinkel wrote: So my questions are: In a nutshell, what's the difference between Flash or Flex or ActionScript? (After much googling I still can't find a definitive answer.) ActionScript is an ECMA standard Programming language. Until about 3 years ago

  1   2   >