Re: [flexcoders] Font loaded by StyleManager.loadStyleDeclarations(fontName, true) resets any new text formatting set via setTextFormat

2008-12-31 Thread Manish Jethani
On Wed, Dec 31, 2008 at 3:12 AM, Andriy Panas a.pa...@gmail.com wrote: First of all, getTextField returns an IUITextField, and there's no method called setTextFormat on IUITextField. So you're casting the object to its actual type, UITextField, and then calling the setTextFormat method on it.

Re: [flexcoders] Any Developers on a Mac?

2008-12-31 Thread Jatin Nanda
I tend to still use both a PC and a Mac, though am leaning towards the latter. The only real issues I've had are with Windows in a VM on a MAC. I have all my VMs on a shard drive so that it can be packed in the rugsack when I'm on the move. As far as dev goes - no real issues. Incidentally I use

[flexcoders] FMS3 and ZendAMF

2008-12-31 Thread Berkay Unal
Hi, I've been trying to use serverside remoting in FMS3 with ZendAMF but no luck. I get onStatusinfo.code: Client.Header.BadVersion in FMSLiveLog But when i try to use the samegateway with Flex there is np and eveything works smooth. Thought it might be smthing related to amf version but FMS3

Re: [flexcoders] Any Developers on a Mac?

2008-12-31 Thread Weyert de Boer
Wow. Currently, each notebook I have had from Apple needed fixes via warranty. My G4 got is screen replaced and the MBP is still a big drama with two topcase replacements, two screens and keyboard key fix. Basically it needs to a new warranty because the last time they broke the keyboard

Re: [flexcoders] Streaming Video to Flex

2008-12-31 Thread Mauricio Rogério Obenaus
Hi Phil, Some months ago wanted to stream a raw MPEG2 video from my tv card (Hauppauge PVR150) in linux to a sample flex application, and it work´s great, a little cpu intensive but work. I was using knoppmyth, and my start point to make it work was this page:

[flexcoders] Flex accessing java object

2008-12-31 Thread telu_karun
Hi Guys, I am new to Adobe Flex. Started working couple of days back. Can any guide me how to use flex with java objects. I am trying to use normal Java Object in flex. Please get any workaround example.I will much thank full for your support/suggestions. Regards Karun Kumar

[flexcoders] Re: image in tilelist not showing

2008-12-31 Thread johndoematrix
still confused why the images cant show. i have tested the path to my images folder and it is correct. is there something am missing?

[flexcoders] transform tool

2008-12-31 Thread m.yugandhar22
hi all can you give me solution for applying transform tool to image. to perform scaling, rotation..

[flexcoders] Please help me out with Flex bug

2008-12-31 Thread ihkris
Hi, I wrote a simple application which is used for server push. I am using Tomcat and my server side java class has MessageBroker and ServiceAdapter implementation. When i am running the Flex client i am getting the following error.Can you please let me know why my FlexClient id 'null'?

[flexcoders] Re: combobox arrow size and vertical line

2008-12-31 Thread roopal_oswal
--- In flexcoders@yahoogroups.com, flexaustin flexaus...@... wrote: Is it possible to skin or change the size or shape of the arrow on the combobox control? Also can you remove or change the vertical line that separates the arrow button from selected item/label? arrow-button-width style can

[flexcoders] grouping and ungruoping

2008-12-31 Thread m.yugandhar22
Hi all . help me out ...plz i want to select multiple items in canvas like images .. i have one container from that they will drag the images to canvas in canvas i need select all the images using ctrl key and need to apply transform tool to that. after clicking one button all

[flexcoders] How do I make my air application to run in background ??

2008-12-31 Thread roopal_oswal
I have a air application which i launch it in mac operating system.I want it to be launched without any dock icon (dockless).I believe it is possible if i make the application run in background. Can anyone HELP me out??

[flexcoders] Re: how to scale an entire flex application including text and images

2008-12-31 Thread johndoematrix
hi i have tried to use preinitialize=systemManager.stage.scaleMode = 'showAll' but the one half of the application cannot be seen. am i doing it wrong?

[flexcoders] redo and undo

2008-12-31 Thread m.yugandhar22
hi help me out in my application i have mouse drawing ..i need to implement undo redo options. and i want draw the lines and arrows. how to attach dynamically to rectangle like node.

Re: [flexcoders] Flex accessing java object

2008-12-31 Thread Howard Fore
http://www.adobe.com/devnet/flex/flex_java.html On Tue, Dec 30, 2008 at 11:47 PM, telu_karun telu_ka...@yahoo.co.in wrote: Can any guide me how to use flex with java objects. -- Howard Fore, howard.f...@hofo.com The universe tends toward maximum irony. Don't push it. - Jeff Atwood

[flexcoders] class is not an IEventDispatcher warning (using Cairngorm)

2008-12-31 Thread jeremysavoy
I'm running Flex 3 with Cairngorm 2.2.1. I get the following warnings in the debug console after refactoring my code to use Cairngorm (used Cairngen): warning: unable to bind to property 'xxx' on class 'Object' (class is not an IEventDispatcher) Unfortunately, this problem is causing some

[flexcoders] Re: combobox arrow size and vertical line

2008-12-31 Thread flexaustin
arrow-button-width or arrowButtonWidth doesn't work. It only changes the width of button the arrow icon, thus the button gets wider but icon stays the same size. TIA --- In flexcoders@yahoogroups.com, roopal_oswal roopal_os...@... wrote: --- In flexcoders@yahoogroups.com, flexaustin

Re: [flexcoders] Re: image in tilelist not showing

2008-12-31 Thread claudiu ursica
If I were you I'd override the data setter in the ItemRendere and debug in there. If you got the correct data in there you lost me public override function set data(value : Object) : void { super.data = value; //add debugging code in

[flexcoders] Re: class is not an IEventDispatcher warning (using Cairngorm)

2008-12-31 Thread jeremysavoy
Ok, I have an update - I had to modify the instructions from the documentation, since result was a resultevent, I had to use result.result for my ArrayCollection: for(var i:String in result.result) { result.result[i] = new ObjectProxy(result.result[i]); } __model.myAC = new

[flexcoders] hideing a tab in a TabNavigator

2008-12-31 Thread btroop202
How can I hide a with AS3 when a if condition is true. So it would show in the TabNavigator sometimes.

Re: [flexcoders] Any Developers on a Mac?

2008-12-31 Thread Nick Collins
I've had the same problems with PCs though. I have a Dell Inspiron that has had to have the screen replaced twice, the keyboard replaced twice because it just stopped working, the video card replaced, and the motherboard replaced under warranty. It literally is almost a completely new laptop from

Re: [flexcoders] Flex Builder 3 and SWFObject with IE - blocked content

2008-12-31 Thread Rick Schmitty
There are indeed a bunch of examples, but none mention the use of Flex Builder debuging in IE that I've seen. I've tried the included examples with SWFObject 2.1, the SWFObject 2 html generator and somebody's example for use with Flex Builder I'm wondering if Flex Builder modifies some kind of

[flexcoders] Re: Canceling remoteobject operation?

2008-12-31 Thread Amy
--- In flexcoders@yahoogroups.com, Marco Catunda marco.catu...@... wrote: Amy, I don't know if I understand you problem. When one operation fault, I guess this operation is finished, therefore there is no way receive many faults with the same operation. I think you have other problem...

[flexcoders] Re: class is not an IEventDispatcher warning (using Cairngorm)

2008-12-31 Thread jeremysavoy
So, now that I've added an alert to the fault() function of the command file, I get the following ... but unsure why, this worked prior to refactoring to use Cairngorm: addContact Command Failed: (mx.messaging.messages::ErrorMessage)#0 body = (Object)#1 clientId = (null) correlationId =

Re: [flexcoders] Flex + Papervision Business Applications

2008-12-31 Thread monkeyden
For posterity sake, here is a concise example of how to do it. Original provide by http://www.tink.ws/blog/papervision3d-effects-for-flex-source/ Tink , v2.0 upgrade provided by http://liquidnight.de/2008/06/10/papervision3d-effect-classes-for-great-white/ Joerg Birkhold -- View this

[flexcoders] CSS style in itemrenderer

2008-12-31 Thread vincy8080
Hello, Why is the CSS style not applied to my button in the datagrid itemrenderer (see code below)? What should I do to apply the style buttonStyle to the button in the itemrenderer? Thanks, Vincy Code: ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] Resizing Images.

2008-12-31 Thread tchredeemed
Hello! Our application needs the ability to take a logo (which gets uploaded in a different interface via rails) and resize it dynamically depending on which item they are purchasing. As of right now, I am using a Loader and when Event.COMPLETE is dispatched, I catch it, create a new

[flexcoders] AIR chromless maximize() bug ?

2008-12-31 Thread Adnan Doric
Hello coders and happy new year :) I don't know if this is a bug or a feature : If a chromless AIR application is maximized, it's width and height is exactly 8 pixels wider than native OS resolution. For example, my resolution is 1680x1050, and maximized chromless AIR applications is 1688x1058

RE: [flexcoders] File Uploading

2008-12-31 Thread freak182
Hello, The trace is just this #2038: File I/O Error. I just wonder why because the file is copied to my uploaded folder and yet it throws this error. (although i can handle it but it never get me successful my file is still in datagrid). Anny idea how to fix this? Thanks a lot. Cheers. Gregor

[flexcoders] Flex chart removing a horizontal axis

2008-12-31 Thread hworke
Hello devs, in a column chart I am using the horizontal axis as a datetime axis but if a certain event occurs than I do want to change that axis to a linear axis. How do I do that. How can I remove an axis than assign another one? Regards

[flexcoders] Re: Resizing Images.

2008-12-31 Thread tchredeemed
Has anyone done this?

[flexcoders] Font for tab navigator heading not working

2008-12-31 Thread Nate Pearson
I'm trying to get a custom font in the tabs of my tab navigator and I can't get it to work. My code is below. I can get the font to work in other stuff but not in the tabs. Thanks! -Nate .myNavigator { tabHeight: 30; tabWidth: 140;

[flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Tim Hoff
Hi Nate, Have you tried it without the quotes? tabStyleName: myTabs; -TH --- In flexcoders@yahoogroups.com, Nate Pearson napearso...@... wrote: I'm trying to get a custom font in the tabs of my tab navigator and I can't get it to work. My code is below. I can get the font to work in other

[flexcoders] Canvas with MouseEvent and Button with MouseEvent

2008-12-31 Thread rockorgames
hello, im trying to this, a canvas and a button inside the canvas.. and both the button and canvas has click events.. my problem is: if the user clicks the button, both the button click event and the canvas click event are firing.. is this something impossible to do ?

[flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Nate Pearson
Yup, no change. The other styles do work but not the font-family. --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi Nate, Have you tried it without the quotes? tabStyleName: myTabs; -TH --- In flexcoders@yahoogroups.com, Nate Pearson napearson99@ wrote: I'm

[flexcoders] Re: Canvas with MouseEvent and Button with MouseEvent

2008-12-31 Thread Tim Hoff
import mx.containers.Canvas; private function onCanvasClick(event:MouseEvent):void { if (event.target is Canvas) { // do canvas click stuff } } private function onButtonClick():void { // do button click stuff } -TH --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Canvas with MouseEvent and Button with MouseEvent

2008-12-31 Thread rockorgames
thx man, worked great ! --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: import mx.containers.Canvas; private function onCanvasClick(event:MouseEvent):void { if (event.target is Canvas) { // do canvas click stuff } } private

[flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Tim Hoff
hmm, they are buttons. So, you could try using the font in Button{} CSS. Kind of a bad hack though. -TH --- In flexcoders@yahoogroups.com, Nate Pearson napearso...@... wrote: Yup, no change. The other styles do work but not the font-family. --- In flexcoders@yahoogroups.com, Tim Hoff

Re: [flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Doug McCune
Out of curiosity are you loading modules or loading the framework as an RSL? Doug On Wed, Dec 31, 2008 at 1:12 PM, Tim Hoff timh...@aol.com wrote: hmm, they are buttons. So, you could try using the font in Button{} CSS. Kind of a bad hack though. -TH --- In flexcoders@yahoogroups.com

[flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Nate Pearson
Doug, no I'm not doing that. Tim, The button css thing didn't work either :(. --- In flexcoders@yahoogroups.com, Doug McCune d...@... wrote: Out of curiosity are you loading modules or loading the framework as an RSL? Doug On Wed, Dec 31, 2008 at 1:12 PM, Tim Hoff timh...@... wrote:

Re: [flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Doug McCune
ahh, I bet it's because the font you embedded didn't embed teh bold style, and Buttons by default use bold styling. Either change your embed style block to specify the bold fontWeight, or change your tab style to make the fontWeight normal. Doug On Wed, Dec 31, 2008 at 4:43 PM, Nate Pearson

[flexcoders] Can't remove an object?!

2008-12-31 Thread Nate Pearson
I'm adding this opaque loading overlay to my application when it loads. It's just a VBox. I'm pulling out my hair, any help is greatly appreciated! Here's what I do: private var listLoadingOverlay:LoadingOverlay = new LoadingOverlay() private function addLoadingOverlay():void{

[flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Nate Pearson
DOUG MCCUNE YOU ARE A GENIUS! Props to Tim too for mentioning the Button css. This is what it took: Button{ font-family: AvenirLTStdMedium; font-weight: normal; } --- In flexcoders@yahoogroups.com, Doug McCune

Re: [flexcoders] Re: Font for tab navigator heading not working

2008-12-31 Thread Doug McCune
You shouldn't need the overall Button CSS selector if you don't want all your buttons in your app to use that font, you should be able to just add the font-weight: normal part into the myTabs selector, which would make only your tabs have that font instead of all buttons. And genius must just be

[flexcoders] Using ActiveXObject with Adobe AIR and Flex

2008-12-31 Thread pratikshah83
Hi Guys, I am trying to execute a application on the desktop using ActiveXObject... but I am unable to get it working with Adobe AIR + Flex. Something Like this. It works fine using it in javascript in IE. But i am unable to get it working from AIR even after calling the javascript and so

Re: [flexcoders] Using ActiveXObject with Adobe AIR and Flex

2008-12-31 Thread Nate Beck
Can you possibly give some more code? I'm trying to understand what it is you are trying to do. If you are using Adobe AIR, then you are running the application outside of the browser completely. The MX:HTML tag is a version of webkit within the Adobe AIR runtime, not within IE. Cheers, Nate

[flexcoders] Re: Using ActiveXObject with Adobe AIR and Flex

2008-12-31 Thread pratikshah83
Hi Nate, Actually I am trying to call an application and update the application using the activexobject. The application has an OLE Object model set up. So it has certain methods exposed which I can access using the activexobject in jscript. You can take and example of calling