Re: [flexcoders] Re: Future Scope of Flex

2014-08-16 Thread David Adams dpad...@gmail.com [flexcoders]
> > like promises - that were never really implemented in Flex/flash. > Like what specifically? > Try this: http://www.html5rocks.com/en/tutorials/es6/promises/

[flexcoders] amfphp2.1 channel disconnected problem

2012-08-08 Thread David Pariente
me problem? any ideas??? I'm so worried because i should put this in production state, and this problem stops me from doing so. :( Thank You very much, David

[flexcoders] auto update

2011-12-13 Thread David White
Hi I have been working around this for about a week, and I must have a blind spot... I am running Flex 4.5 on a mac and I am about ready to release, but the auto update aint working... I keep getting the error There was an error checking for updates. Error# 16831 I get this error from this statem

Re: [flexcoders] Accessing functions from an embedded SWF from Flash

2011-12-02 Thread David Pariente
solved, just creating a movieclip with the SWLoader content worked for me. Thanks everyone Al 02/12/2011 5:27, En/na David Pariente ha escrit: Hello, I'm upgrading and existing Flex 3.5 website to Flex4.5, I have a small Flash created SWF file that has functions on it. In Flex i emb

[flexcoders] Accessing functions from an embedded SWF from Flash

2011-12-01 Thread David Pariente
Hello, I'm upgrading and existing Flex 3.5 website to Flex4.5, I have a small Flash created SWF file that has functions on it. In Flex i embed it using SWFLoader, and i need to call a function on the embedded SWF. Tryied it in many diferent ways with no success. The SWF loads, runs, but i can

Re: [flexcoders] Transparent PNG problems

2011-11-08 Thread David Pariente
sorry guys, just noticed this is a problem caused by photoshop... ty -- David Pariente RIA consultor -- El 08/11/2011, a les 19:34, David Pariente va escriure: > Hi all, > > I'm new to flex 4.5 and im trying to show trans

[flexcoders] Transparent PNG problems

2011-11-08 Thread David Pariente
e too with same result. embedding didnt change anything. and the image was exported from photoshop 5.1 any ideas? i could not find much on the net. thank you! -- David Pariente RIA consultor --

[flexcoders] Basic Web Service Question

2011-10-10 Thread David Nester
Greetings! I have a project which utilizes web services for accessing data and all of the webservice declarations are located within the Declarations tags. I "believe" the webservices are preloaded before the user begins interacting with the application, but this poses the question Is th

[flexcoders] Parsing Soap Response

2011-10-07 Thread David Nester
Greetings! I have a SOAP response from a webservice that i am trying to parse to a datagrid. The information that comes back to the result handler is in the format of: SOAPENV:ENVELOPE -- soapenv:body ns2:serviceResponse --ns2:return ns1:data I'm trying to figure out how

[flexcoders] Self Signed SSL Certificates

2011-10-07 Thread David Nester
- connecting over ssl is not an option. Any way around this? Thanks! David

[flexcoders] HELP WITH COOKIES

2011-10-01 Thread David Nester
Greetings! I am trying to create a flex application where i utilize a webservice. I am simply trying to figure out how to save the cookie value i am receiving from the webservice so that i can resubmit it back to the application for subsequent requests. Help?

[flexcoders] Self Signed SSL Certificates

2011-09-09 Thread David Nester
- connecting over ssl is not an option. Any way around this? Thanks! David

[flexcoders] paginating tiles in a viewstack

2010-06-30 Thread David Pariente
Hi, I made a tile showing 9 elements with a repeater that counts 9 elements. (comes from a XML file) I want to have pagination, so i can browse next 9 elements. For that I put it inside a viewstack, with a repeater... So now i have 10 elements, and should show me 2 tiles in the viewstack, one

Re: [flexcoders] Re: flex3 upload function seems not calling the php script

2010-06-22 Thread David Pariente
/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7cf6.html and downloaded the example files at http://www.adobe.com/go/as3examples This has worked great for me. No bugs; No crashes. Give it a go - it can't hurt to try. --- In flexcoders@yahoogroups.com, David Pariente

Re: [flexcoders] Re: flex3 upload function seems not calling the php script

2010-06-17 Thread David Pariente
bars etc so you don't have to re-invent the wheel. --- In flexcoders@yahoogroups.com, David Pariente wrote: > > I get all alerts but the one of the catch error. > > i dont get any warning or errors. > > at first the try/catcch was inside the subeArchivo function...but

Re: [flexcoders] Re: flex3 upload function seems not calling the php script

2010-06-16 Thread David Pariente
getChildByName? What does Charles (http://www.charlesproxy.com) show? --- In flexcoders@yahoogroups.com, David Pariente wrote: > > Hi all, > > I have a website with an upload code that stopped to work...if ever did > (thought this was tested). > > After checking for ma

[flexcoders] flex3 upload function seems not calling the php script

2010-06-15 Thread David Pariente
Hi all, I have a website with an upload code that stopped to work...if ever did (thought this was tested). After checking for many hours i still can't find a reason why is not working, or stopped to. I checked with httpFox, and looks like the php file is never called...so i wonder if the

[flexcoders] Re: Different effects

2010-06-09 Thread David
TweenEffect is the superclass of all Tween-based animation effects, such as Resize, Move, etc. MaskEffect is the superclass for animations that involves masks, such as Dissolve, Fade, Iris, etc. CompositeEffect is the base class for composite effects, such as Parallel and Sequence, which allow

[flexcoders] Re: Reference value

2010-06-09 Thread David
You can directly access the date using now.date (1..31) and month using now.month (0..11), so you code can be simplified as follows. var now:Date = new Date();if ( now.month == 5 && now.date < 11 ) now.date = 11; --- In flexcoders@yahoogroups.com, "stldvd" wrote: > > Hi, > > I'm working on a s

[flexcoders] Re: Data grid vary column sizes

2010-05-21 Thread David
Set the width on the DataGridColumn, not on its itemRenderer --- In flexcoders@yahoogroups.com, "method_air" wrote: > > How do you vary the data grid column widths? Setting the width property > inside the item renderers to different values is not working. > > Thanks, > > Philip >

[flexcoders] Re: Generic Function To Set ComboBox Item

2010-05-21 Thread David
What about something along these lines: private function selectComboItem( cb : ComboBox, item : String, itemField : String = null ) : int { var dp : ICollectionView = cb.dataProvider; var i : uint = 0; if ( itemField == null ) itemField = cb.labelField; for each ( var dpi : Object i

Re: [flexcoders] MS - "The future of the web is HTML 5"

2010-04-30 Thread David Adams
On Sat, May 1, 2010 at 12:13 PM, Guy Morton wrote: > http://www.engadget.com/2010/04/30/microsoft-weighs-in-the-future-of-the-web-is-html5/ > > and > > http://blogs.msdn.com/ie/archive/2010/04/29/html5-video.aspx > > > So, I wonder if the Steve/Apple bashing will now move on to MS-bashing? I'm >

Re: [flexcoders] SWC class like Main Class in Flash CS4

2010-03-24 Thread David Serrano
The idea is to create a SWC with all classes and give the FLA to change the visual appearance. For this reason I need the main class must be in a library, so a designer simply adapts the graphical aspect. Is there another way to do this? Regards, David 2010/3/24 Oleg Sivokon > > > W

[flexcoders] SWC class like Main Class in Flash CS4

2010-03-24 Thread David Serrano
to one SWC file directly, the compiler doesn't find the class. Anybody has done it anytime? Thanks, David

Re: [SPAM] [flexcoders] Component Data Calls

2010-02-22 Thread David Adams
On Tue, Feb 23, 2010 at 12:52 PM, Dan Pride wrote: > > > There seem to be so many different ways to approach this issue, someone > should write a book on it. I know I would buy it. > So would I.

Re: [SPAM] [flexcoders] Component Data Calls

2010-02-22 Thread David Adams
On Mon, Feb 15, 2010 at 3:28 AM, Dan Pride wrote: > Thank you for your answer. > Question if you would, I have been asking it everywhere and get NO > satisfactory answers. > How to approach a multi-windowed application, particurarly in FB4? > 1) Different Urls? > 2) ViewStacks? > 3) States? > 4

[flexcoders] Strategies for switching between testing and deployment addresses

2010-02-21 Thread David Adams
I've been writing some small programs that use HTTPService calls to fetch data from a back-end. During testing, I'm using 127.0.0.1 or an IP address on my subnet. When I deploy, I update the IP address in service definitions to the right external address and build the app. Or at least I mean to. It

Re: [flexcoders] A framework to help with busines apps?

2010-02-21 Thread David Adams
On Fri, Feb 12, 2010 at 5:23 AM, Nick Middleweek wrote: > My background is 4D DB (www.4d.com) and there are great ways to work and > certain events are good for loading data, related data in sub screens. I'm > not trying to replacte 4D within Flex because architectural it's different > but I gues

[flexcoders] Validation: Enabling buttons on click and validating inputs on committing vales - good strategies?

2010-01-28 Thread David Adams
I'm trying to set up an interface with validation and am trying to do a couple of things at the same time: * Enable/disable some buttons as a user types into a couple of input areas. So, the button higlight is triggered on click. * Validate each input area once the user leaves it. So, the validat

Re: [flexcoders] Can't load pics uploaded with flex3+php

2010-01-26 Thread David Pariente
reate absolute adresses then the problem dissapeared. Thanks a lot, i will keep your answer because might come in use in a short future. -- David Pariente RIA consultor -- El 26/01/2010, a las 23:09, Fotis Chatzinikos escribió: Hello David, h

[flexcoders] Can't load pics uploaded with flex3+php

2010-01-26 Thread David Pariente
happening?? Thanks a lot! -- David Pariente RIA consultor --

Re: [SPAM] [flexcoders] Reading URL arguments from within initApp()

2010-01-24 Thread David Adams
On Mon, Jan 25, 2010 at 2:27 AM, Tracy Spratt wrote: > > > There are several ways to do this. I usually use javascript in the html > wrapper to split the url params in to an array: > > Thanks for the suggestion. Is there a way to do it from within the Flex code itself?

Re: [flexcoders] Banner in Flex

2010-01-10 Thread David Pariente
Maybe flash is more suited for that. Flex loads a big framework of around 500kb. A little too much for a banner... Flash, in contrary, is designed with banners and other creative in mind. That might be the reason you are not finding examples. -- David Pariente RIA

Re: [flexcoders] Text with bold and normal formatting

2010-01-09 Thread David Pariente
That's pretty interesting! I want to find ways to animate text, and will play with this code...ty -- David Pariente RIA consultor -- El 08/01/2010, a las 22:48, Tibor Ballai escribió: Hi, You can extend the Text component and chang

Re: [SPAM] [flexcoders] Text with bold and normal formatting

2010-01-09 Thread David Pariente
I think you can pass dinamic data using AS3, you can format a dynamic html string and then add it: myText.htmlText=myTextString; -- David Pariente RIA consultor -- El 08/01/2010, a las 22:51, "Tracy Spratt" escribió: There are

Re: [flexcoders] mxml components

2010-01-04 Thread David Pariente
Yes, i think from flex you can perfectly use them using only AS3. No secret about that. If you mean using them in flash, i thing it's also possible using the special packaged flex component kit for flash, available at flex website. -- David Pariente RIA cons

Re: [SPAM] RE: [SPAM] [flexcoders] Making Flash Animations

2010-01-02 Thread David Pariente
tweener, that are libraries for as3. I'm good myself at animation in flash, but i coded as for many years, and use that expertise in flash and in flex. -- David Pariente RIA consultor -- El 28/12/2009, a las 19:33, "Tracy Spratt&

Re: [flexcoders] line breaks in htmlText

2009-12-28 Thread David Pariente
Not sure if you already got an answer. Try using -- David Pariente RIA consultor -- El 23/12/2009, a las 17:04, Joel Stransky escribió: Ok, htmlText seems to be even worse in Flex and I didn't think it could be much worse. I

Re: [flexcoders] Swfloader stopping when 1mb

2009-12-16 Thread David Pariente
Solved! Seems filezilla had some problem uploadinf and said it did right when actually didn't. Thanks to all for your help. -- David Pariente RIA consultor -- El 16/12/2009, a las 20:50, David Pariente escribió: Thank you, Tryi

Re: [flexcoders] Swfloader stopping when 1mb

2009-12-16 Thread David Pariente
i will be thankfull. :( -- David Pariente RIA consultor -- El 16/12/2009, a las 20:50, David Pariente escribió: Thank you, Trying it now... -- David Pariente RIA consultor -- El 16

Re: [flexcoders] Passing parameters to flashplayer while launching from Flexbuilder

2009-12-16 Thread David Pariente
Maybe im completely wrong but when you save in flex builder, it should build the html and swf. You can have a special html with the params, just save the app in builder and load ur html from any browser. So u change ctrl+f11 into ctrl+s, alt+tab, f5. ;) -- David

Re: [flexcoders] Swfloader stopping when 1mb

2009-12-16 Thread David Pariente
Thank you, Trying it now... -- David Pariente RIA consultor -- El 16/12/2009, a las 17:42, Tino Dai escribió: Hi David, Try the firefox add-in called httpfox. That will give you a view into the http traffic going between your

Re: [flexcoders] Swfloader stopping when 1mb

2009-12-16 Thread David Pariente
Thnx, The swf is a flipbook export from indesign. Even compiling it again gives same result. The other swf are similar. Even in another server i get similar result :( Stops before getting around 70% -- David Pariente RIA consultor

[flexcoders] Swfloader stopping when 1mb

2009-12-15 Thread David Pariente
loads perfectly. Does someone have any hint about what could be happening? Thanks a lot. -- David Pariente RIA consultor --

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

2009-12-11 Thread David Pariente
. -- David Pariente RIA consultor -- El 11/12/2009, a las 16:33, "invertedspear" escribió: You might want to post your question in the directly instead of as a reply. You'll get a more detailed answer than what I know. You want

[flexcoders] SWFLoader too aliased on resize

2009-12-10 Thread David Pariente
Hi all, I've been using SWFLoader for load images in my app with mxml. Those images are allways resized to a smaller size. The problem, as everyone might have found before is that the image gets way too pixelated. On my last projects that was not a big deal, but in this one quality of images i

[flexcoders] Access properties of SWFLoader inside repeater

2009-12-10 Thread David Pariente
Hello, I had to ask this long ago, but tried to not disturb and try myself, but couldn't. The case is that i have a repeater (rp_photos) with a SWFLoader inside. In another part of the app i have a timer with this inside: Application.application.graywidth=(rp_photos.getRepeaterItem(0) as B

Re: [flexcoders] How can I keep myself motivated to program in Flex? Please help. Thanks?

2009-12-10 Thread David Pariente
, and everytime i program faster and better. -- David Pariente RIA consultor -- El 10/12/2009, a las 06:16, "fred44455" escribió: I am learning Actionscript 3 , I like it and I enjoy doing it. But then I can't seems to

[flexcoders] TextArea and new line problems (with PHP and MySQL)

2009-10-21 Thread David Pariente
I already had my project quite advanced, and i didn't noticed this issue until now, so i will thank alot any help you could offer. Lots of thanks! David Pariente

Re: [SPAM] [flexcoders] problem XML selection functions

2009-10-21 Thread David Pariente
entity encoding: & Or do the work in an AS code block. Tracy Spratt, Lariat Services, development services available *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *David Pari

[flexcoders] problem XML selection functions

2009-10-19 Thread David Pariente
s with the hasOwnProperty function, in the flex help... I don't know if what i'm trying can be done...i really need to get the data in one line, if possible. Thanks a lot, i was googlering but couldn't find things like this, all examples i see it's with one comparison only. ty, David Pariente

Re: [flexcoders] Flex with .Net

2009-10-08 Thread David Pariente
I'm sorry, after a little research i managed to convince client to let me do it with PHP. I had no idea on .Net and we were in a hurry. sorry i can't be of help. Ramkumar wrote: Yah david. but not able to figure out exact code and also from the .Net project we dont know where to

Re: [flexcoders] calling array names dinamically

2009-10-07 Thread David Pariente
Hello again, I found the solutioncan't believe i never heard of it before :O {this['menu_e']}is the same as{menu_e} that really solves it, i wanted to share solution with you ;) Thank you! David Pariente wrote: Hi to all, I'm sorry I had no idea how

Re: [flexcoders] Flex with .Net

2009-10-07 Thread David Pariente
I was searching for the same short ago, so i can tell you that the adobe flex page has plenty of examples, videos and articles on how to connect Flex with .Net. At least it has enough to start with. Did you google it or checked adobe flex website? Ramkumar wrote: Hi All, We have the applica

[flexcoders] calling array names dinamically

2009-10-07 Thread David Pariente
Hi to all, I'm sorry I had no idea how to name this subject. I have 2 arrayCollections (actually more than 2), menu_e and menu_d, [Bindable] public var menu_e:ArrayCollection=new ArrayCollection(["HOME","COLLECTION","STORES","ABOUT","NEWS","CONTACT"]); [Bindable] public var menu_d:ArrayCollect

Re: [flexcoders] Highlighting a day in DateChooser

2009-09-20 Thread David Harris
choice in the second one. Cheers, David On Sun, Sep 20, 2009 at 4:47 AM, Angelo Anolin wrote: > > > Datefield2.selectedDate = Datefield1.selectedDate > > > > -- > *From:* David Harris > *To:* flexcoders@yahoogroups.com > *Sent:* Saturda

[flexcoders] Highlighting a day in DateChooser

2009-09-18 Thread David Harris
Hi Everyone, Is it possible with a DateField/DateChooser to highlight a specific day? EG: I have 2 DateChoosers. The user selectes a date in the first one, and then when they open the second one I would like the selected date from the first one to be highlighted. I see there is the ability to disa

Re: [flexcoders] How to tell if something is a Date

2009-09-13 Thread David Harris
me method > or something like that. That may work for null objects. > > Ryan > > On Sep 13, 2009 8:26 AM, "Paul Andrews" wrote: > > > > David Harris wrote: > Hi everyone, > > I have a situation where I want to > tell a value is of type ... > No, a

[flexcoders] How to tell if something is a Date

2009-09-13 Thread David Harris
ate Is there anyway I can work out a variable's type with out having to declare a value in that variable? cheers David

RE: [flexcoders] AdvancedDataGrid and XML data synchronization ( dynamic datafield issue)

2009-08-10 Thread david lee
Name="DATA"> > MemberType="char"/> > MemberType="char"/> > > > > > Tracy Spratt, > > Lariat Services, development services available > > _ > > From: flexcoders@yahoogroups.com [

[flexcoders] AdvancedDataGrid and XML data synchronization ( dynamic datafield issue)

2009-08-04 Thread david lee
I'm making kind of editor with AdavacedDataGrid (ADG) and TextArea. XML data in TextArea is dataProvider to ADG. So, If user change XML Data in TextArea ADG also updated. And if user change data using ADG, XML data in TextArea will be updated. If XML data is simple, this function is not so diffic

Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread David Kramer
mulitple instances) the external swf does not load in Internet Explorer 6.0 and Internet Explorer 7.0.But it still loads properly in firefox and safari. Its has become a show stopper issue. Any Help on this would be appreciated. Thanks David Kramer CISSP Secure Patterns 917.652.0632

Re: [flexcoders] how to avoid cacheing XML

2009-04-17 Thread David Pariente
gt; Maciek Sakrejda > Truviso, Inc. > http://www.truviso.com <http://www.truviso.com> > > -Original Message- > From: David Pariente <mailto:xxmapachexx%40yahoo.es>> > Reply-to: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > To: fle

Re: [flexcoders] Re: RSS Feeds

2009-04-17 Thread David Pariente
I happen to have done a really cool picture browser that took the pics and data from picasa googles website RSS data, when i completely finished it, DANG, stops working on my server cause of security reasons. 1st i agree it should not work on local as well, i threw months of work!!! :O 2nd, i

[flexcoders] how to avoid cacheing XML

2009-04-16 Thread David Pariente
Hi all, I have a Flex3 app where i load an XML using URLRequest object. When i makechanges to the XML and upload it to the server, Flex still loads the old cached XML file. I saw there are options for specify not to cache content, but, seems they are only available to Air apps. How could i set

Re: [flexcoders] In Flex and Coldfusion Crud in 100 lines, the CFC syntax doesn't work on MX702

2009-04-08 Thread David Kramer
*") I'm thinking two things 1) the query result needs a collection wrapper for Flex to work? And 2) that I might have a minor have endpoint and/or source description problem in the mxml for the remote object because I'm a tad unclear which "root" is

Re: [flexcoders] Re: clear concise article/tutorial on setting up CFC project in Flex Builder?

2009-04-07 Thread David Kramer
st getting them talking is good enough for me at this point.) > > Anyone? > David Kramer, CISSP davidkra...@consultant.com 480.710.1398 www.securepatterns.com -- Be Yourself @ mail.com! Choose From 200+ Email Addresses Get a Free Account at www.mail.com

[flexcoders] Basic question: Creating, tracking, and deleting objects.

2009-03-06 Thread David Adams
I've been experimenting with a couple of classes that extend Canvas and realize I need to get some basic information sorted out. I've done quite a bit of googling, looking through examples, and checking Adobe's documentation. Somehow I've lost the plot. Briefly, my questions are: * How do people n

Re: [flexcoders] Re: Compressing messages/data: What binary/compression formats are workable in Flex?

2009-03-06 Thread David Adams
On Sat, Mar 7, 2009 at 9:39 AM, Guy Morton wrote: > You don't change the content-type to reflect gzip compression being on on > the server. Gzip is a content-encoding and the browser should seamlessly > decode it. You do need to set the HTTP headers to tell the browser is > gzipped though, eg here

Re: [flexcoders] Re: Compressing messages/data: What binary/compression formats are workable in Flex?

2009-03-06 Thread David Adams
On Sat, Mar 7, 2009 at 9:24 AM, Maciek Sakrejda wrote: > I think (some) people were asking about the back-end to try to help you > configure http compression, which is done differently with different > servers. Oh. Well, how nice for everyone that I went on at length about completely unrelated de

Re: [flexcoders] Re: Compressing messages/data: What binary/compression formats are workable in Flex?

2009-03-06 Thread David Adams
On Sat, Mar 7, 2009 at 8:38 AM, David Adams wrote: > On Sat, Mar 7, 2009 at 2:06 AM, valdhor wrote: >> You still avoid telling us your back-end setup. >> >> I give up. I figure I should address the next obvious suggestion in advance. Is something like the following possible

Re: [flexcoders] Re: Compressing messages/data: What binary/compression formats are workable in Flex?

2009-03-06 Thread David Adams
On Sat, Mar 7, 2009 at 2:06 AM, valdhor wrote: > You still avoid telling us your back-end setup. > > I give up. I'm not meaning to frustrate you - particularly since you're being kind enough to spend your time sending me suggestions. The back-end is called 4D and it definitely does not have serve

[flexcoders] Creating a dynamic search interfaces - strategies and suggestions

2009-03-05 Thread David Adams
I'm experimenting with creating a dynamic search interface and am wondering about the most effective strategy to use in Flex. I'm ignorant enough about Flex that I'd guess some of my ideas won't make sense so I'm hoping to get feedback that will save me from chasing down too many dead ends. For th

Re: [flexcoders] Re: Compressing messages/data: What binary/compression formats are workable in Flex?

2009-03-05 Thread David Adams
On Fri, Mar 6, 2009 at 5:31 PM, Guy Morton wrote: > You've still managed to avoid telling us about your back-end setup. > > Tell us more about that and we could probably be of more assistance. No good > me suggesting stuff that works for apache on linux to find that you're > running openVMS... So

Re: [flexcoders] Re: Compressing messages/data: What binary/compression formats are workable in Flex?

2009-03-05 Thread David Adams
On Fri, Mar 6, 2009 at 11:55 AM, Guy Morton wrote: > JSON isn't binary but is more compact than XML. OTOH, parsing it may not be > as quick as XML. I haven't tested it yet in the Flash player but the post I linked to earlier claimed String.split (native to the player) is considerably faster than

Re: [flexcoders] Re: Compressing messages/data: What binary/compression formats are workable in Flex?

2009-03-05 Thread David Adams
On Mon, Mar 2, 2009 at 2:34 AM, Amy wrote: > Plain text. Further to this suggestion, I just stumbled across a note from 2007 that claims String.split is about 10x faster than the XML parser - making delimited ASCII a good solution for (as an example) transferring name-value pairs: http://onflas

Re: [flexcoders] Re: Compressing messages/data: What binary/compression formats are workable in Flex?

2009-03-05 Thread David Adams
On Fri, Mar 6, 2009 at 12:48 AM, valdhor wrote: > What kind of server do you have? > > I was fairly sure there was an implementation of AMF for every server out > there. Nope. I can bolt in zip/unzip and a JSON encoder/decoder - but not AMF. Speaing of which, I think I've asked my question badly

[flexcoders] Native JSON support in Flash player?

2009-03-04 Thread David Adams
rably faster than an AS3 implementation. Also, to prevent wasting everyone's time, if there's an official place to check on the roadmap for Flex/Flash, I'd be grateful to be pointed in the right direction. Thanks. -- David Adams

[flexcoders] Creating a dynamic search interface - strategies and suggestions?

2009-03-04 Thread David Adams
I'm experimenting with creating a dynamic search interface and am wondering about the most effective strategy to use in Flex. I'm ignorant enough about Flex that I'd guess some of my ideas won't make sense so I'm hoping to get feedback that will save me from chasing down too many dead ends. For th

Re: [flexcoders] Question: Strategies for compiling individual modules into SWCs

2009-03-03 Thread David Adams
On Wed, Mar 4, 2009 at 7:57 AM, claudiu ursica wrote: > Try with ant or maven, have to manually write build scripts though... Thanks for the confirmation. I ended up spending a couple of hours the other night writing executable scripts that call the compc compiler in the SDK. I haven't figured ou

Re: [flexcoders] Re: Getting ByteArray.uncompress() to work in Flash - looking for an example tex

2009-03-02 Thread David Adams
On Mon, Mar 2, 2009 at 5:13 PM, Bjorn Schultheiss wrote: > ASCompress supports GZIP > http://code.google.com/p/ascompress/ Thanks very much for the link, I've downloaded the code to experiment with. I have now managed to sort out that my server-side encoder is adding 5 bytes in front of the zipp

Re: [flexcoders] Re: Getting ByteArray.uncompress() to work in Flash - looking for an example text with compressed bytes

2009-03-01 Thread David Adams
On Sun, Mar 1, 2009 at 9:06 PM, Cato Paus wrote: > go here > http://onrails.org/articles/2007/11/27/flash-utils-bytearray-compressing-4-1mb-to-20k Thanks for the link! I couldn't get the AIR app to compile, but realized it pointed out an obvious strategy: use Flash to encode/decode the test strin

Re: [flexcoders] Re: Compressing messages/data: What binary/compression formats are workable in Flex?

2009-03-01 Thread David Adams
On Mon, Mar 2, 2009 at 2:34 AM, Amy wrote: > Plain text. Long before the invention of XML, developers used csv > or csv-like files to power their data-driven apps. You'll have to > load the plain text into objects, but hopefully you don't have a > constraint against that :o) Thanks for the sugge

[flexcoders] Re: Getting ByteArray.uncompress() to work in Flash - looking for an example text with compressed bytes

2009-03-01 Thread David Adams
> * Perhaps there's something messed up in my compression data - would > someone be willing to post some kind of 'hello world' in plain text > and compressed form that is known to work with ByteArray.uncompress()? > From there, I can experiment and see if I can tinker with my > compression settings

[flexcoders] Compressing messages/data: What binary/compression formats are workable in Flex?

2009-02-28 Thread David Adams
I'm working on a system that transfers data from a back-end to Flex for display and manipulation. In this case, I can control the message format on the server-side. I'm pretty happy sending XML because of how easy it is to work with XML in Flex. On the other hand, XML is sometimes ridiculously inef

[flexcoders] Getting ByteArray.uncompress() to work in Flash - looking for an example text with compressed bytes

2009-02-28 Thread David Adams
I've been having no luck getting Flex to decompress some data I've compressed using a tool based on zlib. I've tried the same code using AIR where I can specify the compression method and the data *does* decompress correctly. Below is a bit of code to give the idea: public function onComplet

Re: [flexcoders] Re: Reading compressed file in AS 3

2009-02-27 Thread David Adams
this topic, I'm all ears. (AMF is not supported on the server I'm using, so AMF-over-HTTP is not an option.) - David Adams dpad...@gmail.com AU: (02) 6493-3250 US: 831 621-4585 Wallaga Lake 2546 NSW -

[flexcoders] Question: Strategies for compiling individual modules into SWCs

2009-02-27 Thread David Adams
s for? Any strategies or suggestions welcome. And, if I've stated my question/problem poorly, I'll be happy to try and clarify. Thanks in advance for any help, - David Adams Wallaga Lake 2546 NSW -

[flexcoders] I am having a similar problem with fonts in AIR (mine involves away3d)

2009-02-17 Thread David Kramer
I'm experiencing something similar. To be more specific about my dilemma, the font distortion is in 3daway (so no one at Adobe will chime in I bet). The fonts aren't rendering correctly at all when at any angle but straight on. I embedded mine and...no dice either. Any help would be great. David

[flexcoders] [SebCoverFlow] opacity/alpha on non-selected items in the array

2009-02-15 Thread David Kramer
Anyone know how to change the opacity/alpha of the non-selected items (to be "grayed out") when rendered in Seb's CoverFlow? Thanks! Dave

[flexcoders] HOW?: DnD within grid to move AND have DnD from the grid to list be a copy.

2009-02-15 Thread David Kramer
Hey folks, I need some guidance/solution to a Drag and Drop scenario... I have a list and a grid. You can drag and drop from the grid to the list, and you can drag and drop within the grid to change the sort order. However, If you drag and drop within the grid it does an automatic copy instead of

[flexcoders] Extending classes (within classes) best/fastest approach to finding what you need (in FlexBuilder)

2009-02-13 Thread David Kramer
I have a simple desire today and figured I'd be able to get a nice quick answer. During an Alert I want to override (which may be mixed terminology I understand) the "fade" effect on the parent "window" during an Alert.show. I'm using Flex Builder 3, not a surprise, and I'm thinking there's probab

[flexcoders] ignore my posts from this morning...

2009-02-11 Thread David Kramer
Ugh. The problem was staring me in the face! (The arrayCollection declared in the main application was not public and not available as a settable prop to other components.) Duh.

RE: [flexcoders] I'm just not seeing it guys/gals... (events/scopes)

2009-02-11 Thread David Kramer
Thanks for the reply. To be very specific... I'm trying for any way to achieve this: parentDocument.currentAC (in app) = presentationsSlidesAC (in component), so the main application.mxml has the currentAC updated. (Loose, tight, whatever.) Here's the DropLabel.mxml component code: http://w

[flexcoders] I'm just not seeing it guys/gals... (events/scopes)

2009-02-11 Thread David Kramer
I've read Amy's FAQ (Q3) and the Flex 3 Cookbook and have attempted to make the situation below work, but the solution still escapes me. After reading several other resources, I think I've read too many ways to skin a cat and now I'm in circles. I have an ArrayCollection (currentAC) in a main app

RE: [flexcoders] data (array collections) in main application and components available to each other...how?

2009-02-09 Thread David Kramer
ch other...how? Date: Sun, 8 Feb 2009 22:08:24 -0800 Try parentDocument.currentAC Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of David Kramer Sent: Sunday,

RE: [flexcoders] data (array collections) in main application and components available to each other...how?

2009-02-09 Thread David Kramer
ons) in main application and components available to each other...how? Date: Sun, 8 Feb 2009 22:08:24 -0800 Try parentDocument.currentAC Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@y

[flexcoders] data (array collections) in main application and components available to each other...how?

2009-02-08 Thread David Kramer
bubbling or sharing data between components, or something else that I need to understand?) I attached the DropLabel.mxml as a .txt file for reference. You'll see the issue in the clickHandler(); and it's probably laughably easy, but go easy on me. Thank you in advance everyone. : ) Da

RE: [flexcoders] Re: Geting the 3dWall Pro to work as flex component ?

2009-02-05 Thread David Kramer
omponent that's not very robust. I can point them to your blog post to get more info on that. Thanks! -Amy No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.233 / Virus Database: 270.10.16/1929 - Release Date: 2/3/2009 5:48 PM << image001.png >> David Kramer, CISSP davidkra...@consultant.com 480.710.1398 www.securepatterns.com

RE: [flexcoders] Tree Control Drag and Drop Help

2009-02-02 Thread David Kramer
Adrian, I am up against the same problem. Please share your knowledge on it so far. kramer.da...@consultant.com Many thanks. David _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of adrianpomilio Sent: Monday, February 02, 2009 8:45 AM To

  1   2   3   4   5   6   7   >