[flexcoders] amfphp2.1 channel disconnected problem

2012-08-08 Thread David Pariente
Hello group, i'm creating a flex site, using amfphp to send data from the database. It's a page that calls 3 amfphp 2.1 services at the same time. Everything works fine but...SOMETIMES...i get an error: Client.Error.DeliveryInDoubt - Channel disconnected before an acknowledgement was received C

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] 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

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: [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
place the flex files and communication part where to written. if possible please help me. On Thu, Oct 8, 2009 at 7:11 AM, David Pariente <mailto:xxmapach...@yahoo.es>> wrote: I was searching for the same short ago, so i can tell you that the adobe flex page has

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] 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] combobox fontFamily problem

2008-09-10 Thread David Pariente
Sorry so much, my mistakei have the Bold button on, on the component Now it works after i unselect it. Thnx - Mensaje original De: David Pariente <[EMAIL PROTECTED]> Para: flexcoders Enviado: jueves, 11 de septiembre, 2008 0:44:56 Asunto: [flexcoders] combobox font

[flexcoders] combobox fontFamily problem

2008-09-10 Thread David Pariente
Hello, Im specifying the fontFamily of a combobox for match the rest of website and i couldn't do it or find any info about it, i've tryed to change it on it's CSS style, trying doing my own style, and specifying it with the fontFamily tag... Nothing seems to work. On the other components of

Re: [flexcoders] repairing pixelation on resized photos

2008-09-08 Thread David Pariente
at the BitMap class in the help docs. eg var bitmap:Bitmap = imageObject. content as Bitmap; bitmap.smoothing = true; On 09/09/2008, at 12:16 AM, David Pariente wrote: Hello, On my website i have lots of pics that i load and then resize to fit different SMALLER sizes. The smaller pi

[flexcoders] repairing pixelation on resized photos

2008-09-08 Thread David Pariente
Hello, On my website i have lots of pics that i load and then resize to fit different SMALLER sizes. The smaller pictures quality is really crapnot acceptable by my customer...not even by me...i never saw a program resize picture into smaller with so less quality like this in my whole life

[flexcoders] id of element inside repeater gives an error

2008-09-05 Thread David Pariente
Hi all, Im trying to make a repeater to show me some elements, and those elements include a jpg and a masking for it. If i assign an id for the mask, in a simple way: complains that the id is not a visual child... If i try to add the currentIndex value, for make the id allways different

Re: [flexcoders] Image over a panel title?

2008-08-30 Thread David Pariente
sting code on mailing list is a pain. packagevadex { importmx.core.UIComponent ; publicclassVadexFlowContainer extendsUIComponent { publicfunctionVadexFlowContainer( ) { super(); } } } - Original Message - From: David Pariente To: [EMAIL PROTECTED] ups.com Sent: Saturday, August 30, 2008

Re: [flexcoders] Image over a panel title?

2008-08-30 Thread David Pariente
tChild like you said, it depends where you created the icon. Did you override the createChildren( ) and do it there or did you just create it in the constructor. - Original Message ----- From: David Pariente To: [EMAIL PROTECTED] ups.com Sent: Saturday, August 30, 2008 7:28 PM

Re: [flexcoders] Image over a panel title?

2008-08-30 Thread David Pariente
con, numChildren- 1); and do it somewhere so it is always up top like updateDisplayList or layoutChrome - Original Message - From: David Pariente To: [EMAIL PROTECTED] ups.com Sent: Saturday, August 30, 2008 6:53 PM Subject: Re: [flexcoders] Image over a panel title? oh, didn

Re: [flexcoders] Image over a panel title?

2008-08-30 Thread David Pariente
ver a panel title?  Have you tried bringing the index up of the Icon, so doing setChildIndex( name,int) - Original Message ----- From: David Pariente To: flexcoders Sent: Saturday, August 30, 2008 5:51 PM Subject: [flexcoders] Image over a panel title? Hi all, I wanna put an icon o

Re: [flexcoders] Image over a panel title?

2008-08-30 Thread David Pariente
Asunto: Re: [flexcoders] Image over a panel title?  Have you tried bringing the index up of the Icon, so doing setChildIndex( name,int) - Original Message ----- From: David Pariente To: flexcoders Sent: Saturday, August 30, 2008 5:51 PM Subject: [flexcoders] Image over a panel title? Hi all,

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread David Pariente
unobtrusive design element to the html (long one pixel wide image, or some CSS) to make the scrollbars operate. Paul - Original Message ----- From: David Pariente To: [EMAIL PROTECTED] ups.com Sent: Saturday, August 30, 2008 3:11 PM Subject: Re: [flexcoders] Vertical Scroll Bar in Brow

[flexcoders] Image over a panel title?

2008-08-30 Thread David Pariente
Hi all, I wanna put an icon over a panel title, on the right side. I tried and tried, but it seems like the panel title allways get over my icon, even i put icon inside a canvas, add it from outside the panel element...seems nothing i try brings my icon over it :( If is impossible to do so...

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread David Pariente
i will look for a solution to put scroll bars inside the app changing the design a little...sorry for designer :P thnx to everyone anyway :) - Mensaje original De: David Pariente <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: sábado, 30 de agosto, 2008 14:37:34

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread David Pariente
've had my own scroll issues), but have you thought about modifying the html-template file to use HTML frames (or an iFrame) so the center frame/iframe would have the Flex app and the scroll bars? On Sat, Aug 30, 2008 at 7:10 AM, David Pariente wrote: Hi all, I reopen this discussion be

[flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread David Pariente
Hi all, I reopen this discussion because i got a case where i need to use vertical scrollbars from the explorer, i tried adding body { margin: 0px; overflow-x:hidden; overflow-y:scroll; } to the html, but then the scrollbar appears, but can't use. we are trying to avoid using the flex scrollbar

Re: [flexcoders] Re: cannot get ONLY the value of an XML element...

2008-08-29 Thread David Pariente
y}" with: text="{rIngredients. currentItem. ingredient. quantity[ 0]}" Instead? If it works, then that's the problem. You might get a compiler warning though. Dunno :) On Fri, Aug 29, 2008 at 1:11 PM, David Pariente wrote: i guess it has something to be with the repeater or it&#

Re: [flexcoders] Re: cannot get ONLY the value of an XML element...

2008-08-29 Thread David Pariente
gh. Dunno :) On Fri, Aug 29, 2008 at 1:11 PM, David Pariente wrote: i guess it has something to be with the repeater or it's dataprovider. .. i use that xml to show other info without a problem i don't know whats wrong about it :( Josh McDonald escribió: > you want .text >

Re: [flexcoders] Re: cannot get ONLY the value of an XML element...

2008-08-28 Thread David Pariente
ty node. > > On Fri, Aug 29, 2008 at 10:58 AM, David Pariente <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > hi, > > that's the first i tried...but got same result...:( > > thnx for answer >

Re: [flexcoders] Re: cannot get ONLY the value of an XML element...

2008-08-28 Thread David Pariente
hi, that's the first i tried...but got same result...:( thnx for answer Tim Hoff escribió: > > Hi David, > > text="{rIngredients.currentItem.ingredient.quantity.*valueOf()}"* > > -TH > > --- In flexcoders@yahoogroups.com, David Pariente <[EMAIL PROT

[flexcoders] cannot get ONLY the value of an XML element...

2008-08-28 Thread David Pariente
hi, here i am again with a newbie problem... I made a repeater to show me text lines from an XML, but for some reason it doesnt show me the value ONLY. it works, but shows: "1 pc.", in stead on just "1pc." Also...i wanna join 2 XML values insi

Re: [flexcoders] asigning text with script error

2008-08-28 Thread David Pariente
flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > [mailto:flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>] On Behalf Of David Pariente > Sent: Thursday, August 28, 2008 12:00 PM > To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogrou

Re: [flexcoders] asigning text with script error

2008-08-28 Thread David Pariente
n. So > just do: > > var rXML:XML = XML(event.target.data); > > or > > var rXML:XML = event.target.data as XML; > > The second is a cast, and there are subtle differences in behavior > when the object is null. > > Tracy > > ----

Re: [flexcoders] asigning text with script error

2008-08-28 Thread David Pariente
subtle differences in behavior > when the object is null. > > Tracy > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *David Pariente > *Sent:* Thursday, August 28, 200

[flexcoders] asigning text with script error

2008-08-28 Thread David Pariente
Hi all, I got an strange error... I make some text change through AS3 on my app. When i test on IE, i see no change at all. When i test on FireFox, i see the changes. But if i reload the page i get this error on the browser: TypeError: Error #1009: Cannot access a property or method of a null

[flexcoders] problem with a simple XML Loader :(

2008-08-25 Thread David Pariente
Hi all, I'm making a very simple XML Loader on AS3 and i get an error...i saw more than 3 examples and checked it all again and again and still don't know what's wrong. the code: (inside an mx:script) import flash.events.Event; import flash.net.URLLoader

[flexcoders] simple SWF dynamic loading and control

2008-07-25 Thread David Pariente
Hi all, I'm trying to do something quite simple, but i couldn't for many days...guess should have asked for help before :( I try to load some images from inside a SWF in order to use them as buttons. I managed to load them, but i cannot control them, so they will just play, cause i can't even

Re: [flexcoders] Re: canvas with styles and clickable? how to??

2008-06-26 Thread David Pariente
ves, 26 de junio, 2008 16:17:18 Asunto: [flexcoders] Re: canvas with styles and clickable? how to?? --- In [EMAIL PROTECTED] ups.com, David Pariente wrote: > > i will check it later...im interested in components.. . > > but actually i saw what i mean in plenty of sites, so i g

Re: [flexcoders] canvas with styles and clickable? how to??

2008-06-26 Thread David Pariente
coders@yahoogroups.com Enviado: jueves, 26 de junio, 2008 14:36:00 Asunto: Re: [flexcoders] canvas with styles and clickable? how to?? Try Flexlib. It has a really nice canvas button component. http://code.google. com/p/flexlib On Thu, Jun 26, 2008 at 3:57 AM, David Pariente wrote: Hello, Im ma

[flexcoders] crossdomain with picasa

2008-06-26 Thread David Pariente
Hello, I did a website that gets xml data from picasa website. Locally worked perfect, but it complains about security when i upload the site to my server. I heard something about the crossdomain.xml file...but...i just read that the file should be in the destiny server, not mine, so does that

[flexcoders] over pixelated scaled images

2008-06-26 Thread David Pariente
Hello, I'm showing some pics in a gallery, and they are showing smaller than real size. The "problem" is that they appear OverPixelated. I've been searching on the properties of the image tag and couldn't find something to take that annoying pixlation out. someone can help me? thnx a lot :)

[flexcoders] canvas with styles and clickable? how to??

2008-06-26 Thread David Pariente
Hello, Im making a list of elements in a VBox, each of them has a canvas, with a pic, a title and a text... Now i wanted to skin that canvas, but it doesn't skin properly, i guess canvas is just not skinable. I didn't know what to do so i used an apppcontrolbar as base of that canvas, and ski

Re: [flexcoders] passing data from PHP to Flex

2008-06-25 Thread David Pariente
if u take out the print line, and u just echo the XML it should work properly... - Mensaje original De: ghus32 <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: martes, 24 de junio, 2008 19:56:47 Asunto: [flexcoders] passing data from PHP to Flex Hello everyone, I have an

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-20 Thread David Pariente
if u finally decide to do something about this, do it in a new thread, cause im sotopping reading this one / deleting it as fast as i see it :) i dont wanna miss an important decision about it, just have no time to follow the discussion ;) - Mensaje original De: Paul Evans <[EMAIL PRO

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-20 Thread David Pariente
ray. For example, inside some method, do var textBox:TextBox = new TextBox(); textBox.foo = bar; addChild(textBox) ; textBoxes.push( textBox); 3. In any other method, you can refer to textBox[i] to get the ith one you created. Gordon Smith From:[EMAIL PROTECTE

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-20 Thread David Pariente
Object.button7) ; > trace("the value is " + anObject["button7" ]); > > Notice the fact that it's a string. You can also use numbers (this is > how arrays work), and other objects, but with objects the runtime simply > calls .toString() and t

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-19 Thread David Pariente
Notice the fact that it's a string. You can also use numbers (this is how arrays work), and other objects, but with objects the runtime simply calls .toString() and then goes ahead with the string, IIRC. -Josh On Thu, Jun 19, 2008 at 9:20 PM, David Pariente wrote: Thnx for the psicologi

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-19 Thread David Pariente
ld you use it to do? Many developers think they need it when they really don't; there are often other ways to accomplish what they're trying to do. Gordon Smith Adobe Flex SDK Team From:[EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On B

Re: [flexcoders] Re: Flex Css & Html Css

2008-06-19 Thread David Pariente
?? --- In [EMAIL PROTECTED] ups.com, David Pariente wrote: > > i just did something even more complicated today using degrafa and css, with a few lines of code, and i'm IMPRESSED! > > > - Mensaje original > De: Bjorn Schultheiss > Para: [EMAIL PROTECTED] ups.com

Re: [flexcoders] Re: [ANN] Flex-mojos 1.0-RC4

2008-06-16 Thread David Pariente
Could you be so kind to tell us what is this? I tried to search for that info on that link and i could get what is it or what is it for. - Mensaje original De: Marvin Froeder <[EMAIL PROTECTED]> Para: [EMAIL PROTECTED]; flexcoders@yahoogroups.com Enviado: lunes, 16 de junio, 2008 2:09:4

Re: [flexcoders] Re: Flex Css & Html Css

2008-06-16 Thread David Pariente
i just did something even more complicated today using degrafa and css, with a few lines of code, and i'm IMPRESSED! - Mensaje original De: Bjorn Schultheiss <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: lunes, 16 de junio, 2008 5:33:41 Asunto: [flexcoders] Re: Flex Css

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread David Pariente
They answer u about eval() cause that was what eval() was for. I used it so often in AS1 and AS2. Lost now in AS3 without it :( - Mensaje original De: mariovandeneynde <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: lunes, 16 de junio, 2008 12:08:26 Asunto: [flexcoders] Re

Re: [flexcoders] Order datagrid by date in DD/MM/YYYY format

2008-06-11 Thread David Pariente
tField("dateMill is", true, false, true); sort.fields = [dateMillisField] ; Here is a pretty good livedocs entry on sorting data in datagrids. hth Scott -- Scott Melby Founder, Fast Lane Software LLC http://www.fastlane sw.com David Pariente wrote: Hi everyone, I have a data

[flexcoders] Order datagrid by date in DD/MM/YYYY format

2008-06-11 Thread David Pariente
Hi everyone, I have a datagrid with a Date column. I want user to be able to order by that date column, but the Dates in that column are in DD/MM/ format, and flex doesn't order them propertly. Does anyone have a solution for that? Could tell Flex how should the column be ordered, by specif

Re: [flexcoders] Blocking Dialog In Felx

2008-06-11 Thread David Pariente
Hi, I'm quite new to flex...so i dont know what tools there are to do this. I'm so new that i must look for other ways to solve problems, so I would make an array, and for each element of the array i would throw that popup. Check first one, and when confirmed or cancelled, call a function that

Re: [flexcoders] form label text align

2008-06-10 Thread David Pariente
d it works perfectly! :) - Mensaje original De: David Pariente <[EMAIL PROTECTED]> Para: flexcoders Enviado: martes, 10 de junio, 2008 10:47:59 Asunto: [flexcoders] form label text align Hello all, Is there a way to align the text labels in form elements to the left?? by default, a

[flexcoders] form label text align

2008-06-10 Thread David Pariente
Hello all, Is there a way to align the text labels in form elements to the left?? by default, all of them align to the right, i like it, but seems my client does not :( I have lots of forms and i spent lot of time looking for a property that does so...but seems i can't find or missed something.

Re: [flexcoders] know if .browse() was executed or not

2008-06-09 Thread David Pariente
ot browsed :P thnx a lot to all for the help - Mensaje original De: Jon Bradley <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: lunes, 9 de junio, 2008 13:19:31 Asunto: Re: [flexcoders] know if .browse() was executed or not On Jun 9, 2008, at 4:40 AM, David Parien

Re: [flexcoders] know if .browse() was executed or not (solved!)

2008-06-09 Thread David Pariente
, but this way i can control more each of the file uploads. Thnx! - Mensaje original De: David Pariente <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: lunes, 9 de junio, 2008 10:56:07 Asunto: Re: [flexcoders] know if .browse() was executed or not I tryed that

Re: [flexcoders] know if .browse() was executed or not

2008-06-09 Thread David Pariente
rnes, 6 de junio, 2008 22:28:53 Asunto: Re: [flexcoders] know if .browse() was executed or not On Fri, Jun 6, 2008 at 2:26 AM, David Pariente wrote: > i tried this, but crashes when file is not selected: > > if (myFileReference. name.length> 0) { myFileReference. upload() } It raises a

Re: [flexcoders] know if .browse() was executed or not

2008-06-09 Thread David Pariente
Bradley <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: viernes, 6 de junio, 2008 14:18:19 Asunto: Re: [flexcoders] know if .browse() was executed or not On Jun 6, 2008, at 4:26 AM, David Pariente wrote: The point is that, IN ANOTHER POINT OF THE CODE, i wanna send the file

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-06 Thread David Pariente
About that, i used to read an article about price comparing between DELL and MACS... They took the most powerfull Mac, and looked for an equal DELL. Equal i mean the same type of data bus speed, same ammount and memory speeds, same processor models (4 processors actually), etc. So, exactly the

[flexcoders] initialize a fileReference object

2008-06-06 Thread David Pariente
Hello, my project is almost finished, but i'm new to flex and found a problem i don't know how to solve... I need to initialize a fileReference object. This object is on a form, and everytime i get inside the form i need the object like new, with no content at all. i tried: var file_imgb:File

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-06 Thread David Pariente
select name from OS order by QUALITY desc; name linux macOS ... ... Vista, XP SP3...etc... now, i think best option for working on media and have no hardware problems would be macOS, so i recommend u to make the switch. Of course, u will miss many things from MS world, but also will get many ex

Re: [flexcoders] know if .browse() was executed or not

2008-06-06 Thread David Pariente
ion :/ thnx - Mensaje original De: Jon Bradley <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: jueves, 5 de junio, 2008 19:57:18 Asunto: Re: [flexcoders] know if .browse() was executed or not On Jun 5, 2008, at 1:40 PM, David Pariente wrote: Im no

Re: [flexcoders] know if .browse() was executed or not

2008-06-05 Thread David Pariente
eferenceList is allways of good use ;) - Mensaje original De: Jon Bradley <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: jueves, 5 de junio, 2008 19:26:41 Asunto: Re: [flexcoders] know if .browse() was executed or not On Jun 5, 2008, at 12:23 PM, David Pariente

[flexcoders] know if .browse() was executed or not

2008-06-05 Thread David Pariente
Hello everyone, in my project i need to know wether a fileReference Object did or didn't made a .browse() function. The point is that i have a form with several fields for choose files. Those files i must send them later. So then i need a way to know if user did actually choose a file to uploa

Re: [flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-05 Thread David Pariente
Well, i guess there are many solutions...but one, maybe not viable cause of the crappy OS, is putting windows inside the mac. Another could be putting linux inside, and use the MONO development framework (similar or compatible with .Net, i'm not sure). In this 2 options u allways will have a qua

Re: [flexcoders] more data into alert, or panel acting as an alert

2008-05-20 Thread David Pariente
teract with more. Either way works. Jeri Lamy On Tue, May 20, 2008 at 9:32 AM, David Pariente wrote: > great, i could use a tittlewindow instead of a panelbut. ...how to make > the blur and disable effect i get with an Alert? >

Re: [flexcoders] Lucida Grande normal weight font cannot be embedded

2008-05-20 Thread David Pariente
t font cannot be embedded Yea, I tried all kinds of combinations, including the expected fontWeight: normal; Ben On Tue, May 20, 2008 at 10:08 AM, David Pariente wrote: Hi, I'm new at flex, but i recommend u to play with the type of the font, i mean the bold, normal states, cause

Re: [flexcoders] more data into alert, or panel acting as an alert

2008-05-20 Thread David Pariente
ps get that for free From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of David Pariente Sent: Tuesday, May 20, 2008 7:33 AM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] more data into alert, or panel acting as an alert

Re: [flexcoders] Re: Securely Interfacing Between Flex and Databases

2008-05-20 Thread David Pariente
curely Interfacing Between Flex and Databases On Tuesday 20 May 2008, David Pariente wrote: > when using SSL, maybe u > could guess what kind of data is sent or receive, but u would never be able > to seen actual data. This is a common mistake. It is perfectly possible to configure an SSL* proxy,

Re: [flexcoders] more data into alert, or panel acting as an alert

2008-05-20 Thread David Pariente
] more data into alert, or panel acting as an alert On Monday 19 May 2008, David Pariente wrote: > as well as being able to put any kind of information inside, like > animations, graphics, etc... TitleWindow ? http://livedocs.adobe.com/flex/3/langref/mx/containers/TitleWindow.html -- T

  1   2   >