[flexcoders] Error while creating new project: Cannot access the web server

2010-04-17 Thread Pablo Augusto
Hello, I'm starting in flex development, i had downloaded Flex Builder 4, im following the adobe first videos, but when i'll create a new project, the error is displayed: Cannot access the web server. The server may not be running, or the web root folder or root URL may be invalid. I cannot

[flexcoders] Adobe Air HTML component and popups

2008-04-22 Thread Pablo Godel
I am trying to use the HTML component to load an external website into an Adobe AIR app. It works fine, but if the website has a link or button that opens a popup window, the window never opens. Any idea if this is supported and how to solve the problem? Thanks Pablo

RE: [flexcoders] Re: Datagrid Renderer not showing updated ArrayCollection

2008-01-11 Thread pablo podas
did you try refreshing the array collection or datagrid ? Alex Harui [EMAIL PROTECTED] wrote: My rule is: don’t use Bindable unless you absolutely need it. It adds overhead to your application. You’ll get warning if you try to bind to something that isn’t bindable and then you

[flexcoders] text line height

2007-02-26 Thread Pablo Samela
Hi, I want to know how can I set the line height to a text component. I tried to use the leading property, but It´s not the minimun necesary. Thanks, Paul

[flexcoders] remove ToolTip

2007-02-16 Thread Pablo
Hi All. package components { import mx.core.IToolTip; import mx.managers.ToolTipManager; public class FastSearchPanel { private var parent:AdvancedTitleWindow; private var tooltip:IToolTip; public function FastSearchPanel(__parent:AdvancedTitleWindow) {

Re: [flexcoders] Right click on Tree's item

2007-02-15 Thread Pablo
Thanks a lot Michael Imhoff !

[flexcoders] Panel skinning

2007-02-15 Thread Pablo
Hi All. I skin the Panel. Panel has some controls. When all controls displaying in Panel that skin displaying too. But if I will resize the Panel, content area with controls will have scrollbars and content area skin will overlapped by white colored background. How I can remove this white

Re: [flexcoders] Re:Panel skinning

2007-02-15 Thread Pablo
I found solution by myself: Panel { backgroundAlpha:0; } :)

Re: [flexcoders] disable Bind

2007-02-14 Thread Pablo
thanx

[flexcoders] Right click on Tree's item

2007-02-14 Thread Pablo
I have the Tree and ContextMenu associated with it. When I select menu item from context menu I cant get Tree's item was right-clicked. How I can get this Tree's item? import mx.controls.listClasses.*; private function createContextMenu():void { m

Re: [flexcoders] Populating DataGrid from XML attributes

2007-02-14 Thread Pablo
The XML: root item name value=Pete type=1 / city value=NY type=2 / phone value=33-22-555 type=1 / count value=10 type=1 / /item item name value=Pete2 type=2 / city value=NY type=1 / phone value=33-22-555 type=1 / count value=10

[flexcoders] disable Bind

2007-02-13 Thread Pablo
Hi All. I have one MXML component MainLoginForm fields receives data through bind. Also I have another MXML component LocalLoginForm that child of previous one: MainLoginForm ^ | LocalLoginForm And I want that in LocalLoginForm similar fileds (inherited from MainLoginForm) dont

[flexcoders] CheckBox background color

2007-02-12 Thread Pablo
Hi All. How I can change CheckBox background color and Label background color?

[flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Pablo
Hi All. Is there some API for integration GoogleMap and Flex2?

Re: [flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Pablo
of America Learning Organizational Effectiveness -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Pablo *Sent:* Wednesday, January 24, 2007 6:07 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Flex plus GoogleMap integration

Re: [flexcoders] Flex plus GoogleMap integration

2007-01-24 Thread Pablo
http://developer.yahoo.com/maps/flash/index.html

Re: [flexcoders] HDivideBox

2007-01-19 Thread Pablo
Thanks a lot - very good! I guess I'll research it today.

[flexcoders] I want to know some statistics of flexcoders :)

2007-01-19 Thread Pablo
Hello All. It maybe like flood but very interesting the next: - what term are you programmed on flex? - Do you know some high-level program language like C#, Java etc before start to study and code on Flex? - Do you know some code patterns and using it before start to study and code on Flex?

Re: [flexcoders] HDivideBox

2007-01-18 Thread Pablo
Probably nobody occures this task :( among you and me. I guess that need to write fully custom layout for this. On 1/15/07, Lieven Cardoen [EMAIL PROTECTED] wrote: Hi guys, Is there a way to have a HdivideBox, but where the right part can be opened and closed. I need a property kind of

Re: [flexcoders] Re: Minimized Panel

2007-01-15 Thread Pablo
Well. I have instance of Panel with some minimized button. Then I click on this button executes script this.height=30 (where this is a Panel's instance). But this Panel instance placed with other Panel instance in VDividedBox and when I drag divider minimized Panel's instance became unminimized.

[flexcoders] Extending Darron Schall's FlashPaperLoader

2007-01-08 Thread Pablo Apanasionek
code? Thanks in advance, Pablo Gustavo Apanasionek

[flexcoders] Advertising inside Flex Apps

2006-12-20 Thread Pablo Apanasionek
Any thoughts on embedding advertising e.g. Google Ads into a Flex SWF? Pablo Gustavo Apanasionek

[flexcoders] Creating a PopUp in a PopUp

2006-12-14 Thread Pablo Apanasionek
PopUp below the first one. Thanks in advance, Pablo Gustavo Apanasionek

[flexcoders] Nearly-Off-Topic: Flex Apps on PDAs?

2006-12-13 Thread Pablo Apanasionek
Last night I was planning my incoming self xmas gift and I found myself wondering about PDA support for Flex-Built Apps. Is there any PDA-browser/plugin that supports FP9/AS3? Pablo Gustavo Apanasionek

[flexcoders] Re: memory issues / garbage collection?

2006-12-11 Thread Pablo Rangel
Hello I'm dealing with memory issues myself. For a more in depth description of how resources are managed and even hacks to force garbage collection the venerable Grant Skinner did a 3 part series complete with interactive demos. Can't ask for much more than that!

[flexcoders] Re: Best practices for displaying large texts [SOLVED]

2006-12-05 Thread Pablo Apanasionek
Gordon, thanks a lot! It fits perfectly to my requirement. -Pablo Apanasionek --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: I don't know of a way to do justified text in Flex textAlign=justify works on mx:Text and mx:TextArea, although it isn't mentioned

[flexcoders] Best practices for displaying large texts

2006-11-29 Thread Pablo Apanasionek
- sides? Thanks in advance, Pablo Gustavo Apanasionek

[flexcoders] Managing server-side exceptions when not using flex proxy

2006-11-28 Thread Pablo Apanasionek
Any C#/.NET user, any advice on catching and showing user-friendly messages when a FaultEvent rises on a Webservice call, being those coded in C#? The only message i get is Unable to connect to endpoint ... Thanks in advance! Pablo Gustavo Apanasionek

[flexcoders] Webservices fault message when not using proxy

2006-11-28 Thread Pablo Apanasionek
a friendly message to the user if an exception (whether system or business) comes up in the middle. I've debugged the request/response and the error is coming back correctly, but the SWF seems to dismiss it. This doesn't happen when using the proxy. Did I miss any docs or something? TIA, -Pablo

[flexcoders] Webservices fault message when not using proxy

2006-11-28 Thread Pablo Apanasionek
a friendly message to the user if an exception (whether system or business) comes up in the middle. I've debugged the request/response and the error is coming back correctly, but the SWF seems to dismiss it. This doesn't happen when using the proxy. Did I miss any docs or something? TIA, -Pablo

[flexcoders] Sorting Functionality in FlexStore 2

2006-10-05 Thread Pablo Apanasionek
sortFunctions, e.g. price, stock, delivery time, etc). How could the sorting be done at FlexStore 2, without necessarily sorting the array of data and redrawing the childs at the Canvas? Any ideas or tips will be appreciated! Thanks in advance, -Pablo Gustavo Apanasionek __._,_.___ -- Flexcoders

[flexcoders] Reducing compiled SWF file size without RSL

2006-10-04 Thread Pablo Apanasionek
embedded in HTML) is unacceptable. As it's the only SWF i'm coding,using RSL is worthless. (isn't it?) Any tips on reducing the file size? I'm using Flex 1.5. Does Flex 2 compile smaller SWFs? Thanks in advance! --Pablo Gustavo Apanasionek __._,_.___ -- Flexcoders Mailing List FAQ: http

[flexcoders] Re: Could not load WSDL of .NET WebService in Flex 1.5

2006-09-07 Thread Pablo Apanasionek
Franck, one word made it: "crossdomain.xml"! I knew I was missing the obvious here! As I always used Webservices of my own server, the crossdomain.xml definition had never been a problem. It worked perfectly, thanks for everything and for your patience too! -Pablo Gustavo A

[flexcoders] Re: Could not load WSDL of .NET WebService in Flex 1.5

2006-09-06 Thread Pablo Apanasionek
-running server? Thanks, -Pablo Gustavo Apanasionek __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Re: Could not load WSDL of .NET WebService in Flex 1.5

2006-09-06 Thread Pablo Apanasionek
Franck, did you try downloading it from the original URL inside Flex? Thanks, -Pablo Gustavo Apanasionek __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] Could not load WSDL of .NET WebService in Flex 1.5

2006-09-05 Thread Pablo Apanasionek
Using the proxy, it results in "Connection refused". I've tested my WSDL with Online wsdl Validatorand works. Any hint/step I could have missed on this? TIA, -Pablo Gustavo Apanasionek __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/fl

[flexcoders] Re: Could not load WSDL of .NET WebService in Flex 1.5

2006-09-05 Thread Pablo Apanasionek
, -Pablo Gustavo Apanasionek __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Flex 1.5 :: Custom Preloader and RSLs

2006-08-08 Thread Pablo Apanasionek
(???) Is this by design? Addinga custom preloader disables RSL? Or has the preloader to be configured specially? I based myself on this post: http://weblogs.macromedia.com/eanderson/archives/2004/12/preloader_in_fl.cfmto code the preloader and applied it on the Application Tag. Thanks in advance, Pablo

[flexcoders] [Flex 1.5] Question about RSL and Custom Components

2006-07-06 Thread Pablo Apanasionek
beled". The other custom components (.mxml) are labeled correctly too. Mystery shows up when I remove the "rsl" tag of A, then all controls (mx./.as/.mxml) are labeled correctly. Any clue? Thanks in advance! --Pablo Gustavo Apanasionek __._,_.___ -- Flexcoders Ma

[flexcoders] HTTP Service, XML response and latin characters

2006-06-12 Thread Pablo Apanasionek
 How should I set the HTTP Service tag/XML fileto avoid the replacing of any of this chars [ á, é, í, ó, ú, ñ ] for a [ □ - white square] when I'm returning an XML as a result of an HTTP request? Thanks in advance! -- Pablo Gustavo Apanasionek __._,_.___ -- Flexcoders

[flexcoders] HTTP Service, XML response and latin characters

2006-06-12 Thread Pablo Apanasionek
 How should I set the HTTP Service tag/XML fileto avoid the replacing of any of this chars [ á, é, í, ó, ú, ñ ] for a [ □ - white square] when I'm returning an XML as a result of an HTTP request? Thanks in advance! -- Pablo Gustavo Apanasionek __._,_.___ -- Flexcoders

[flexcoders] Flex 1.5 :: Webservices and Custom Components

2006-06-09 Thread Pablo Apanasionek
, when i instantiate a mxml using a popup, i get a "Could not load WSDL" error message. This happens when I precompile them into swf (using the correct proxy parameters and so on). Browsing them as mxml works fine. Any help? Thanks in advance! -- Pablo Gustavo A

RE: [flexcoders] F2B3 -- global keyboard event capture, problems with focus

2006-06-05 Thread Pablo Apanasionek
Matt/Anyone, is there a way to do this at an mx:Application tag level, so that the same handler is used across all files? I'm looking for this sort of solution for Flex 1.5. Thanks! --- Pablo Apanasionek De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Matt

[flexcoders] Flex 1.5 :: Changing Alert Title BackgroundColor

2006-06-01 Thread Pablo Apanasionek
no results. Is there any efficient way fo changing the default style of the Alert (besides extending the class) ? Thanks in advance! -- Pablo Gustavo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

RE: [flexcoders] Re: Flex 1.5 :: Changing Alert Title BackgroundColor

2006-06-01 Thread Pablo Apanasionek
; StyleManager.styles.Alert.setStyle(headerColors, [0xFF, 0xFF]); StyleManager.styles.Alert.setStyle(backgroundColor, 0x33); StyleManager.styles.Alert.setStyle(color, 0xFF); --- In flexcoders@yahoogroups.com, Pablo Apanasionek [EMAIL PROTECTED] wrote: I hate to post these kind

[flexcoders] Flex 1.5 :: Disabling multiple validators of a Model

2006-05-31 Thread Pablo Apanasionek
dators.Validator.disable(this, 'ModelTest.oneProp'); mx.validators.Validator.disable(this, 'ModelTest.twoProp'); Question is: is there any way to replace this enabling/disabling with another more efficient/scalable way? Thanks in advance! -- Pablo Gustavo Apanasionek -- Flexcoders Mailing List F

RE: [flexcoders] Flex 1.5 :: Disabling multiple validators of a Model

2006-05-31 Thread Pablo Apanasionek
Tom, Using enabled property on StringValidator results in: ERROR : Unknown attribute 'enabled' on mx.validators.StringValidator Remember it's Flex 1.5, not Flex 2.0. -- Pablo Apanasionek -Mensaje original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Tom

[flexcoders] [solved] Flex 1.5 :: Disabling multiple validators of a Model

2006-05-31 Thread Pablo Apanasionek
Doug, This worked perfectly (with some adaptation). Thanks a lot! -- Pablo Apanasionek -Mensaje original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Doug Lowder Enviado el: Miércoles, 31 de Mayo de 2006 13:47 Para: flexcoders@yahoogroups.com Asunto

[flexcoders] [repost] Flex 1.5 :: Slider with two thumbs and selectable range

2006-05-29 Thread Pablo Apanasionek
selectable range between the two thumbs is 2. (e.g. 60-62, 68-70). If the slideris displayed at less width (80% or so), the minimum range raises to 3 or 5. It's clearly an impossibility to show both thumbsput so close, but should it be this way? Thanks in advance. -- Pablo Gustavo Apanasion

[flexcoders] Flex 1.5 :: Authenticating to j_security_check

2006-05-15 Thread Pablo Apanasionek
in web.xml be set to get this working? If someone had a working example, I'd be more than glad to see it. Thanks in advance! -- Pablo Gustavo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search A

[flexcoders] Flex 1.5 : International Characters in XML file loaded in Model

2006-05-10 Thread Pablo Apanasionek
instead of the char on the error message shown on screen. Is there any format I'm missing, either on the custom validator, the MXML and/or the XML? Thanks in advance! -- Pablo Gustavo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

RE: [flexcoders] Flex 1.5 :: List of Custom Components?

2006-04-07 Thread Pablo Apanasionek
, which I usually don't read since many things have changed from 1.5 to 2. Thanks again! Pablo Apanasionek De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Matt ChotinEnviado el: Viernes, 07 de Abril de 2006 02:03Para: flexcoders@yahoogroups.comAsunto: RE: [flexcoders] Flex 1.5

[flexcoders] Flex 1.5 :: List of Custom Components?

2006-04-06 Thread Pablo Apanasionek
on the custom item component to accomplish my goal? I would like the container to have the usual List behaviour (scroll, mouseOver and selected, plus drag-and-drop capability). Thanks in advance! Pablo Gustavo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders

[flexcoders] Flex 1.5 :: Webservice Fault and useProxy setting

2006-03-27 Thread Pablo Apanasionek
g property. While "off", it only shows "unable to connect to endpoint http://. etc." . Any clue on this one? How could I get the exception using useProxy=false? Thanks in advance! -Pablo Gustavo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.ya

[flexcoders] Fault handling in webservices without a proxy

2006-03-23 Thread Pablo Apanasionek
is used. The fault.faultcode is always set to 'Server.Connection'. Is this correct? Is there a workaround? Thanks in advance, Pablo Gustavo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

RE: [flexcoders] problem with the newsgroup search?

2006-03-22 Thread Pablo Apanasionek
Libby, I'm getting the error too: ht://Dig error htsearch detected an error. Please report this to the webmaster of this site. The error message is: Unable to read word database file Did you run htmerge? Hope they fix it soon. -Pablo Gustavo Apanasionek -Mensaje original- De

[flexcoders] Custom Container with internal children

2006-03-21 Thread Pablo Apanasionek
uot;Combo 1" mx:ComboBox id="someCombo" / /my:_formitem That renders like: Combo 1 [|V ] I tried making a component out of an HBox or FormItem, but I get an error about _formitem already having internal children. Can a container have more than one? Thanks i

RE: [flexcoders] Button height and width in CSS?

2006-03-03 Thread Pablo Apanasionek
Gordon, that was exactly my decision after your reply. Thanks! ---Pablo Gustavo Apanasionek De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Gordon SmithEnviado el: Viernes, 03 de Marzo de 2006 15:10Para: flexcoders@yahoogroups.comAsunto: RE: [flexcoders] Button

[flexcoders] Accesing flex-config variables in MXML

2006-02-28 Thread Pablo Apanasionek
Back again with awful questions: Can I get access to @context.root or localserver variables (used in flex-config.xml) inside a MXML page? Thanks in advance ---Pablo Gustavo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Coloring a MenuBar

2006-02-28 Thread Pablo Apanasionek
I hate bugging you people for something that might be obvious, but it seems to be escaping my sight: - Can I change the background color(s) of a MenuBar? Thanks in advance. ---Pablo Gustavo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] Form field direction

2006-02-27 Thread Pablo Apanasionek
in advance. ---Pablo Gustavo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] DateTime in WebService

2006-02-21 Thread Pablo Apanasionek
00)dateTo[Local Time] : Thu Jun 01 21:00:00 2006 (-3:00) Is there any way of "disabling" this local time convertion? O maybe defining the WSDL to use always local or UTC time? Thanks in advance ---Pablo Gustavo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.ya

[flexcoders] Flex compiler problem on Build/Browse

2006-02-14 Thread Pablo Apanasionek
in advance! ---Pablo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

RE: [flexcoders] About Webservices and XML request format

2006-02-13 Thread Pablo Apanasionek
Mark, thanks for your tip. Unfortunately, it didn't work out. Although the 'array-like' object traced OK, the SOAP message showed the property in NULL. --Pablo Apanasionek De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Mark WalesEnviado el: Viernes, 10 de

RE: [flexcoders] Re: About Webservices and XML request format

2006-02-13 Thread Pablo Apanasionek
Dave, That was it! I deleted the features setting of the WSCompile pointing to rpcliteral, so the WSDD and WSDL were built using RPC/Encoded and it worked wonderfully. Thank you very much for your tip and your time! ---Pablo Apanasionek -Mensaje original- De: flexcoders

RE: [flexcoders] Array serialization for Webservice

2006-02-10 Thread Pablo Apanasionek
Matt, Thanks for your reply. Could you explain me a bit of how this 'literal request format' would work? Thanks in advance, Pablo Apanasionek -Mensaje original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Matt Chotin Enviado el: Viernes, 10 de Febrero de 2006

RE: [flexcoders] Re: Array serialization for Webservice

2006-02-10 Thread Pablo Apanasionek
. someService.someOp.request.types = new Array(someArray); Turns into: someParamvalue/someParam types/ item/ item param1AAA/param1 param2AAA/param2 /item Is this by design (either Flex's or SOAP's) ? Thanks, Pablo Apanasionek -Mensaje original- De: flexcoders@yahoogroups.com [mailto

[flexcoders] About Webservices and XML request format

2006-02-10 Thread Pablo Apanasionek
f XML opening tags translated to lt;. If I use XML.parseXML in point 2, to "cast" the resulting string to XML and then inspect it with Trace Panel, the XML is well-formed. Any help? Thanks again! Pablo Apanasionek -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/f

RE: [flexcoders] About Webservices and XML request format

2006-02-10 Thread Pablo Apanasionek
I'm trying to send XML to the WS, and the WS is of the J2EE/Axis kind. ---Pablo Apanasionek De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Jason HawrylukEnviado el: Viernes, 10 de Febrero de 2006 17:43Para: flexcoders@yahoogroups.comAsunto: RE: [flexcoders

RE: [flexcoders] About Webservices and XML request format

2006-02-10 Thread Pablo Apanasionek
In thiscase, the webservice is defined to do all the "magic". But it's expecting a VO instead of a string. Does anyone have an example of a webservice (including wsdl and mxml) sending an array of items to the server? This is killing me softly. ='( ---Pablo Gustavo Apanas

RE: [flexcoders] Re: Array serialization for Webservice

2006-02-09 Thread Pablo Apanasionek
Is there a way to change the item label of the resultant serialized items of the array? Or add more than one instance of an object with the same name to the main parameter object? Thanks, Pablo Apanasionek -Mensaje original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En

[flexcoders] MediaController controls

2006-02-03 Thread Pablo Samela
Hello, My name is paul, and I´am new in the list. I´am also new to flex. I´am trying to change the look an feel of the controller of the mediacontroller object, but I looked over the internet and I didn´t find how to do it, and if it is possible. Can someone help me on this. Thanks. Paul.

[flexcoders] Re: Flex 2 and Flex 1.5 in the same machine

2005-11-17 Thread Pablo Apanasionek
viewing 1.5 content since some of your 1.5 stuff just does not work under the 8.5player) On 11/17/05, Pablo Apanasionek [EMAIL PROTECTED] wrote: Hey! I've already read Macromedia Installation Notes and Known Issues about Flex 2, looking forward to install it in my workstation. What has

[flexcoders] Newbie Question: Drag-And-Drop between two Flex-SWF files

2005-11-03 Thread Pablo Apanasionek
Pablo Apanasionek Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

[flexcoders] Re: Newbie Question: Drag-And-Drop between two Flex-SWF files

2005-11-03 Thread Pablo Apanasionek
it is wrong.) =) Thanks in advance --- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: Can you tell the list a bit more about your trying to do... it sounds like your going about this the wrong way? On 11/3/05, Pablo Apanasionek [EMAIL PROTECTED] wrote: Hi, i'm

[flexcoders] Re: Newbie Question: Drag-And-Drop between two Flex-SWF files

2005-11-03 Thread Pablo Apanasionek
Tom, thanks for your answer. In a middle step in my way of discover, I tried using a wrapper and it worked well, including DD effects and events. Thanks for the localConnection tip too! Pablo Apanasionek --- In flexcoders@yahoogroups.com, Tom Versweyveld [EMAIL PROTECTED] wrote: It's

[flexcoders] Re: Newbie Question: Drag-And-Drop between two Flex-SWF files

2005-11-03 Thread Pablo Apanasionek
application... You can however, let two embedded swfs transfer data to another using localconnection, but then you loose the visual dd handling... Grtz, t -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pablo Apanasionek Sent