[flexcoders] Rotating Charts Labels

2008-02-14 Thread reflexactions
FB33 I have set the axisRenderer labelRotation to 45 degrees but nothing happens unless I use an embedded font! Has rotated label support changed in FB3, is it now a requirement that fonts be embedded before you can rotate them tks

Re: [flexcoders] Rich Text Editor

2008-02-14 Thread Harald Dehn
Hi Gordon, this is a realy good news. Do you the a chance to get a component from your buzzword-company in the meantime. We need a texteditor for a crm application we developed in flex. Regards, Harald Dehn Am 14.02.2008 um 02:48 schrieb Gordon Smith: Why Adobe does not make something

[flexcoders] Re: Rotating Charts Labels

2008-02-14 Thread reflexactions
Hmm I must be getting it mixed up with the chart title which can rotate even without embeded fonts, wonder why axis labels dont support that. --- In flexcoders@yahoogroups.com, reflexactions [EMAIL PROTECTED] wrote: FB33 I have set the axisRenderer labelRotation to 45 degrees but nothing

[flexcoders] event type not available error:

2008-02-14 Thread learner
hi all , I am getting this compile time error: Event type 'MessengerEvent:ITEM_ROLL_OVER' is unavailable. and the code that I have written is: contentholder.mxml : mx:Metadata [Event(name=itemRollOver, type=MessengerEvent.ITEM_ROLL_OVER)] /mx:Metadata function somef(){

[flexcoders] Re: event type not available error:

2008-02-14 Thread rueter007
type property in the metadata should be the name of the event with the complete package structure. mx:Metadata [Event(name=itemRollOver, type=com.myCompany.MessengerEvent)] /mx:Metadata --- In flexcoders@yahoogroups.com, learner [EMAIL PROTECTED] wrote: hi all , I am getting this compile

[flexcoders] LightStream V/S Flex Data Services

2008-02-14 Thread yourName
Please let me know what is the better choice b/w LightStream and Flex Data Service for Data Push. Does FDS support Adaptive streaming. Thaks in Advance

[flexcoders] Re: Slowdown in Effect Sequence

2008-02-14 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Stephen Roy J. Tang [EMAIL PROTECTED] wrote: Hi, I have an mxml with a sequence of 13 effects with each one having a duration of 500ms. Naturally, I was expecting the entire thing would take around 6.5 seconds; I have another effect running parallel to

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Tom Chiverton
On Wednesday 13 Feb 2008, David Mendels wrote: PrintJob, sumbit and vote for those directly, don't use the MARS ER as a proxy. Make sense? OK sure, though this is going to lead to a bit of fracture, of course. Does anyone know of a 'client side PDF templating' issue already before I create

Re: [flexcoders] Re: Popup over a form

2008-02-14 Thread Tom Chiverton
On Wednesday 13 Feb 2008, markgoldin_2000 wrote: Here is my code: var popupWindow:TitleWindow = TitleWindow(PopUpManager.createPopUp(parent, className, true)); PopUpManager.centerPopUp(popupWindow); Is 'parent' Application ? Maybe you could use Application.application instead ? -- Tom

Re: [flexcoders] Happy Valentines Day!

2008-02-14 Thread Tom Chiverton
On Wednesday 13 Feb 2008, Ed Capistrano wrote: Ahh I wonder if any of the tech guys here and @ adobe do celebrate Valentines Day? Hehe... I'm forced to :-) -- Tom Chiverton Helping to enormously disintermediate error-free e-services on: http://thefalken.livejournal.com

[flexcoders] Re: AIR and LCDS, Channel.Connect.Failed error

2008-02-14 Thread m88e24
Jeff, thanks for your reply. Unfortunately setting the endpoint on the RemoteObject does not make any difference and generates the same error with the same faulty URL. Seems like it is ignored completely. I tested by setting the wrong endpoint in my working Flex 3 application in order to

Re: [flexcoders] Viewstack selectedIndex variable setting more than once during a event.

2008-02-14 Thread Peter Hall
Is this in flex 2 or 3? I recently found a reproducable viewstack bug with quickly setting the selected index to the same value twice and then to a different value. But it seems fixed in flex 3. Peter Sent from my iPhone On Feb 13, 2008 1:55 PM, Jerry DuVal [EMAIL PROTECTED] wrote: I

Re: [flexcoders] Viewstack selectedIndex variable setting more than once during a event.

2008-02-14 Thread Peter Hall
Sent from my iPhone On 13 Feb 2008, at 19:36, Johannes Nel [EMAIL PROTECTED] wrote: its because the change occurs later via an invalidate function. changing it more than once inside one execution stack does not make sense unless you have an algorithm containing a loop, in which case this

Re: [flexcoders] FB3 beta 3

2008-02-14 Thread Tom Chiverton
On Wednesday 13 Feb 2008, grimmwerks wrote: the -clean thing, deleted and installed another - still it says that the Beta expired. What version ? You probably need an updated beta from the labs site, of either Builder or the SDK instelf. -- Tom Chiverton Helping to conveniently streamline

Re: [flexcoders] Re: Slowdown in Effect Sequence

2008-02-14 Thread Tom Chiverton
On Thursday 14 Feb 2008, tomeuchre wrote: What's your frame-rate set to when you compile? The higher the frame rate, the smoother the animations. And the more CPU will be ground through on the client. -- Tom Chiverton Helping to paradigmatically fashion third-generation meta-services on:

[flexcoders] Re: meaning of the this AIR error message

2008-02-14 Thread hworke
Hi Alex here is the error message I got when I ran the code. But when I use the debugger I get an pop up window and I am sending the screen shot of the image. But very interestingly now when I try to run this code again my flex builder does nothing Nither gives any error nor any out put

Re: [flexcoders] Re: event type not available error:

2008-02-14 Thread learner
thats the catch! thanks On Thu, Feb 14, 2008 at 2:25 PM, rueter007 [EMAIL PROTECTED] wrote: type property in the metadata should be the name of the event with the complete package structure. mx:Metadata [Event(name=itemRollOver, type=com.myCompany.MessengerEvent)] /mx:Metadata --- In

Re: [flexcoders] Re: AIR and LCDS, Channel.Connect.Failed error

2008-02-14 Thread João Fernandes
Eduard, you need to set the full URL in your endpoints when using AIR. Instead of http://{server.name} you should use http://www.mydomain.com/... -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

[flexcoders] Re: meaning of the this AIR error message

2008-02-14 Thread hworke
Hi Sherif thanks a lot for your reply and also for trying the code. I see the is a missing bracket. But I guess I missed this when I copied it and sent it to you guys. I checked my code and there was nothing missing... It is possible that my flex builder some how got

[flexcoders] Is the TextArea / TextField TEXT_INPUT event firing correctly?

2008-02-14 Thread marty.pitt
Hi Can someone please verify my understanding of this correctly. I believe that the event is not firing on the deletion of text, as the docs suggest it will. According to the docs this event is supposed to fire: when the user types, deletes, or pastes text into the control. But, running the

Re: [flexcoders] Is the TextArea / TextField TEXT_INPUT event firing correctly?

2008-02-14 Thread YOGESH JADHAV
Haven't tested the code but i think it should be mx:TextArea textInput={trace('textInput fired');} / On Thu, Feb 14, 2008 at 4:31 PM, marty.pitt [EMAIL PROTECTED] wrote: Hi Can someone please verify my understanding of this correctly. I believe that the event is not firing on the deletion

[flexcoders] LCDS 2.5.1 samples doesn't compile

2008-02-14 Thread Marvin Froeder
HI, I have download and install LCDS 2.5.1 When I try to import sample.war to eclipse and compile (java side) got a lot of errors: Severity and Description Path Resource Location The method addChannel(String) is undefined for the type DataDestination /src/flex/samples/runtimeconfig

[flexcoders] Re: Is the TextArea / TextField TEXT_INPUT event firing correctly?

2008-02-14 Thread marty.pitt
Hi Yogesh You don't need to use binding syntax in an event listener, as their expected type is Function(). In property getters setters it's a little different. Using the binding syntax still works though, but it's not required. Cheers Marty --- In flexcoders@yahoogroups.com, YOGESH JADHAV

Re: [flexcoders] Happy Valentines Day!

2008-02-14 Thread yigit
Tom Chiverton wrote On 02/14/2008 11:25 AM: On Wednesday 13 Feb 2008, Ed Capistrano wrote: Ahh I wonder if any of the tech guys here and @ adobe do celebrate Valentines Day? Hehe... I'm forced to :-) yes; exactly forced to :s -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Is the TextArea / TextField TEXT_INPUT event firing correctly?

2008-02-14 Thread marty.pitt
Also, it seems that changing the listener to listen for the undocumented 'textChanged' event gets the desired behaviour. Maybe it's just that the docs need updating? Cheers Marty --- In flexcoders@yahoogroups.com, marty.pitt [EMAIL PROTECTED] wrote: Hi Can someone please verify my

Re: [flexcoders] Adobe People, Save me from Silverlight! (Microsoft's Legal Record)

2008-02-14 Thread Weyert de Boer
At least it has forced Adobe to make improvements to Flash, like better RTL support and the overall text support in general... Look at the new text rendering and fields support in the upcoming Flash 10 Player... -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: Adobe People, Save me from Silverlight!

2008-02-14 Thread Weyert de Boer
What do you exactly mean with Sharepoint integration?

[flexcoders] Embedded Font and Modules, Help!

2008-02-14 Thread reflexactions
What I am trying to do: Rotated Axis Labels in a Column Chart in a Module. To do this I need to embed the font.Ok. The problem I get is this: If I embed the font in the module the AxisRender.updateCaches sets _canRotate to false becuase it cant find the font in the Application's SystemManager

[flexcoders] fonts

2008-02-14 Thread learner
hi all , I have a very simple question.. to a label in my application i want to set a font other than verdana , arial or anything else that comes in flex builder's drop down.. I know its too dumb question.. but i may be too dumb to get its answer.. can somebody help me out with this Regards Ps

Re: [flexcoders] Re: Is the TextArea / TextField TEXT_INPUT event firing correctly?

2008-02-14 Thread YOGESH JADHAV
thanx marty, i was unware of that. On Thu, Feb 14, 2008 at 4:43 PM, marty.pitt [EMAIL PROTECTED] wrote: Hi Yogesh You don't need to use binding syntax in an event listener, as their expected type is Function(). In property getters setters it's a little different. Using the binding

Re: [flexcoders] Rich Text Editor

2008-02-14 Thread Weyert de Boer
Why not just make your own caret, use text fields the blocks of text, and come up with some smart manager for mapping the characters to a x,y and r,c position. Selection can be done by inverting the text and draw a rectangle below the textfield using drawing api. Simplest solution for now.

[flexcoders] Re: Embedded Font and Modules, Help!

2008-02-14 Thread reflexactions
Hmm well sometimes pays to read your own posts: I found a solution though this doesnt seem to me to be the correct way things should work. If I explicitly embed the font in both the application and the module then it works. This makes for really fat applications... Is there a better way???

Re: [flexcoders] Tree nodes expansion

2008-02-14 Thread Tom Preet
Hi All, In my application am using Tree with nodes when I click on the node it was displaying the alert, but when I selected the first node the related page was displaying, next time when I click on another node it was not displaying the second page. Now I need to use it as when I click on

[flexcoders] SetInteval Error

2008-02-14 Thread Deniz Davutoglu
Hello Guys, I have collection of loaders whitch I try to manipulate with setInterval() Code works and movie clip loaded in loader goes to prevFrame but flash player trows me error. do you have any idea why? var objeler:int=setInterval(loadObjects,1000) function loadObjects():void{

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Nick Collins
Well, when I initially filed that ER in the bugbase, my intention was not merely that of wanting client-side PDF generation. My desire was to have the ability to create, and display those documents within a Flash application, without needing to have the Acrobat Reader installed. I love the AIR

[flexcoders] Help with RegEx

2008-02-14 Thread marty.pitt
Hi Can someone please give me a hand on a RegEx? (I can't work these things out for the life of me). I'm basically trying to return nested groups inside delimeters. An example we're all famililar with is the simple package / class structure in Flex: package foo { class bar { function

Re: [flexcoders] Re: meaning of the this AIR error message

2008-02-14 Thread Sherif Abdou
ya it works, maybe try Project--Clean. - Original Message From: hworke [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008 4:31:05 AM Subject: [flexcoders] Re: meaning of the this AIR error message Hi Sherif thanks a lot for your reply and also for

[flexcoders] Anyway to introspect a Module for a list of Classes?

2008-02-14 Thread Todd
Hello All, I'm trying to figure out the Flex reflection APIs and their limitations. I'm looking for a way to get all the Classes in a Module, or even the main SWF of a given type. Is there a way to do this? I've looked at the flash.util: getDefenition, describeType,

[flexcoders] Re: Moving Screen Control back and forth between components

2008-02-14 Thread jer_ela
If have a similar application. For drill downs I just filter the data without changing the display. To switch between different types of charts I use viewstacks. --- In flexcoders@yahoogroups.com, Brad Bueche [EMAIL PROTECTED] wrote: I'm doing a charting application that allows the user

Re: [flexcoders] fonts

2008-02-14 Thread Sherif Abdou
this is how you do it @font-face { src: url(assets/MyriadWebPro-Bold.ttf); font-family: myriad; font-style: normal; font-weight: bold; } then in Label you would chos fontFamilty=myriad; - Original Message From: learner [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

[flexcoders] Problem with RTMP

2008-02-14 Thread Madhu Bhat P
Hi, I have been working on the LCDS from past 4 months. I have an issue deploying more than two flex (with java) applications in weblogic. Whenever i start the app server it throws an exception flex.messaging.endpoints.rtmp.RTMPException: The RTMP server has encountered a fatal exception

RE: [flexcoders] How to create a custom component dynamically by name?

2008-02-14 Thread Amy Wong
Thanks. It works. Amy --- Alex Harui [EMAIL PROTECTED] wrote: The code for the class has to be in a SWF. It can be in the main SWF or loaded via a module later. There is a compiler option (-includes) that allows you to stuff other classes into a SWF without explicitly naming them in

[flexcoders] Flex Cache or History Isssue

2008-02-14 Thread ghus32
Please help... I am pulling my hair out. I am looking at a way to reset states and funcitons in Flex. When I go to a state that uses a tabbar and lets say go to the third tab and use my back to home button. Wheni go back to that state Flex remebers what tab I was using. I want it to go back

RE: [flexcoders] Viewstack selectedIndex variable setting more than once during a event.

2008-02-14 Thread Jerry DuVal
Yes, this is on Flex 2 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Hall Sent: Thursday, February 14, 2008 4:27 AM To: flexcoders@yahoogroups.com Cc: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Viewstack selectedIndex variable setting more than once

[flexcoders] Example of Object.isPrototypeOf ()

2008-02-14 Thread Roscoe P Coltrane
Could someone give me a working or semi-working example of how/when to use isPrototypeOf()? I was thinking that I could query an object and if it was a descendent of another object, [the argument to isPrototypeOf()], the method would return true. Not so :) Obviously I don't understand the

[flexcoders] Re: FB word search in files

2008-02-14 Thread jer_ela
You can use a regular expression. \b matches the transition between word and nonword characters. So \bword\b will only match word if it is a whole word. --- In flexcoders@yahoogroups.com, reflexactions [EMAIL PROTECTED] wrote: In FB Ctrl+H does nothing. Ctrl+Shift+F will open the file

[flexcoders] problem using caringorm.swc with flex 3.0 beta version

2008-02-14 Thread Sanjit Kumar
hi all please help me. I am using caringorm architecture to develope mvc prototype for my application my ui works fine when I am not using caringorm api but when i am using this api it compiles successfully but when i running my application it does not showing any thing on UI. I am using

[flexcoders] Drag and drop into a datagrid Cell (rather than the default, row) ?

2008-02-14 Thread Jim Hayes
Sorry to ask a basic question, but the docs, google, and searchcoders don't seem to be getting me any results so far (or my search terms are just rubbish) I'd like to be able to drag an item to a *cell* in a datagrid, the default action would seem to be that the drop adds a new row, whereas I

Re: [flexcoders] Anyway to introspect a Module for a list of Classes?

2008-02-14 Thread Vadim Melnik
Hello Todd, Probably way to list classes now is to parse SWF binary data manually, extract bytecode information, parse it, etc. -- Thanks, Vadim. - Original Message - From: Todd To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008 3:54 PM Subject: [flexcoders]

RE: [flexcoders] Flex Cache or History Isssue

2008-02-14 Thread steven pollard
Thanks for your response This problem still persists :( I tried putting historyManagementEnabled=false in the tabbar and it still remembers. My back button that I use is a button with the function thiscurrent state. The exact thing I am doing is I have a datagrid on my main page which

[flexcoders] how to start with a dynamic actionscript class instead of mx:Application?

2008-02-14 Thread Brian
I've created a game with Flex, and now I'm trying to integrate MochiAds with it. They give you a preloader to use, but most of their documentation is actionscript-centric and oriented toward Flash developers and the Flash IDE. I tried using the preloader attribute of the mx:Application tag, but

RE: [flexcoders] Re: AIR and LCDS, Channel.Connect.Failed error

2008-02-14 Thread Battershall, Jeff
Eduard, I wouldn't depend on the compiler to determine your endpoints in an AIR application. I'm doubting that approach will work. When I init my app, I create channelSets and add channels to them, and each remote object's channelSet property are bound to one of these channelSets. Bottom line

Re: [flexcoders] Adobe People, Save me from Silverlight! (Microsoft's Legal Record)

2008-02-14 Thread Daniel Freiman
fields support? - Dan On Thu, Feb 14, 2008 at 6:24 AM, Weyert de Boer [EMAIL PROTECTED] wrote: At least it has forced Adobe to make improvements to Flash, like better RTL support and the overall text support in general... Look at the new text rendering and fields support in the upcoming

Re: [flexcoders] Re: Embedded Font and Modules, Help!

2008-02-14 Thread Daniel Freiman
After loading the module, are you registering the font with the Font class after it is loaded? - Dan Freiman On Thu, Feb 14, 2008 at 6:40 AM, reflexactions [EMAIL PROTECTED] wrote: Hmm well sometimes pays to read your own posts: I found a solution though this doesnt seem to me to be the

[flexcoders] Re: Embedded Font and Modules, Help!

2008-02-14 Thread reflexactions
Nope, didnt know I had to... Ok so assuming that works How can I do the reverse... i.e. embed the font in the application but then use it in the module, as that seems to me to be the most effecient solution. tks --- In flexcoders@yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote:

Re: [flexcoders] how to start with a dynamic actionscript class instead of mx:Application?

2008-02-14 Thread Johannes Nel
try and find out what properties they are adding dynamically and implement that interface On Thu, Feb 14, 2008 at 9:48 AM, Brian [EMAIL PROTECTED] wrote: I've created a game with Flex, and now I'm trying to integrate MochiAds with it. They give you a preloader to use, but most of their

[flexcoders] Re: how can I know what browser my app is in?

2008-02-14 Thread Jason The Saj
I've been using the following: var browserAgent:String = ExternalInterface.call(function getBrowser(){return navigator.userAgent;}); if(browserAgent != null browserAgent.indexOf(Safari/IE/Firefox/Etc) = 0){} But recently, IE has ceased returning the info. I noticed this after a recent security

[flexcoders] Why does RTE lose formatting when parent's styleName changes? (w/ test case)

2008-02-14 Thread ben.clinkinbeard
The title pretty much sums it up but here is the deal. If the text in a RichTextEditor has been manually edited, changing the styleName of its parent will result in a complete loss of formatting. If the text has been programmatically set the problem does not occur. I know the control

[flexcoders] userAgent failing to return info in IE 6 since security update - anyone else?

2008-02-14 Thread Jason The Saj
I've been using the following for determining browser: var browserAgent:String = ExternalInterface.call(function getBrowser(){return navigator.userAgent;}); if(browserAgent != null browserAgent.indexOf(Safari/IE/Firefox/Etc) = 0){} But recently, IE has ceased returning the info. I noticed this

[flexcoders] AS only component development

2008-02-14 Thread Kevin Aebig
Hey all, I'm looking to build a pretty complex composite component out of AS only. I've only found a handle of simple examples and am looking for more detailed examples that I can learn from. Anyone have any suggestions? Cheers, !k

Re: [flexcoders] Re: Embedded Font and Modules, Help!

2008-02-14 Thread Daniel Freiman
First, here's an example of what I was talking about for fonts embeded in modlues: http://blog.flexmonkeypatches.com/2007/02/12/changing-embedded-true-type-fonts-at-runtime-in-flex-applications/ I'm not really sure how modules work under the hood, so I'm not entirely sure about that. Random

Re: [flexcoders] AS only component development

2008-02-14 Thread Jeffry Houser
The Adobe Flex SDK contains source for most components. I think, at this time, that is where you'll find the most complex AS3 components. Kevin Aebig wrote: Hey all, I’m looking to build a pretty complex composite component out of AS only. I’ve only found a handle of simple

[flexcoders] Flex 3.0 Beta + QTP 9.2 Trial Version Problem

2008-02-14 Thread ipogimagination
Hi there, I am trying to evaluate QTP 9.2(14 days trial version) with flex 3.0 beta, using under mentioned small piece of code, ?xml version=1.0? !-- agent/Main.mxml -- mx:Application showInAutomationHierarchy=true

[flexcoders] Re: how to start with a dynamic actionscript class instead of mx:Application?

2008-02-14 Thread Brian
Well, here's one of the classes from their API doc. I think it's an example, but I tried calling this in my preloader attribute in mx:Application and it errored with a null error on the loaderInfo.addEventListener line. I tried to put my main mxml file in the MAIN_CLASS. The properties look to be

RE: [flexcoders] how to start with a dynamic actionscript class instead of mx:Application?

2008-02-14 Thread Tracy Spratt
I am only reporting what I have heard on this subject, but the issue is that the mx:Application tage generates a LOT of code the is necessary to the application. If I were trying to do this, perhaps I would crate an empty application and compile it with the -keep-generated(?) switch, then use the

[flexcoders] Re: Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-14 Thread valdhor
AFAIK (I am a newb to flex) to be able to set a property in a custom component, that property must be public. When Flex compiles the application, mxml components are compiled into actionscript classes so to modify the property it must be available to outside classes. Making it private denies other

[flexcoders] Re: Embedded Font and Modules, Help!

2008-02-14 Thread reflexactions
Thanks for that, I understand now how thats works. The situation I have is slightly different (sort of the reverse) as what we have is the font already embedded in the main application but we are trying to use it in a chart thats is in a module that is being dynamicaly loaded. --- In

[flexcoders] Re: Broadcasting event to all objects on display list

2008-02-14 Thread thirtyfivemph
Actually, I'm trying to avoid each DisplayObject tracing its way back to the root (which, at any given time, it may not be able to do depending on where it is in the DisplayList, on or off the stage, etc.). Here's a more succinct way to ask my question: Given that the display list is a classic

[flexcoders] problem in applying CSS programitcally

2008-02-14 Thread M.Javed
Hi, Iam writing an itemRendere by extending DataGridItemRenderer, and that itemRenderer changes the font style and background color of the cell (which is basically TextBox in this case). All other styles apply sucessfully except the background color, here is the CSS code iam using,

[flexcoders] Re: Flex Profiler... what is the method [tincan]?

2008-02-14 Thread rueter007
anyone has an idea on this? --- In flexcoders@yahoogroups.com, rueter007 [EMAIL PROTECTED] wrote: Hi, I am profiling my application and see that two methods [tincan] and [pre-render] take about 65% of the execution time. I know that these methods are internal flash player methods as mentioned

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Paul Andrews
- Original Message - From: Nick Collins To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008 1:06 PM Subject: Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future) Well, when I initially filed that ER in the bugbase,

RE: [flexcoders] Re: Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-14 Thread Tracy Spratt
The OP is using a public setter function to implement his public property, instead of a public variable, which is fine, even prefereable. And the trace shows that his setter is being called, but with the incorrect value. I suspect a timing issue, but can't think of a solution. Perhaps an

[flexcoders] changing the rss to a data grid using the http service

2008-02-14 Thread leonpidgeon
hi i have a data grid which i have populated with an rss feed using this: dataProvider={E01RSSfeed.lastResult.rss.channel.item} where E01RSSfeed is an http service and the datagrid is called LgeRSSgrid1 with two columns for pubDate and title. then i want to change the feed to E11RSSfeed but

Re: [flexcoders] problem in applying CSS programitcally

2008-02-14 Thread Mike Duncan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Isn't supposed to be: background-color ? M.Javed wrote: Hi, Iam writing an itemRendere by extending DataGridItemRenderer, and that itemRenderer changes the font style and background color of the cell (which is basically TextBox in this

Re: [flexcoders] changing the rss to a data grid using the http service

2008-02-14 Thread Sherif Abdou
are u reassigning in actionScript or mxml?, i am guessing actionScript so drop the {} and use the result instead f lastResult - Original Message From: leonpidgeon [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008 10:31:22 AM Subject: [flexcoders]

Re: [flexcoders] Help with RegEx

2008-02-14 Thread Robert Stehwien
For functions use a regular expression like: function[\s\S]*{[\s\S]*} This looks for function followed by zero or more of any character (including newlines), followed by {, followed by zero or more of any character (including newlines), followed by }. For classes replace function with class

Re: [flexcoders] Help with RegEx

2008-02-14 Thread Maciek Sakrejda
Unfortunately, you've hit an ugly problem for regex, Marty. Check out the section on Difficulties and Impossibilities from Mastering Regular Expressions at http://www.oreilly.com/catalog/regex/chapter/ch04.html In fact, the problem is that you simply can't match arbitrarily nested constructs with

[flexcoders] Tooltip Text Formatting

2008-02-14 Thread jmfillman
I need to format the labels in my tooltip text. In the following code, I need the literal values Title: and Author: to be in bold fontWeight, with using a normal fontWeight. How can I do this? myButton.toolTip = Title: +this[books+selectedArray] [add].title+'\n'+Author:

[flexcoders] Re: Confused by BlazeDS

2008-02-14 Thread netdeep
Ok, maybe that explanation was too complicated. I have managed to emulate a simple chat application with BlazeDS on a channel. But I need to have a java object running instead on a channel to receive and push out data. So I thought I'd try to emulate the Feed.java class and adapt it to do

[flexcoders] Re: Flex Profiler... what is the method [tincan]?

2008-02-14 Thread Gaurav Jain
From player team: That's time processing RTMP messages. This includes FMS video/audio traffic, rtmp data services, and remote shared object synchronization. Thanks, Gaurav --- In flexcoders@yahoogroups.com, rueter007 [EMAIL PROTECTED] wrote: anyone has an idea on this? --- In

RE: [flexcoders] Re: Adobe People, Save me from Silverlight!

2008-02-14 Thread Merrill, Jason
Sharepoint I think is mostly web services but it's possible that WebORB for .NET or Flourine could help with that as well and provide better performance. Sharepoint has a huge Webservices API, but it also has a more direct API integration with .NET. I don't know the exact details on that

RE: [flexcoders] Re: Broadcasting event to all objects on display list

2008-02-14 Thread Alex Harui
If each node must be responsible for the dispatch to its children, then yes, you're probably doing it the right way. It'll chew up some cycles, but all tree walks effectively do. The only way to optimize is to flatten the tree at some point which breaks the abstraction you want.

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Anatole Tartakovsky
David, Group, Essentially we have 2 issues here - Printing and client side PDF generation. 1. As far as sufficient printing API needed for Internet applications goes, I believe we need at least the APIs we implemented for IE 7 years ago - http://www.htmlprinting.com. We are willing to contribute

Re: [flexcoders] FB3 beta 3

2008-02-14 Thread Gustavo Duenas
Yes, me, my fb3 beta 3 is expired, I did the same thing and is still expired another idea? I just give up and I'm working in my FB2 regards Gustavo On Feb 13, 2008, at 4:49 PM, grimmwerks wrote: Nobody's come across this problem either? On Feb 13, 2008, at 3:44 PM, grimmwerks wrote:

Re: [flexcoders] Re: AreaChart bug when changing 'type' property

2008-02-14 Thread Guido
Hi, and thank you guys for answering. I've tried removing the interpolation effect, and it doesn't blow up anymore, although it still doesn't work properly. When changing the AreaChart's type, only the series defined in mxml (i.e. as in the sample code I sent) gets either stacked or 100%'ed.

RE: [flexcoders] SetInteval Error

2008-02-14 Thread Alex Harui
Use a debug build so you get line numbers. It'll point to the line in your code that is generating the error. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Deniz Davutoglu Sent: Thursday, February 14, 2008 5:05 AM To:

[flexcoders] Re: problem in applying CSS programitcally

2008-02-14 Thread valdhor
I ran into this problem awhile back and found you could not use CSS to set the background color of a cell. This is the full itemrenderer I came up with: package renderers { import mx.controls.*; import mx.controls.dataGridClasses.DataGridListData; import

RE: [flexcoders] Re: Embedded Font and Modules, Help!

2008-02-14 Thread Alex Harui
Is this Flex 2? Embedding the font using [Embed] will allow you to call registerFont on the font and then it should work in the module. I'm a bit surprised it doesn't just work. Charts are supposed to have their own rotation code using bitmaps. Another workaround is to link in the chart

RE: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Alex Harui
FWIW, PrintJob was supposed to support async in Player 9, but it got broken. They have a bug open for it. Hopefully it'll be in player 10. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anatole Tartakovsky Sent: Thursday, February

RE: [flexcoders] Re: problem in applying CSS programitcally

2008-02-14 Thread Alex Harui
Subclassing Text makes for heavyweight renderers. See the examples on my blog (blogs.adobe.com/aharui) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of valdhor Sent: Thursday, February 14, 2008 11:06 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: how to start with a dynamic actionscript class instead of mx:Application?

2008-02-14 Thread valdhor
Why not just extend application. --- In flexcoders@yahoogroups.com, Brian [EMAIL PROTECTED] wrote: I've created a game with Flex, and now I'm trying to integrate MochiAds with it. They give you a preloader to use, but most of their documentation is actionscript-centric and oriented toward

RE: [flexcoders] Re: how to start with a dynamic actionscript class instead of mx:Application?

2008-02-14 Thread Alex Harui
I'm not clear you can use this sequence to startup a Flex app. You might be able to wire it in as a replacement for a downloadProgressBar. You can make the main app dynamic by subclassing public dynamic class BrianApplication extends Application but I still don't think this is going

RE: [flexcoders] Anyway to introspect a Module for a list of Classes?

2008-02-14 Thread Alex Harui
There are no reflection APIs for the list of classes in a SWF From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vadim Melnik Sent: Thursday, February 14, 2008 6:39 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Anyway to

RE: [flexcoders] Drag and drop into a datagrid Cell (rather than the default, row) ?

2008-02-14 Thread Alex Harui
Enable drop on a row might work. I might just try handling the drop and the showDropFeedback differently. Instead of the single line, you should be able to highlight a cell and then instead of an insert to the collection, change some data in a cell. From:

[flexcoders] Re: Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-14 Thread valdhor
OK, my bad - I did not know about setter and getter methods. At any rate, to fix the OP's current problem (NaN), just change the oninitialize to oncomplete.

[flexcoders] functional tooltips on TextRange objects

2008-02-14 Thread Derrick Anderson
hi, i'd like to be able to put a tooltip on certain words in an RTE. Specifically on a given textrange (example: all blue words would have a tooltip). Has anybody seen this done? If tooltips can be used by anything that extends UIComponent (which TextRange does not), what's the easiest way to

[flexcoders] Flex SDK and Textmate

2008-02-14 Thread thirtyfivemph
Anyone out there using the Flex SDK with Textmate? I've fallen in love with Textmate as an editor and am frustrated each time I go back to Flex Builder, so I'm exploring what it'd take to get Textmate married to Flex. I don't ever do any visual form design, so virtually all of my time is spent in

[flexcoders] Re: problem in applying CSS programitcally

2008-02-14 Thread valdhor
Thanks Alex - Will do. I'm only relatively new at Flex and getting something working was much higher priority than lightweight or heavyweight renderers. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Subclassing Text makes for heavyweight renderers. See the examples

Re: [flexcoders] Re: Broadcasting event to all objects on display list

2008-02-14 Thread Troy Gilbert
If each node must be responsible for the dispatch to its children, then yes, you're probably doing it the right way. It'll chew up some cycles, but all tree walks effectively do. The only way to optimize is to flatten the tree at some point which breaks the abstraction you want. Cool. The

RE: [flexcoders] Convert LineSeries to ColumnSeries

2008-02-14 Thread Brad Bueche
I was mis-interpreting the error message on this. The problem was that for a line chart click event, the event handler tries to figure out datapoint was clicked by doing -- among other things -- props = ColumnSeries(hitData.element).displayName; Well obviously I need to be using

  1   2   >