[flexcoders] Flex 3 Dynamic Button Width - No longer supported?

2008-01-25 Thread polestar11
Hi I posted this before, but am trying again for a response: After upgrading to Flex3Beta3, Button labels get truncated in the over state. The only way around this seems to be by setting explicit button width. Tweaking padding doesnt have any effect. Does Flex no longer support dynamic button

[flexcoders] Re: Tutorial - creating a vertical tabnavigator

2008-01-25 Thread Shigeru Nakagaki
Hi. Here is a sample of vertical tab navigator. shigeru- nakagaki.com/flex_samples/TabBar/VTabNavigator/VTabNavigator.html thanks Shigeru Nakagaki

[flexcoders] Re: Tutorial - creating a vertical tabnavigator

2008-01-25 Thread Shigeru Nakagaki
Hi. Here is a sample of vertical tab navigator. VTabNavigator http://shigeru-nakagaki.com/flex_samples/TabBar/VTabNavigator/VTabNavig\ ator.html thanks Shigeru Nakagaki ( blog http://shigeru-nakagaki.com/ )

[flexcoders] Re: Flex 3 Dynamic Button Width - No longer supported?

2008-01-25 Thread polestar11
- Solved! Looks like it was a scale-9 skinning issue, where I had exactly the same sized/placed symbol for the up over states, but the horizontal scale-9 was slightly different. Solution: Duplicate the over-skin symbol replace the new symbol with the up-skin rename the new symbol

[flexcoders] about tutorail for custom layout manager

2008-01-25 Thread Sanjit Kumar
Hi all can flex support for creating custom layout manager?. or in flex 3.0 support this feature? I am not getting much tutorial reference for Layout manager. please if some body have link for tutorial, document or example for it forward to me. Thanks Regards sanjit kumar

[flexcoders] Re: LinkButton textSelectedUpColor ???

2008-01-25 Thread polestar11
Hi Kevin I ran into the same problem managed to get around it with the following hack. Basically having 2 style declarations for the selected unselected states dynamically determining the stylename: mx:LinkButton id=viewLibrary label=LIBRARY styleName={(viewLibrary.selected) ? 'linkSelected'

[flexcoders] Re: Adding custom events to the pre-loading sequence

2008-01-25 Thread Shivani
Hi, I have a similar kind of a problem i.e. i need to show a preloader till the data is not available on the screen. can u plz send the the details so that i can use it in my code... Thanks Regards Shivani --- In flexcoders@yahoogroups.com, rudmonster [EMAIL PROTECTED] wrote: Hello,

[flexcoders] Re: actionscript equivalent to setting labelFunction in PieSeries

2008-01-25 Thread Adrian Gillette
That worked. Thanks for your help. Adrian

Re: [flexcoders] Re: Web Hosting

2008-01-25 Thread Richard Rodseth
Rimu, JaguarPC, kgbinternet are some that others have mentioned to me. Googling servlet hosting would yield more. On Jan 25, 2008 4:59 AM, bobignacio [EMAIL PROTECTED] wrote: I read up on eapps.com hosting. The user guides they provide are the most detailed I've seen so far from any

[flexcoders] LiveCycle Data Services Experts

2008-01-25 Thread Kevin
I know this list is probably not the place for this. But I have an urgent need to hire someone to help me debug some Hibernate - Data Services problems (LazyInitializationExceptions mainly) this weekend so that I can get an app back online by Monday. If this is your area and you are available,

[flexcoders] How do I disable/remove the validation error message that appears on mouseover??

2008-01-25 Thread anthony_morsey
I want to disable/remove the red box popup error message that appears on validation failure. Is this possible? Thanks Tony

[flexcoders] Re: excel like evaluator for TextInput controls?

2008-01-25 Thread andrii_olefirenko
hi, i wrote one sometime ago - it's straightforward implementation as we used to do in CS classes back in the university (recursion heavily overused, parser makes tree-like structure, although parser is written using regexps), it supports basic arithmetic operators, variables and functions but not

Re: [flexcoders] Flex LineSeries and Complex XML!!! Almost IMPOSSIBLE!!!

2008-01-25 Thread Paul Andrews
- Original Message - From: Rodrigo [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, January 26, 2008 2:44 AM Subject: [flexcoders] Flex LineSeries and Complex XML!!! Almost IMPOSSIBLE!!! Hi Flex Masters!!! First of all, thank for your support!!! One of your Adobe

Re: [flexcoders] problem with parallel

2008-01-25 Thread Rob Rusher
You need to use targets instead of target. I also wasn't clear on your sentence, but contact, whoWe and portfolio need to be components not states. I think that is what you meant, but I just wanted to be sure. Regards, Rob On Jan 25, 2008 2:13 PM, Gustavo Duenas [EMAIL PROTECTED] wrote: Hi

Re: [flexcoders] Gauge, Dial, or Speedometer component

2008-01-25 Thread Rob Rusher
With Flex 3 on the close horizon, you should look at the ILOG Elixir components. http://www.ilog.com/products/elixir/ Regards, Rob On Jan 25, 2008 1:59 PM, Cailie Crane [EMAIL PROTECTED] wrote: Hello all, Trying to find a visual component that looks like a gauge, dial, or speedometer.

[flexcoders] newbie questions about mx:Move

2008-01-25 Thread [p e r c e p t i c o n]
Hi All, I have a question concerning the Move tag/object i'm wondering how to move multiple objects... in my attributes i use target to move one object, but can't seem to move multiple objects by using the targets attribute...can anyone point me in the right direction many thanks p

Re: [flexcoders] Tilelist scrolling out of control during D/D !

2008-01-25 Thread Sherif Abdou
can't you just disable the scrolls? - Original Message From: Ben Marchbanks [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 25, 2008 4:59:52 PM Subject: [flexcoders] Tilelist scrolling out of control during D/D ! I have a tileList of images 2 rows x 4 cols ) that

Re: [flexcoders] newbie questions about mx:Move

2008-01-25 Thread Sherif Abdou
mx:Move targets=[]/ remb targets and it takes an array of them - Original Message From: [p e r c e p t i c o n] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 25, 2008 4:08:53 PM Subject: [flexcoders] newbie questions about mx:Move Hi All, I have a question

[flexcoders] BlazeDS examples?

2008-01-25 Thread jovialrandor
anybody have any resources of a working example using the new BlazeDS?

[flexcoders] BlazeDS examples?

2008-01-25 Thread jovialrandor
anybody have any resources of a working example using the new BlazeDS?

[flexcoders] Flex LineSeries and Complex XML!!! Almost IMPOSSIBLE!!!

2008-01-25 Thread Rodrigo
Hi Flex Masters!!! First of all, thank for your support!!! One of your Adobe collegues called Swathi Solsi recommended to talk to you about Flex, suggesting you are a great master of this art. I have an issue here and i think you could help me...in fact, i beg your help. :-) I am evaluating

Re: [flexcoders] Re: Flex 3 Beta 3 Panel Problem

2008-01-25 Thread Sherif Abdou
i think that got fixed in the newer nightly builds, someone raised that issue here like 3 days ago. - Original Message From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 25, 2008 12:54:27 PM Subject: Re: [flexcoders] Re: Flex 3 Beta 3 Panel Problem I

Re: [flexcoders] itemRenderer in folder other than source root

2008-01-25 Thread Sherif Abdou
src does not count so it would be com.blah.blah.foo - Original Message From: Glenn Williams [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 25, 2008 12:50:07 PM Subject: [flexcoders] itemRenderer in folder other than source root Ok, this must be simple by i

Re: [flexcoders] How do I disable/remove the validation error message that appears on mouseover??

2008-01-25 Thread Sherif Abdou
override public function set errorString(value:String):void{ return; } override public function get errorString():String{ return null; } so u need to make extend whatever componenet you want and this should do it. - Original Message From: anthony_morsey [EMAIL PROTECTED] To:

Re: [flexcoders] problem with parallel

2008-01-25 Thread Sherif Abdou
are you srue it is not in the mx:Parallel/ since it needs to be targetS not target - Original Message From: Gustavo Duenas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 25, 2008 3:13:29 PM Subject: [flexcoders] problem with parallel Hi I have a problem with

Re: [flexcoders] Can't get web page to scroll large Flex app

2008-01-25 Thread Sherif Abdou
Browser does not add Scroll Areas, it is Flex that handles that since it is an Application. If you want Scrollbars just set the horizontalScrollPolicy to on - Original Message From: jack_freud [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 25, 2008 4:53:09 PM

[flexcoders] browser not loading new swf file

2008-01-25 Thread steve
Hi, I'm using the RSL -resource shared library, and where I have two swf files that get loaded by the browser. I updated the shared library swf file and the end user didn't pick up the change. Not until the end user manually clears out the browser cache does he pick up the new changes. Is

[flexcoders] Re: Flex 3 Beta 3 Panel Problem

2008-01-25 Thread iilsley
--- In flexcoders@yahoogroups.com, wwwpl [EMAIL PROTECTED] wrote: We have moved over to using Flex 3 Beta 3. All of our panels have a problem. The content shows up underneath the title header. We must be using a weird style. Has any one seen this? You can read more about it here :

[flexcoders] Executing local java

2008-01-25 Thread Jhonny Everson
Hi, Can Adobe Air run a local java application? Like System.exec()? We are building a multi-agent system using Jade. I was thinking about doing the front-end using Air. -- Jhonny Everson

RE: [flexcoders] DataGrid's Drag and Drop stops working after user clicks on column header.

2008-01-25 Thread Alex Harui
Because the sort remains active. You can remove the sort, or copy the sort to a new unsorted collection. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Lapasa Sent: Friday, January 25, 2008 2:29 PM To: flexcoders@yahoogroups.com

[flexcoders] Tilelist scrolling out of control during D/D !

2008-01-25 Thread Ben Marchbanks
I have a tileList of images 2 rows x 4 cols ) that are D/D enabled to allow for re-ordering the display sequence. Using the standard built-in D /D. Drag and drop itself works fine but the scrolling is totally uncontrollable during the process. When you drag an item there is no way to stop the

[flexcoders] Re: itemRenderer in folder other than source root

2008-01-25 Thread Glenn Williams
No, couldn't get it to work. It's fine using the class path in the now I've added the Renderer using AS with an initialize event on the List mx:List id=myListNav initialize=onInit() / script... public function onInit():void {

[flexcoders] Re: itemRenderer in folder other than source root

2008-01-25 Thread Glenn Williams
No, couldn't get tit to work. It's fine using the class path in the now I've added the Renderer using AS with an initialize event on the List mx:List id=myListNav initialize=onInit() / script... public function onInit():void {

[flexcoders] Re: Flex/AIR FTP program

2008-01-25 Thread Uber_Nick
It just sounds like you have the pl.maliboo.ftp source in the wrong place. Try simply moving it to the /src directory. If you're using the swc, place that in /libs. -Nick Matelli --- In flexcoders@yahoogroups.com, Chad Gray [EMAIL PROTECTED] wrote: I found this Flex FTP library on

[flexcoders] data scroll effect for tilelist

2008-01-25 Thread jack_freud
I'm trying to find out if FB 3 has indeed implemented the DataChangeEffect for TileList? I see things about it on Adobe and even an example in a blog, but my FB 3 beta 3 doesn't seem to know about it. What I'm really trying to do is to get a smooth scrolling list, like you see here:

Re: [flexcoders] excel like evaluator for TextInput controls?

2008-01-25 Thread Troy Gilbert
I tried to do this a while back and got it working for the most part (though I can't seem to find the code right now). I tracked down a JavaScript implementation of an expression evaluator that handled variables and functions (along with all the standard operators) and ported it to AS3. It took

[flexcoders] problem with parallel

2008-01-25 Thread Gustavo Duenas
Hi I have a problem with this codes I'm trying to seta transitions between a group of states, but when I try to compile it, it says that the there is an undefined property named as two of the states: ...but it appears not to be the answer... am I doing something wrong.? This is the code for

[flexcoders] Problem reading German characters from XML

2008-01-25 Thread Mark Lapasa
Hello all, An API call which is returning an XML that has CDATA text that is not displaying properly. Here's a link to a picture that describes what is going on: http://lapasa.net/images/Versicherungs.GIF Returned - That is the text as seen in a packet sniffer program (wireshark) Displayed -

RE: [flexcoders] Re: getRect returns rectangle that includes children's bounds, is there an alter

2008-01-25 Thread Alex Harui
I'm not sure what problem you're having with hitTestObject. If the objects are visible (not masked) they should be hittable. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of toofah_gm Sent: Friday, January 25, 2008 10:45 AM To:

Re: [flexcoders] Re: Flex 3 Beta 3 Panel Problem

2008-01-25 Thread dnk
I noticed this too. It seems like when you use a top declaration relative to the panel, it starts from the outer edge of the panel, not under the title bar. But I am a new/hobby flex dev, so that may have been the case in past versions too. d On Jan 25, 2008 10:38 AM, rueter007 [EMAIL PROTECTED]

RE: [flexcoders] loaded external swf in perticilar place with AS3

2008-01-25 Thread Alex Harui
SWFLoader? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Solanki Devang Sent: Thursday, January 24, 2008 10:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] loaded external swf in perticilar place with AS3 Dear Friends

[flexcoders] Re: Flex 3 Beta 3 Panel Problem

2008-01-25 Thread rueter007
This is a known issue in Flex 3 Beta 2 and Beta 3. You can use paddingTop to push the content below the header until a fix is made for it. - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, wwwpl [EMAIL PROTECTED] wrote: We have moved over to using Flex 3 Beta 3. All of our

RE: [flexcoders] Flex/AIR FTP program

2008-01-25 Thread Chad Gray
I found this Flex FTP library on RIAForge.com http://maliboo.riaforge.org/ How do I use it in Flex3? I put the library files in the root of the project and added xmlns:ftp=pl.maliboo.ftp.core.* to the mx:WindowedAppliction tag, but when I start typing my import statement in the Script block it

RE: [flexcoders] Re: Use message.clientID to access same session?

2008-01-25 Thread Seth Hodgson
The useProxy property determines whether the WebService instance on the client sends its requests to a BlazeDS or LCDS proxy service (useProxy=true) or whether it sends requests direct (useProxy=false). If false, the WebService will send a direct request to the web service endpoint using the

RE: [flexcoders] How to compile my application?

2008-01-25 Thread Tracy Spratt
On the simplest level, copy the contents of the bin folder to the web server and call the html wrapper. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of NileAge, Mail Sent: Friday, January 25, 2008 9:29 AM To:

[flexcoders] What happened to auto import - F3B3

2008-01-25 Thread Mr Greg Murnock
Just loaded F3B3 on Eclipse. In FB2 standalone anytime you used a class from the mx package it would autoimport the path to the class or package. F3 does not auto import or is this a setting I need to toggle greg

Re: [flexcoders] Re: Web Hosting

2008-01-25 Thread Joe
Same Question, but I must ask about Windows hosting. Does anyone have suggestions for Windows hosting? Anyone know if they have a 3.0 or 3.5runtime? -Joe

RE: [flexcoders] HTML Component for Flex

2008-01-25 Thread Jim Hayes
Alex Harui posted some code here, read his comments there for the state of play on this. http://blogs.adobe.com/aharui/2008/01/html_and_flex_1.html I met James Ward last night, he tells me it's his intention to set up an open source repo on this (I believe he's jetting round Europe at the moment

Re: [flexcoders] mxml loader

2008-01-25 Thread Ricardo Kirkner
Mike Krotscheck wrote: This is possible two different ways: 1- With the livecycle server, which will compile your mxml on the fly and then send the resulting swf to your application. This costs a lot of money. 2- By using some kind of object encoding (coreLib.JSON might be able to do

Re: [flexcoders] urgent mail Flex

2008-01-25 Thread Derrick Anderson
i'm not one of those 'rtfm' people, but this is really basic stuff you are asking about- it's all in the docs http://www.adobe.com/support/documentation/en/flex/ you'd do yourself a favor by reading thru the getting started docs. d. On Jan 25, 2008 2:29 AM, satish r [EMAIL PROTECTED] wrote:

[flexcoders] HTML Component for Flex

2008-01-25 Thread jim_nastiq
Hi there, I'm looking for a real component for flex that can show HTML in a flex application. I know there 's a trick with an iframe but it's not a good solution , i really need a component like DENG or FlashML but there write in AS2 and no more news since 2005 from those projects... anyone

[flexcoders] Re: Tutorial - creating a vertical tabnavigator

2008-01-25 Thread Shigeru Nakagaki
Hi. Here is a sample. http://shigeru-nakagaki.com/flex_samples/TabBar/VTabNavigator/VTabNavigator.html (including View Source) --- In flexcoders@yahoogroups.com, mjulsonecometry [EMAIL PROTECTED] wrote: I'm using the Flex Builder 3 beta and haven't seen a way to make the tabnavigator go

[flexcoders] loaded external swf in perticilar place with AS3

2008-01-25 Thread Solanki Devang
Dear Friends any one guide me how to call my external SWF file in my animation at my specify location i have all ready developed 1.swf, i need to call 2.swf in my 1.swf, for that i have to use flash player 9 and action script 3.0 due that 2.swf is developed in flex. pl. guide me... Regards

[flexcoders] urgent mail Flex

2008-01-25 Thread satish r
Regarding Flex 2 (downloaded Flex 2 SDK integrated to Eclipse 3.3 java EE and also downloaded LiveCycle Data Service) 1. i have created two interface design in flex. let file name be test1.mxml and test2.mxml. i want call test2.mxml in test1.mxml. eg: as we link html page. 2.

Re: [flexcoders] Re: getRect returns rectangle that includes children's bounds, is there an alter

2008-01-25 Thread Daniel Freiman
I think hitTestObject() checks to see if the rectangular boxes that bound the drawn pixels on two Sprites intersects. From your description I don't know if that is the problem or not. - Dan Freiman On Jan 25, 2008 3:20 PM, Alex Harui [EMAIL PROTECTED] wrote: Interesting. I've never used

Re: [flexcoders] Problem reading German characters from XML

2008-01-25 Thread Ben Marchbanks
Do you know the encoding of the data being provided ? Typically when characters are not properly encoded to the rendering environment you will encounter this issue. For example say your xml data is ISO-8858-1 encoded but your web server script or rendering application is set to UTF-8 You would

[flexcoders] Can't get web page to scroll large Flex app

2008-01-25 Thread jack_freud
Hi, I have a Flex app that's quite long, more than 900 pixels. If it were HTML, the browser would automatically add scrollbars for the content. But the browser doesn't seem to notice that the app is bigger than the viewable area of the browser. I tried putting the embedded object inside an HTML

Re: [flexcoders] HTML Component for Flex

2008-01-25 Thread dorkie dork from dorktown
Hi Jim, To accurately display any HTML markup you would need an HTML engine like Webkit. Webkit is included in AIR but due to the file size it is not included in Flash. What you can do in these situations is use something like Claus DENG html interpreter but as you said it has not been upgraded

[flexcoders] Re: Flex 3 Beta 3 Panel Problem

2008-01-25 Thread wwwpl
--- In flexcoders@yahoogroups.com, rueter007 [EMAIL PROTECTED] wrote: This is a known issue in Flex 3 Beta 2 and Beta 3. You can use paddingTop to push the content below the header until a fix is made for it. - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, wwwpl

RE: [flexcoders] Re: LCDS Paging error and connection management in DataServices. Advice?

2008-01-25 Thread Jeff Vroom
Just to add a bit to this issue... when you have auto-sync=true, LC DS should automatically disconnect and reconnect but unfortunately that was not working automatically in 2.5.1. Here's a little program I wrote to automatically connect if the app is started when the server is not available and

Re: [flexcoders] excel like evaluator for TextInput controls?

2008-01-25 Thread Paul Decoursey
I have not seen one, it sounds like a very useful thing. I'd imagine it would be a fairly big undertaking depending on how far you want to take it. I have not really looked at this too much, but this might be a potential starting point, http://www.solve-et-coagula.com/?p=9 looks like this

[flexcoders] Overlaid ColumnChart Problem

2008-01-25 Thread Stanislaw Fiedor
Hi! This time I've got a problem with a ColumnChart, which I want to be of the 'overlaid' type - but there is a problem that a one series is sometimes bigger and sometimes smaller as the other when.. when it's bigger it COMPLETLY covers the series that is under it so that you don't know how big

[flexcoders] Re: itemRenderer in folder other than source root

2008-01-25 Thread Glenn Williams
I'll give it another try. Maybe i was just typing my class path incorrectly. This was the first thing i tried and was my expected method, just didn't work. I bet it was just typo. I'll have another look thanks 11b. Re: itemRenderer in folder other than source root Posted by: Johannes

[flexcoders] Gauge, Dial, or Speedometer component

2008-01-25 Thread Cailie Crane
Hello all, Trying to find a visual component that looks like a gauge, dial, or speedometer. Can anyone point me towards such a component (commercial or non-commercial) that can be used in a commercial web application? I did find a (Flex 1.5) gauge component from Peter Ent, at

RE: [flexcoders] mxml component and cdata block

2008-01-25 Thread Tracy Spratt
Exactly like you show. What is the problem? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Friday, January 25, 2008 1:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] mxml component and cdata

RE: [flexcoders] Re: getRect returns rectangle that includes children's bounds, is there an alter

2008-01-25 Thread Alex Harui
Interesting. I've never used hitTestObject. Do you get the same for hitTestPoint? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of toofah_gm Sent: Friday, January 25, 2008 11:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] Re: Web Hosting

2008-01-25 Thread bobignacio
I read up on eapps.com hosting. The user guides they provide are the most detailed I've seen so far from any provider. In addition to their control panel for administration, they also give you root access. Have you seen any other web site with this type of support for java hosting?

[flexcoders] Re: getRect returns rectangle that includes children's bounds, is there an alter

2008-01-25 Thread toofah_gm
The problem is that I am getting hits on parts of the objects that are masked. :( Thanks again for your help. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I'm not sure what problem you're having with hitTestObject. If the objects are visible (not masked) they should

[flexcoders] excel like evaluator for TextInput controls?

2008-01-25 Thread pfkellogg
does anyone know of an excel like evaluator for TextInput controls? I wrote a basic one that looks for the opening equals sign and handles * / - + operators but i am looking for a more sophisticated one. If you know of one please let me know. thanks again. patrick kellogg

[flexcoders] XML architecture best practices

2008-01-25 Thread aaronmurz
I have an xml best practices question-- has anyone had to work with a a large number of disparate xml files, needing to pull information out of any given file in real time? What i have is essentially about 30-40 sets of xml files - 1 is a definition file that gives me some package and

[flexcoders] keyboard ocus within actionscript module

2008-01-25 Thread cougar_shuttle
I am subclassing mx.modules.Module and I can listen to keyboard events if I stage.focus = this; in the Event.ADDED_TO_STAGE handler but I can't figure out how to always receive keyboard events. at the end of the constructor... addEventListener(Event.ADDED_TO_STAGE,

[flexcoders] Re: Use message.clientID to access same session?

2008-01-25 Thread gregariousgregmi
Thanks Seth. To see the headers coming back, does useProxy have to be set to True? --- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: The clientId value identifies a Producer or Consumer instance on the client that is either sending or receiving messages. RPC-related

Re: [flexcoders] AIR Code Signing Certificates Pricing

2008-01-25 Thread dnk
Something to watch as they grow is cacert.org. They are working hard to be included in all certificate roots (still growing), but their prices are the best (free!). Would be nice if support for them would be included in the future... On Jan 24, 2008 4:38 PM, Jamie S [EMAIL PROTECTED] wrote:

[flexcoders] itemRenderer in folder other than source root

2008-01-25 Thread Glenn Williams
Ok, this must be simple by i can't see it. Take this example mx:List id=myListNav itemRenderer=ListRenderer / Say its part of a file foo.mxml that's in the folder src\com\blah\blah\foo.mxml The itemRenderer is ListRenderer.mxml No problems right. What I can't

RE: [flexcoders] Can PrintDataGrid render HTML?

2008-01-25 Thread Alex Harui
Are you using the same renderer for HTML in the DG as in the PDG? If so, what does it look like? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jesse_bigfix Sent: Thursday, January 24, 2008 5:13 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] keyboard ocus within actionscript module

2008-01-25 Thread Alex Harui
Try adding a second listener in capture phase. private function stageListener(event:Event):void { // stage.focus = this; stage.addEventListener(KeyboardEvent.KEY_DOWN, this.pressed); stage.addEventListener(KeyboardEvent.KEY_DOWN, this.pressed, true); From:

RE: [flexcoders] getRect returns rectangle that includes children's bounds, is there an alternate

2008-01-25 Thread Alex Harui
Properly designed UIComponent subclasses report a measuredWidth/Height (and measuredMinWidth/MinHeight) via the measure() method, and are subsequently given a size by their parent which may not be those sizes in updateDisplayList() where they draw graphics and/or size place children. Those

[flexcoders] Re: Web Hosting

2008-01-25 Thread Dominic Pazula
Try www.iceweb.com. I have some friends that use it and are very happy with the service. --- In flexcoders@yahoogroups.com, Joe [EMAIL PROTECTED] wrote: Same Question, but I must ask about Windows hosting. Does anyone have suggestions for Windows hosting? Anyone know if they have a 3.0 or

[flexcoders] Re: loaded external swf in perticilar place with AS3

2008-01-25 Thread Muhammad Ahmed Ullah
Hi, you can use the local connection for communication between two SWFs. Class named LocalConnection in flex is easy to use. http://livedocs.adobe.com/flex/2/langref/flash/net/LocalConnection.html Regards, Ahmed --- In flexcoders@yahoogroups.com, Solanki Devang [EMAIL PROTECTED] wrote: Dear

[flexcoders] getRect returns rectangle that includes children's bounds, is there an alternate

2008-01-25 Thread toofah_gm
I want to use getRect to get the bounds of my UIComponent. I just noticed that if my UIComponent has children that extend beyond the X/Y/Width/Height of my parent UIComponent, the rect returned extends to the boundaries of the largest child. Is there an alternate method that I could use? My

[flexcoders] Re: Please help - Flex component kit

2008-01-25 Thread Anthony DeBonis
I have this working in both Flex 1.2 w/Kit 1.0.1 and Flex 3 w/Kit 1.1.2 But what I found in Flex 3 is there are now 2 Commands: Convert Symbol to Flex Component Convert Symbol to Flex Container I needed to use the 1st one Flex Componet I also needed to change my code to use the Symbol Name

[flexcoders] How to compile my application?

2008-01-25 Thread NileAge, Mail
I'm beginner in flex builder 2 and I have a flex builder 2 application and I want to compile it to release on web server. Plz give me an example and compilation steps. Thanks

[flexcoders] mxml component and cdata block

2008-01-25 Thread markgoldin_2000
I am creating an mxml component based on TabNavigator: ?xml version=1.0 encoding=utf-8? mx:TabNavigator xmlns:mx=http://www.adobe.com/2006/mxml; x=5 y=0 width=99% height=99% backgroundColor=#DDE1B6 . How can I add mx:Script ![CDATA[ ]] /mx:Script to it?

[flexcoders] Re: How to compile my application?

2008-01-25 Thread Anthony DeBonis
This is easy, just save (auto build will compile it) and run the app local to make sure it works. It will launch a browser and if you look at the path you will see it points to an html file in the /bin dir. You need almost everything in the /bin dir deployed/ftp to the web server... including

Re: [flexcoders] resizing the whole movie or just the browser window in flex

2008-01-25 Thread Gustavo Duenas
Thanks I got it, I'll do it. Regards Gustavo On Jan 24, 2008, at 1:54 PM, Maciek wrote: Best to get it straight from the source: http://livedocs.adobe.com/flex/2/langref/flash/external/ ExternalInterface.html On Thu, 2008-01-24 at 12:53 -0500, Gustavo Duenas wrote: would you please

Re: [flexcoders] mxml loader

2008-01-25 Thread Paul Andrews
- Original Message - From: Ricardo Kirkner [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 25, 2008 3:46 PM Subject: Re: [flexcoders] mxml loader Mike Krotscheck wrote: This is possible two different ways: 1- With the livecycle server, which will compile your

[flexcoders] Flex/AIR FTP program

2008-01-25 Thread Chad Gray
I would like to start a simple application using Flex and AIR. I want to make an application that will run on Mac or PC and when a person drags and drops a file onto the application it transmits the file to our FTP server. Can someone point me in a direction to get started? Tutorials, example

[flexcoders] Re: Seriously, what is the 'right' way to do default styles?

2008-01-25 Thread ben.clinkinbeard
It seems that Flex 2 does in fact autosize, but it has a minimum size of 12 x 12 to do so. If you assign an image whose dimensions are smaller than that as a skin, the button will be scaled up to 12 x 12 if you don't provide an explicit size. This holds true in Flex 2, HF 1 through 3. Flex 3 will

RE: [flexcoders] Stop Wait

2008-01-25 Thread Tracy Spratt
There is no code blocking in the Flash Player runtime. You show the busy cursor, display a modal pop-up(or a tranparent or blur overlay), and let your code end. Then in handler for the event, remove the busy cursor, and remove the pop-up. Tracy

RE: [flexcoders] urgent mail Flex

2008-01-25 Thread Tracy Spratt
Also, Flex is nothing like html. It is more like building a desktop app. The architecture of a Flex app is not based on file=page and you won't be calling test2 from test1. Instead, you will have a main application file, say Test1, containing components like navigators and containers. Test2

[flexcoders] Flex 3 Beta 3 Panel Problem

2008-01-25 Thread wwwpl
We have moved over to using Flex 3 Beta 3. All of our panels have a problem. The content shows up underneath the title header. We must be using a weird style. Has any one seen this?

[flexcoders] Re: getRect returns rectangle that includes children's bounds, is there an alter

2008-01-25 Thread toofah_gm
I was hoping to take advantage of the translation to the targetCoordinateSpace that is being done underneath the covers of getRect()...if I need to use the width/height of the parent component, I will need to do this translation myself. I can do this, but was hoping that I was just missing

Re: [flexcoders] itemRenderer in folder other than source root

2008-01-25 Thread Johannes Nel
your class path itemRenderer=com.blah.blah.foo On Jan 25, 2008 1:50 PM, Glenn Williams [EMAIL PROTECTED] wrote: Ok, this must be simple by i can't see it. Take this example mx:List id=myListNav itemRenderer=ListRenderer / Say its part of a file foo.mxml that's in the folder

[flexcoders] Re: Can PrintDataGrid render HTML?

2008-01-25 Thread jesse_bigfix
Actually, I discovered that if i copied the columns as well as the dataprovider it works. Here's a little sample for future reference: var printDG:PrintDataGrid = new PrintDataGrid(); printDG.dataprovider = onScreenDG.dataprovider; printDG.columns = onScreenDG.columns; Thanks for the reply!

[flexcoders] Re: resizing and sliding panels?

2008-01-25 Thread pfkellogg
Justin, thanks very much. that did it. pat --- In flexcoders@yahoogroups.com, Justin Raymond [EMAIL PROTECTED] wrote: You can use the following: mx:Resize id=shrink widthTo=0 target={navPanel} duration=1000/ mx:Resize id=grow widthTo=240 target={navPanel} duration=1000 / then

[flexcoders] Problem with padding in CategoryAxis in Linechart

2008-01-25 Thread Stanislaw Fiedor
Hi! I've got a LineChart with some lineseries. Unfortunatelly by default the padding of the CategoryAxis in the horizontalaxis in a LineChart is set to 0 - which means that the first and last datacolumn are only half as long as all the other which are in the middle of the Chart. I need to set

[flexcoders] DataGrid's Drag and Drop stops working after user clicks on column header.

2008-01-25 Thread Mark Lapasa
Hello all, If you cut paste the following: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=creationCompleteHandler() mx:Script ![CDATA[ import mx.collections.ArrayCollection;