[flexcoders] Re: Adobe Bridges Flash, Flex with AJAX

2006-03-09 Thread Renaun Erickson
Thanks for the links Deepa, its great that Adobe embraces current technology while still creating thier own great unique product at the same time. Renaun --- In flexcoders@yahoogroups.com, Deepa Subramaniam [EMAIL PROTECTED] wrote: Hi - I'm glad you posted this :-) Here is more

RE: [flexcoders] Checkboard / chessboard pattern

2006-03-09 Thread Philippe Maegerman
I thought it would be easier to have a small .gif containing a pattern and use it with beginBitmapFill in combination with a StageListener for resizing instead of having conditional loops in conditional loops loops that would have to repeat lineTos, moveTos etc ... and if you want to change the

[flexcoders] Flex2: RichTextEditor copy/paste bug and improvement requests

2006-03-09 Thread Benoit Hediard
It is not possible to perform copy/paste of existing text in the RichTextEditor. To reproduce the problem: - enter text or copy/paste some text in the RichTextEditor, - select and try to copy/paste a portion of the entered text. While we are talking about the RichTextEditor component,

Re: [flexcoders] Loading File IO example SWF

2006-03-09 Thread Jeff Krueger
This is the solution that I had implemented. The path is stored in the web.xml and passed as a paramter to the component. But it sure seemed like a limitation and poor implimentation. Thanks- Original Message From: Roger Gonzalez [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent:

[flexcoders] Re: flex builder2 internal build error

2006-03-09 Thread seethinglong
Hi I had never develop any flex project. Recently trying with laszlo samples but laszlo decided to switch to open AJAX and become less dependant on Flash-based AJAX. Later I found FLEX. I downloaded and tried it yesterday and got the thing run smoothly with tomcat apache 5.5.12, Eclipse IDE

[flexcoders] This is my mistake.

2006-03-09 Thread flash6designeronline
Hi All, This is my mistake. Here is the the link http://www.fruition.in/openmacro.html Let me know your thoughts. Flash:) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] FlashRemoting in ActionScript Project

2006-03-09 Thread M.Prabhakar Shenoy
use mxml project to using remoteobject tag and while compiling use -keep along with flex-enterprise-service.xml, it will generate .as classes for all mxml files in generated directory under project directory, go to that directory, look for filename.as for filename.mxml in that dir. open that

[flexcoders] Re: .NET Webservices with Structure Parameters

2006-03-09 Thread mvbaffa
Thanks Dave I am using Flex 2.0 Beta 1. Unfortunatelly I must use Webservices, since they are all developed and ready to use. Besides the Enterprise Services are too much expensive, the project cannot afford it. Wouldn't it be easier to use arrays. Is there any problems passing arrays to

[flexcoders] Doubt in draw triangle inside Canvas

2006-03-09 Thread Sathish K
when i execute the following code. Triangledrawn outsidethe canvas area... how to view the full triangle? ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Script![CDATA[function a(){ can1.createChild(mx.containers.Canvas,"rectcan"

Re: [flexcoders] Adobe Bridges Flash, Flex with AJAX

2006-03-09 Thread dos dedos
I agree that it's a politically clever move, but not so from a purely technical point of view.Since Flex Builder 2 is based on Eclipse and since there are several AJAX platforms that have plugins for Eclipse, I suppose that one of the AJAX tool vendors (e.g. Zimbra, Bindows et al) could develop

[flexcoders] remote sandbox security problem for mx:HTTPService

2006-03-09 Thread Arnaud Garcia
Hi all, My app works well when I launch it as a local sandbox but when I put it in my tomcat webserver the sandbox is now on state remote and all the http service call failed. The only way I found is to put a crossdomain.xml in the root of all servers I call ! (which is not possible for a real

[flexcoders] Doubt in draw triangle inside Canvas

2006-03-09 Thread Sathish K
when i execute the following code. Triangledrawn outsidethe canvas area... how to view the full triangle? ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Script![CDATA[function a(){ can1.createChild(mx.containers.Canvas,"rectcan"

RE: [flexcoders] Re: Flex2 beta -- localToGlobal(), globalToLocal() bug

2006-03-09 Thread Alex Uhlmann
Yes, there is: http://livedocs.macromedia.com/labs/1/flex/langref/migration.html Migrating Applications to Flex 2: http://labs.macromedia.com/wiki/index.php/Flex:Release_Notes#Beta_1_docu mentation Best, Alex Alex Uhlmann Consultant (Rich Internet Applications) Adobe Consulting Westpoint, 4

[flexcoders] CellRender DataGrid create row Runtime

2006-03-09 Thread Devis
Hi to all i have this problem but i have no idea how to implent: Here my DataGrid CODENAME QTY 1 ALL 100 054 PIPPO1 I wish when the end user click on dataGrid row to create a dataGrid likeThis CODENAME QTY 1 ALL

[flexcoders] Runtime error #1034

2006-03-09 Thread nahruka
Hi all,While executing my Flex application, I got the following runtime error:TypeError: Error #1034: Type Coercion failed: cannot convert Components::Grup$ to mx.core.IFactoryat MethodInfo-1992()at mx.binding::Binding/execute()at

Re: [flexcoders] This is my mistake.

2006-03-09 Thread dos dedos
"Inculcate" is a scary word...flash6designeronline [EMAIL PROTECTED] wrote: Hi All, This is my mistake. Here is the the link http://www.fruition.in/openmacro.html Let me know your thoughts. Flash:) Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a

[flexcoders] RemoteObject and Enterprise Services

2006-03-09 Thread mvbaffa
Hi All, I am working with Flex 2.0 and considering the use of RemoteObject. But i am concerned about the entreprise services and its price. I am using .NET at the server and thinking about some new .NET AMF open source packages. The main problem with Entreprise Services, as I have heard, is

RE: [flexcoders] Re: Effects - Newbie help

2006-03-09 Thread Roger Gonzalez
We do support the new Flash Type engine, but indirectly - you have to export a SWF containing the font from Flash 8, and then embed it into your Flex 2 app. This doesn't change the need to have the font embedded, device fonts are still the default. -rg -Original Message- From:

[flexcoders] Re: Repeater and Web Services (Flex 2b1)

2006-03-09 Thread Tim Sawyer
Sorry didn't spot that. I have tried that way, and it doesn't seem to work. The behaviour I'm seeing is: Assign collection to dataprovider = no event firing. Update dataprovider directly = event fires, but there's a null object somewhere. I'm stumped, a workaround I can see is to loop through

RE: [flexcoders] FlashRemoting in ActionScript Project

2006-03-09 Thread Roger Gonzalez
No need to do it this way, see my previous solution. All you need is to make your Actionscript base class use FlexLoader as its bootstrap class (which has other benefits as well). -rg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of M.Prabhakar

[flexcoders] Re: flex builder2 internal build error

2006-03-09 Thread bhaq1972
Thanks everyone --- In flexcoders@yahoogroups.com, Jignesh Dodiya [EMAIL PROTECTED] wrote: it same happened to me some tilmes ago...little mistakes makes it so difficult...luckily we have YELLOW WARNING SYMBOLS ,,,they are really frendly On 3/8/06, Michael Schmalle [EMAIL

[flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread mmthm
I'm new to Flex, and i'm interested in knowing if there are any markets where i can obtain extended Flex components, either commercial or opensource (eg. sourceforge)? I would like to use components that are not currently part of the Flex framework. I'm thinking of components like complex

RE: [flexcoders] remote sandbox security problem for mx:HTTPService

2006-03-09 Thread Tracy Spratt
You can use the Flex proxy, or write your own. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Arnaud Garcia Sent: Thursday, March 09, 2006 7:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] remote sandbox security problem for

[flexcoders] Re: XMLList as dataProvder for TileList

2006-03-09 Thread bhaq1972
without looking at your code, i'll take a big guess. try putting your XMLList into a XMLLIstCollection eg var xlc:XMLListCollection = new XMLListCollection(yourXMLList); yourTileList.dataProvider = xlc; --- In flexcoders@yahoogroups.com, Jonathan Bezuidenhout [EMAIL PROTECTED] wrote: Hi,

RE: [flexcoders] CellRender DataGrid create row Runtime

2006-03-09 Thread Tracy Spratt
I would consider creating a cellRenderer that will create the entire line, and use it in a List, instead of trying to use DataGrid. I have not done this and am not sure how the List would respond to changes in individual line heights. If that doesn't work, use a custom component(nearly the same

Re: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread JesterXL
Market? Well, there are a bunch of Flash components that can easily be ported to work in Flex, some with no work at all. As far as creating them, however, that takes a lot of work, time, and the decision to go pay vs. open source isn't one to be taken lightly if you value your time at all.

Re: [flexcoders] remote sandbox security problem for mx:HTTPService

2006-03-09 Thread Arnaud Garcia
What do you mean by Flex proxy ? (I don't have flex enterprise server ...) thanks for help arnaud Tracy Spratt a écrit : You can use the Flex proxy, or write your own. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Arnaud

RE: [flexcoders] Re: XMLList as dataProvder for TileList

2006-03-09 Thread Roger Gonzalez
Also note that we have no way to monitor an XMLList for changes (its a snapshot), so if you want your dataprovider to update, your expression needs to include a reference to the actual XML. -rg -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Michael Schmalle
Hello, Are speaking of Flex 1.5 or Flex2? If you are speaking of Flex 2, it would almost be virtually impossible to use a no-flexframework component in a Flex app. You would have to implement so many things. I have been working on many custom components for Flex2, some that you have

Re: [flexcoders] Re: XMLList as dataProvder for TileList

2006-03-09 Thread Jonathan Bezuidenhout
Excellent - that worked.Thanks!JonathanOn 3/9/06, bhaq1972 [EMAIL PROTECTED] wrote: without looking at your code, i'll take a big guess. try putting your XMLList into a XMLLIstCollection eg var xlc:XMLListCollection = new XMLListCollection(yourXMLList); yourTileList.dataProvider = xlc;

Re: [flexcoders] CellRender DataGrid create row Runtime

2006-03-09 Thread Devis
THANK'S FOR YOUR SUGGESTION DEVIS - Original Message - From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 09, 2006 4:43 PM Subject: RE: [flexcoders] CellRender DataGrid create row Runtime I would consider creating a cellRenderer that will create

RE: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Jonathan Miranda
Ghostwire was great back when I did Flash development, but I think its all in AS1 still. _ Jonathan Miranda Flexible Master of the Web Try not to become a man of success, but a man of value. - Albert Einstein HealthGrades: Guiding America to

Re: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Greg Fuller
I thought commercial compenents were a violation of the license agreement in Flex 1. Is this changing in Flex 2 ?On 3/9/06, Jonathan Miranda [EMAIL PROTECTED] wrote: Ghostwire was great back when I did Flash development, but I think it's all in AS1 still.

Re: [flexcoders] This is my mistake.

2006-03-09 Thread michael . corbridge
What I really think is that someone should proof your copy. every beautiful little things in this world are fresh ... ? Unless you are attempting to initiate another, Your base are belong to us craze. --- This e-mail

[flexcoders] Internal compiler error

2006-03-09 Thread tobiaspatton
Hello; I'm stuck! When compiling my project I am getting an internal compiler error, and can't for the life of me figure out why. I've reproduced the problem with a very small set of files that implement the same structure as my project. Essentially, I have a custom component, COMP_List,

RE: [flexcoders] Internal compiler error

2006-03-09 Thread Roger Gonzalez
I'm guessing that your project isn't finding the frameworks SWC. There are a few key classes that really irk the compiler if it can't find them. Did you remove it from your project, or perhaps move the file? -rg -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] HibernateAdapter

2006-03-09 Thread Devis
hi, i'm new with flex 2 beta 1, can you give some examples with HibernateAdapter pls Thank's devis -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] In actionscript, converting from string to number loses precision

2006-03-09 Thread Boon Chew
This actually exists in Flash 8 as well. And I don't think it's a case of trace( ) not calling parseFloat, I get the same thing when I output it to a textfield.And it gets better:stop();var s:String = "952.85";var i:Number = parseFloat(s);// txtResultX are dynamic textbox on stagetxtResult1 =

[flexcoders] Re: Internal compiler error

2006-03-09 Thread tobiaspatton
Hi Roger; Thanks for replying. For this test, I'm actually using the command-line compiler. If I explicitly link against framworks.swc I get the same error: C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2 \binmxmlc --load-config ..\frameworks\flex-config.xml c:\Documents and

RE: [flexcoders] Re: Internal compiler error

2006-03-09 Thread Roger Gonzalez
You're right, I've looked at the specific line of code, and its not unhappy about IUIComponent as I suspected, its unhappy about some other class being unresolved. We'll check this out internally, its quite possible its already been fixed for Beta 2. -rg -Original Message- From:

[flexcoders] dataService with pk

2006-03-09 Thread Devis
Hi, this my pojo class public class ItemPK() { private int code; private int seria; .. } public class Item{ private ItemPK pk private String cdc; private String dsc; .. } what i'm writing into my flex-data-service metadata identity property=pk.code/

RE: [flexcoders] Internal compiler error

2006-03-09 Thread Roger Gonzalez
I know this isn't going to help you at the moment, but I just tested your code against our latest compiler, and it compiled without any error. I'm CC'ing the guy on our team who I suspect fixed the issue, to see if there are any workarounds to hold you until Beta 2 is out. Cheers, -rg

[flexcoders] Re: Internal compiler error

2006-03-09 Thread tobiaspatton
Thanks Roger; For now, I've changed COMP_List from an mxml component to an ActionScript class that derives from mx.controls.List. This seems to have worken around the compiler error. Tobias. --- In flexcoders@yahoogroups.com, Roger Gonzalez [EMAIL PROTECTED] wrote: I know this isn't going

Re: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Michael Schmalle
Yes, they want a rich 3rd party dev market for components. Search this list about 3-4 months ago, I allready asked the question. I mean common, they are releasing the flex framework/compiler for free now. ;-) Peace, MikeOn 3/9/06, Greg Fuller [EMAIL PROTECTED] wrote: I thought commercial

RE: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Brian Deitte
I'm fairly positive this wasn't a violation of the license agreement in Flex 1 (but I could be wrong, so don't quote me on this). We are definitely hoping for a commercial component community in Flex 2, and we plan to do more in the future to help foster this. More to come. :) -Brian

[flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread thunderstumpgesatwork
Hi guys we have attempted to provide access to out flex app (2.0 Beta1) through our firewall, and have opened port 8700 (the default http port for JRUN). We are using Java RemoteObjects in JRUN over the default AMF channel (also configured to use port 8700 from what I can tell) With just port

RE: [flexcoders] Checkboard / chessboard pattern

2006-03-09 Thread Gordon Smith
I don't want to belabor this, but the nested loops over rows and columns inside a resize handler would be the same in both cases. The only issue is whether, inside the inner loop, when you're drawing one square of the checkerboard, you would call beginBitmapFill(pattern) or

RE: [flexcoders] In actionscript, converting from string to number loses precision

2006-03-09 Thread Gordon Smith
I don't think it's a case of trace( ) not calling parseFloat I'm not sure what you're talking about. The explanation is that the decimal-string-to-binary-floating-point-number conversion at compile time and at run time are done by different code in different products and they're not

RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Brian Deitte
Note that JRun does have webserver connectors which allow it to run on top of your existing http server and port. I'm not an expert on the current workings of RemoteObject, but unless something has changed drastically from 1.5, you should just need this one port for the AMF channel to work.

[flexcoders] Re: RemoteObject and Enterprise Services

2006-03-09 Thread Dave Wolf
Why not simply consume web services from .NET then? That would avoid the need for FES. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, mvbaffa [EMAIL PROTECTED]

[flexcoders] Re: .NET Webservices with Structure Parameters

2006-03-09 Thread Dave Wolf
Arrays of simple types like String, Int etc would work (I believe). The doc/lit issue is a big bummer right now. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com,

RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Stacy Young
I was going to ask about this as well We can not run apps on non-standard ports (without a damn good reason ;-) How does the AMF port relate to what the client actually uses to make the remote call? If Ive got apache in front of WebLogic and apache is configured for port 80 and the

RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Peter Farland
What does the channel configuration look like in your flex-enterprise-services.xml file? Have you tried replacing any tokens in the endpoint URI with hard coded values to check whether they're successfully being resolved at runtme? Where are launching the SWF from? If it's not from the same JRun

RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Peter Farland
Note inFlex 2 there isn'tthe concept of an"AMF port"... in fact, there's not even an AMF gateway any more. And RemoteObject isn't tied to AMF. There are numerous channels that have endpoint URIs.Each destination can pick a set of channels to connect to the server.All of the HTTP based

RE: RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Stacy Young
Perfect, was my suspicion but Ive been feeling a little lost from my 1.5 days ;-) Thanks very much! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Peter Farland Sent: Thursday, March 09, 2006 2:18 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Remote calls and Security

2006-03-09 Thread Jonathan Miranda
With a background in Flash Remoting, I understand quite a bit about Flash Remoting but wanted to ask what the different approaches to securing a RemoteObject call are? Crossdomain.xml still have any effect on the SWFs allowed domain pool what about going over SSL with Flex Enterprise

RE: [flexcoders] Internal compiler error

2006-03-09 Thread Basil Hosmer
Hi Tobias, Unfortunately, this is a basic problem in how the beta 1 compiler processes MXML components that subclass other MXML components. So the only workaround, to use the term loosely, is to make sure that a given MXML component has no other MXML components in its superclass chain. Not a

[flexcoders] Re: Is there a third-party or opensource market for Flex components?

2006-03-09 Thread mmthm
Thanks everyone for all the feedback. Are speaking of Flex 1.5 or Flex2? I'm particularly interested in Flex2, but since it is so new, i was just interested in whether there was already an established component community. It sounds like third-party If you are speaking of Flex 2, it

[flexcoders] When is Flex 2 Generally Available ??

2006-03-09 Thread Hari Kolasani
Does anyone know when Flex 2 is going to be generally available. We are working with a client trying to build an online enterprise reporting application and Flex with Charting seems to be a good choice. The project needs to go live in June/July time frame. I am trying to find out what the

Re: [flexcoders] dataService with pk

2006-03-09 Thread Simeon Bateman
Where is the Flex Enterprise Beta list? Just curious on that.simeonOn 3/9/06, Peter Farland [EMAIL PROTECTED] wrote: I'd suggest posting these sorts of questions to Adobe's Flex Enterprise Beta list. There's not enough information here to explain what you're trying to achieve with

RE: [flexcoders] dataService with pk

2006-03-09 Thread Peter Farland
Ah, though I realize you may not be on that list. Have you tried setting up a destination for both Item and ItemPK and then establish an association between the two types? This might not be exactly correct, but something along these lines? destination id=Item properties metadata

[flexcoders] Re: Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread thunderstumpgesatwork
Everything going through JRun... invoking the thing via: http://serverIP:8700/flex/AppFusion/Qualcomm.mxml channel looks like: channel-definition id=my-amf class=mx.messaging.channels.AMFChannel endpoint uri=http://{server.name}:8700/{context.root}/messagebroker/amf;

[flexcoders] Re: RemoteObject and Enterprise Services

2006-03-09 Thread mvbaffa
Hi Dave, The problem is that I can not find a way to send complex types (structures) from ActionScript to .NET WebServices. I have talked to you a few days ago about this and I still do not have a solution to this problem. If I could find a way to send the Value Objects to my webservice then

[flexcoders] FLEX Builder 2 Beta 1 - compiler bug

2006-03-09 Thread phatboychatter
Going through several learning FLEX examples provided both in the FLEX Builder Help docs and on the Adobe/FLEX web site. The simple examples work fine but more advanced examples are buggy. For example: - Custom Control (LoginBox.mxml) example from the FB app After adding the control into the

Re: [flexcoders] Re: Repeater and Web Services (Flex 2b1)

2006-03-09 Thread Manish Jethani
On 3/9/06, Tim Sawyer [EMAIL PROTECTED] wrote: Assign collection to dataprovider = no event firing. Simply reassigning the Repeater's dataProvider should work. Otherwise it's a bug. Manish -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] Runtime error #1034

2006-03-09 Thread Manish Jethani
On 3/9/06, nahruka [EMAIL PROTECTED] wrote: mx:TileList dataProvider={arr} listItemRenderer={Grup}/mx:TileList I think changing that to the following should do the trick. mx:TileList dataProvider={arr} listItemRenderer=Components.Grup/mx:TileList Manish -- Flexcoders Mailing List

[flexcoders] Re: Weird Gradient Fill error

2006-03-09 Thread Scott Fanetti
Does anyone know if anyone has been having weird compile time bugs with Flex when they try to import a shape or symbol from Flash 8 that has a gradient fill? The gradient stoke seems to work fine, but when I tried to import a shape with a gradient fill that used any of the Flash 8 gradient

Re: [flexcoders] Changing Renderer Dynamically in DataGrid (Flex2)

2006-03-09 Thread Manish Jethani
On 3/8/06, dh_brown [EMAIL PROTECTED] wrote: ?xml version=1.0 encoding=utf-8? !-- RendererText.mxml -- mx:Text xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=* mx:Script ![CDATA[ // Override the setter method. [Bindable] public

Re: [flexcoders] Problem with scrolling when navigating between tabs.

2006-03-09 Thread Manish Jethani
On 3/7/06, Satish Mopur [EMAIL PROTECTED] wrote: When I am navigating between tabs, my scrollbar disappears. I have to go back to the other tab and come again and then it appears. It usually happens when I am on the tab and scrolling to the bottom of the page, and then navigate to a

RE: [flexcoders] Re: Weird Gradient Fill error

2006-03-09 Thread Gordon Smith
Please file a bug on this. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Scott Fanetti Sent: Thursday, March 09, 2006 1:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Weird Gradient Fill error Does anyone

Re: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread JesterXL
Jim Kremens asked Google how to index Flash sites. Here is quoted response from the Google Team: "The practice of creating HTML copies of these Flash pages for ourcrawler is actually our recommended solutions to this kind of issue.If you do this, please be sure to include a robots.txt

RE: [flexcoders] When is Flex 2 Generally Available ??

2006-03-09 Thread Matt Chotin
But the announced timeframe is 1st half of 2006 just to get an estimate of how those intermediate releases might play out. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon Smith Sent: Thursday, March 09, 2006 2:17 PM To:

Re: [flexcoders] Newbie: VBox expanding when it shouldn't

2006-03-09 Thread Manish Jethani
On 3/7/06, revanisle [EMAIL PROTECTED] wrote: Part of my UI is a VBox nested inside another VBox. The first VBox puts a control bar on top of a results window. The second VBox is the results window which is empty in mxml and gets populated dynamically with other containers based on search

Re: [flexcoders]Question about the Loader class

2006-03-09 Thread Manish Jethani
On 3/7/06, Richard Schutten [EMAIL PROTECTED] wrote: Here is my example code, ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=* layout=absolute mx:Script ![CDATA[ import mx.controls.ProgressBar; import mx.controls.Image;

Re: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread Manish Jethani
On 3/7/06, Sergey Kovalyov [EMAIL PROTECTED] wrote: Are there any effective strategies to make the RIA listed in search engines? Progressive enhancement. I heard that Google's spider parses SWF already, but in most cases content is located on server layer, so there is nothing to parse in SWF

RE: [flexcoders] Re: Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Peter Farland
I assume you're using the webtier compiler (i.e. relying on the servlet to compile .mxml to .swf)? What about the other tokens in the channel definition? Check the value of context.root in /WEB-INF/flex-config.xml to see if it matches or try eliminating it from the channel-definition to isolate

Re: [flexcoders] Simpler than Flex??????

2006-03-09 Thread Chris Velevitch
The correct link is :- http://www.fruition.in/openmacro.html Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Flex2: watch/unwatch AS3 solution to track component enabled property

2006-03-09 Thread Peter Blazejewicz
Hello everyone, I'm looking for solution to watch changes in enabled property in component's parent container, Scenario: mx:Panel id=parent2 mx:VBox id=parent1 view:MyComp / /mx:VBox /mx:Panel now I want to change state within MyComp custom component when enabled property of any

[flexcoders] Component that has event listeners and handles it's own event

2006-03-09 Thread george_lui
Hi, I have an interesting situation here. I have something like below. mx:ComboBox id=employeeCB labelFunction=formatName change=empFolderViewHelper.cbChanged(event); mx:dataProvider { ModelLocator.employees } /mx:dataProvider /mx:ComboBox There's a handler

Re: [flexcoders] Re: Weird Gradient Fill error

2006-03-09 Thread Scott Fanetti
Roger,Do you have any timeline on when Beta 2 is going live?ThanksScott FanettiRosettaStone.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Runtime error #1034

2006-03-09 Thread ZhaoXingdong
hi Manish: I looked up Runtime Errors section in Macromedia Flex 2 ActionScript and MXML Language Reference and found something like this, * Note: This error is thrown while the compiler is checking the bytecode; that is, before executing the code. Under normal circumstances, you should never

Re: [flexcoders] Is is possible to create tabs with multipul rows?

2006-03-09 Thread Darron J. Schall
Gareth Edwards wrote: Cheers Gareth There's an example of this inside Flex By Example that I wrote: http://www.ifbin.com/news/2005/11/flex-15-multiline-tabnavigator-by.html http://www.ifbin.com/?page=xbe -d -- Flexcoders Mailing List FAQ:

Re: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread Nirav Mehta
Manish Jethani wrote: It's not just for search engines to be able to index content on your site, it's also for people with less capable web browsers to be able to navigate your site. With Flash available on more than 98% of browsers, people do let go HTML version of the Flash content.

RE: [flexcoders] Re: Dynamic inserted column in datagrid

2006-03-09 Thread Matt Chotin
If you're using 1.5 you may need to use some doLater's (check the docs) to delay setting the width. Flex 2 validateNow() helps avoid that. As far as using Flex 2 now vs 1.5 it really depends on your timeframe and willingness to work with beta code. The more flexible you are, the more I

RE: [flexcoders] adding white spaces (nbsp;) in label attribute

2006-03-09 Thread Matt Chotin
Take advantage of the fact that youve already used binding and just put the spaces in the binding _expression_. label={ + itemModel.effectiveDate} Text Specification From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shweta_parekh Sent: Tuesday, March

RE: [flexcoders] Application url usage in flex 2.0 beta

2006-03-09 Thread Matt Chotin
Whats the error? Youre using it correctly. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Nelson Sent: Tuesday, March 07, 2006 12:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Application url usage in flex 2.0 beta Hi,

RE: [flexcoders] Prob]lem with wordwrap - flex 1.5

2006-03-09 Thread Matt Chotin
What happens if you hard-code the column width for the word-wrapping column? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pasflex Sent: Tuesday, March 07, 2006 1:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Prob]lem with wordwrap

RE: [flexcoders] Changing Renderer Dynamically in DataGrid (Flex2)

2006-03-09 Thread Matt Chotin
Also it may be that your setter is not getting called again? Look into calling notifyItemUpdate on the dataProvider (or source collection) passing in the dataObject where you changed the value of plotted. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [flexcoders] Loader during Service Call

2006-03-09 Thread Matt Chotin
I don't think you want to use a Loader, you really want an indeterminate progress bar. I'd look into that first (should be described in the docs). Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of digital_eyezed Sent: Tuesday, March 07, 2006

RE: [flexcoders] Flex 1.5 print problem

2006-03-09 Thread Matt Chotin
I dont know the printing API at all but Ive forwarded your query to some folks inside to see if they have any insight. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen Sent: Wednesday, March 08, 2006 1:43 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread Matt Chotin
We have done a fair amount of thinking on this stuff but we don't have anything we can show right now. Hopefully a future version of Flex will build in these kinds of capabilities. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nirav

RE: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread Matt Chotin
This may need to be clarified. I think its one thing if you have a Flash site and HTML site and allow users to visit both but only let Google search the HTML site. What it means is that when a user finds a page in Google they will click on the link and go to the HTML site. Google has

RE: [flexcoders] How to draw a line in flex 1.5

2006-03-09 Thread Matt Chotin
Some in the Flash docs, e.g., here: http://livedocs.macromedia.com/flash/mx2004/main_7_2/1518.html Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sathish K Sent: Wednesday, March 08, 2006 4:10 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] datagrid column assistance needed

2006-03-09 Thread Matt Chotin
Are you trying to adjust the editable state of the whole column or the individual cell within the column? Any reason you can't just use a cell renderer in the column where you want editability to flip and just have it read the other columns values? -Original Message- From:

RE: [flexcoders] Re: Repeater and Web Services (Flex 2b1)

2006-03-09 Thread Matt Chotin
Yeah, it's sounding like a bug to me too. Do your workaround for now and let's see if it's fixed in B2. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Thursday, March 09, 2006 1:44 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] Tree+ datas from mySQL

2006-03-09 Thread Jignesh Dodiya
Still i am not getting the sollution there is no any example for TreeDataDescriptorin the docs...anybodyhas an ideahow canI put data in tree control asfrom the mySQL database andfrom 2 different tables On 2/27/06, Jignesh Dodiya [EMAIL PROTECTED] wrote: Its great, thanx

RE: [flexcoders] Flex 2 Beta - App Vars - Runtime Crash

2006-03-09 Thread Matt Chotin
When is that code executing? Can you give us a complete example? Crashing the browser is obviously a bad thing. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Langeberg Sent: Wednesday, March 08, 2006 9:06 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Attempting to connect flex 2 to php :error #2070

2006-03-09 Thread Matt Chotin
If you go to the ASDoc youll see an Appendixes section and in there is runtime error codes. 2070 is a Sandbox Violation which probably means that your SWF and PHP are not from the same domain. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] RemoteObject and Enterprise Services

2006-03-09 Thread Matt Chotin
I believe we announced that there will be a connection-limited license for Flex Enterprise Services that is free. So depending on how much you expect your server to be hit you may not have to pay much of anything! Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Remote calls and Security

2006-03-09 Thread Matt Chotin
RemoteObject can be secured a few ways. You can protect the channel itself which allows access to that object (basically equivalent to locking down the gateway in web.xml). You can also restrict by role the users who are allowed to access the service, that is integrated into your J2EE

  1   2   >