RE: [flexcoders] Grabbing data dynamically from XML

2008-05-12 Thread Alex Harui
arrcol = event.result.venuelist[stateName] as ArrayCollection; From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jaguar2800 Sent: Saturday, May 10, 2008 11:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Grabbing data

RE: [flexcoders] TextArea and textInput event

2008-05-12 Thread Alex Harui
Doc is wrong. You have to handle that via keyDown. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mikael Hultgren Sent: Saturday, May 10, 2008 6:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] TextArea and textInput event

RE: [flexcoders] Using a const to specify Embed source

2008-05-12 Thread Alex Harui
Hmm. Well if you call getQualifiedClassName on the classes generated for the embeds you might see some information about where it came from. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of westmeadboy Sent: Saturday, May 10, 2008 7:41

RE: [flexcoders] question on UI Component Class

2008-05-12 Thread Alex Harui
Because the Application sets it. In Flex, all children are sized by their parent. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jkasham Sent: Saturday, May 10, 2008 8:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Tree with adjustable height and without scroll bar

2008-05-12 Thread Alex Harui
Set the tree's height by calling measureHeightOfItems() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gaurav1146 Sent: Sunday, May 11, 2008 4:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tree with adjustable height and

Re: [flexcoders] Flex,PHP ,PHPAMF(OR WEBORB) and Cairngorm Demo links need

2008-05-12 Thread Douglas McCarroll
http://www.brightworks.com/technology/adobe_flex/cairngorm.html http://www.brightworks.com/technology/adobe_flex/with_php.html http://www.brightworks.com/technology/adobe_flex/code.html Also, I invite you to attend the Boston Flex Application Incubator Group online, most Monday evenings:

[flexcoders] Programmatically setting default styles that can be overriden with a stylesheet?

2008-05-12 Thread Josh McDonald
Hey guys, let's say I have a Label I'm creating programmatically, and I'd like to have some default styles (like a big red font), but still allow them to be overriden with the stylesheet - can it be easily done? Cheers, -J -- Therefore, send not to know For whom the bell tolls. It tolls for

Re: [flexcoders] i18n and embedded fonts

2008-05-12 Thread Tom Chiverton
On Friday 09 May 2008, deepak_michael wrote: I'm using an embedded font (Trebuchet MS) in the application and because of this strings which are in Japanese/Chinese/non-latin characters do not appear. Does that font have glyphs for those locales ? -- Tom Chiverton

Re: [flexcoders] Panel Title Width

2008-05-12 Thread Tom Chiverton
On Friday 09 May 2008, b3wohl wrote: this.titleTextField.width = blah that works from with in a Panel component but does not work from outside a panel component(it's a protected property): myPanel.titleTextField.width = blah Any ideas? I looked into CSS to try to handle this but I

Re: [flexcoders] Re: Chart itemRenderer and CSS

2008-05-12 Thread Peter Hall
I thought I logged it but I can't find it now, so maybe I didn't. The workaround is to use setStyle() in actionscript instead of using CSS. Peter On Thu, May 8, 2008 at 10:25 PM, twgonzalez [EMAIL PROTECTED] wrote: Peter, Did you ever submit a bug on this in JIRA, or determine a

[flexcoders] Resize Titlewindow(Hide contents while Resize)

2008-05-12 Thread Cato Paus
Hi all, I Have some trubel with my TitleWindow (MDI window) I have a window with a datagird(width=100% heigth=100%) and 2 itmerenderers, these itemrenderes are optimized, but when I resize the window, the itemrenderes are calculating the width and height on every frame. What I want is a window

[flexcoders] Re: Trying to use FileSystemList

2008-05-12 Thread Cato Paus
Hi I zip'ed it up for you, you can get it at: http://flexcoders.no/flex/zip/classes.zip - WEB-INF Classes! http://flexcoders.no/flex/zip/IISTestProjectFlex3.zip - Flex3 project http://flexcoders.no/flex/zip/remoting-config.zip - the remoting- config.xml file in web-inf - flex. --- In

Re: [flexcoders] Re: Trying to use FileSystemList

2008-05-12 Thread Jon Santos
Thanks a lot Cato..i will try to develop using your help Thanks again for your time. - Original Message From: Cato Paus [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, May 12, 2008 4:13:44 PM Subject: [flexcoders] Re: Trying to use FileSystemList Hi I

[flexcoders] Re: Resize Titlewindow(Hide contents while Resize) = Closed

2008-05-12 Thread Cato Paus
Hi if someone have the same issue here is the link :) http://blogs.adobe.com/flexdoc/2007/03/creating_resizable_and_draggab.ht ml --- In flexcoders@yahoogroups.com, Cato Paus [EMAIL PROTECTED] wrote: Hi all, I Have some trubel with my TitleWindow (MDI window) I have a window with a

[flexcoders] How to create linechart legend on each line

2008-05-12 Thread Swamy Nathan
Hi Folks, Am working with the LineChart. I want to show the labels to each line. means [legends in each line]. how can i do that. please any one reply me. -- Thanks Regards Swaminathan. M

[flexcoders] 2124 Unable to load Style

2008-05-12 Thread Carlos Yabut
Hi, has anybody experience loading a css converted to swf via http? I compiled a css file into swf and loaded it via assets/compiled.swf and it is working perfectly. Then I moved the compiled.swf into a different directory and tried loading it via http://example/compiled.swf and it is

[flexcoders] Re: magnifying glass component

2008-05-12 Thread wjacker2
--- In flexcoders@yahoogroups.com, Ben Marchbanks [EMAIL PROTECTED] wrote: Anybody know if there is a flex magnifier/zoom component available ? I am looking to produce a magnifying glass effect similar to this flash version http://www.usflashmap.com/component/flash_magnifying_glass.htm

[flexcoders] Multiple data grids

2008-05-12 Thread Dan Pride
I want to design a series of data grids each of which simply lists out the data in a table. 1) Do I do this in one app or one project? 2) Can I use view stack to dynamically kick a php query for each grid as it is displayed? 3) How do I handle the script references for each data grid since the

[flexcoders] Drag and Drop (modify default dragProxy)

2008-05-12 Thread nwebb
Hi, I'm drag/dropping items within a DataGrid. I would like to modify the default dragProxy label that is shown when you drag an item. (i.e. my DataGrid may have 4 columns, but I only want to show text from the last two columns). Does anyone know how to access it?

[flexcoders] How to get 0 point on secondary vertical axis to line up with primary axis

2008-05-12 Thread j_lentzz
Hi, I have a chart with 2 vertical axes (both LinearAxis types). The scales are different on both vertical axes, but I'd like the 0 point on each axis to line up. The primary axis can go negative, so I just can't start both at 0. However, I'd like the secondary axis to have its zero value

Re: [flexcoders] Drag and Drop (modify default dragProxy)

2008-05-12 Thread Douglas Knudsen
perhaps you can create a Label with the text from these twocolumns and then use this method http://livedocs.adobe.com/flex/3/html/dragdrop_7.html#226768 DK On Mon, May 12, 2008 at 8:40 AM, nwebb [EMAIL PROTECTED] wrote: Hi, I'm drag/dropping items within a DataGrid. I would like to modify

[flexcoders] How can I launch windows applications like wordpad and notepad from AIR?

2008-05-12 Thread sudha_bsb
Hi, I have this requirement like launching native windows applications like Windows wordpad and notepad from an application. How Can I go about it? Is there a facility to do this in AIR 1.0? Thanks, Sudha.

Re: [flexcoders] Drag and Drop (modify default dragProxy)

2008-05-12 Thread nwebb
Hi Douglas, thanks for the reply - yeah that's pretty much what I have at the moment (I capture the data on MouseDown and create/display a Label on MouseMove), but I thought it could be a little cleaner and so I was hoping I could access the current dragProxy, use the existing data within it, all

[flexcoders] Drawing letters -- sprites?

2008-05-12 Thread Matt Maher
I have a project where I am drawing circles and line and such directly onto a component extending a UIComponent (all actionscript) I've had problems finding examples of drawing letters (or font characters). The best I've been able to come up with is to use IUITextField objects and place those on

Re: [flexcoders] How to pass handled errors from the server to Flex

2008-05-12 Thread Tom Chiverton
On Saturday 10 May 2008, Ralf Bokelberg wrote: We had the very same discussion last week. One of our developers made the valid comment, that Method2 is less readable, because both success and error are returned in the same ResultDTO. I see a distinction betwen the result of the remote method

[flexcoders] String to XML oddness

2008-05-12 Thread Tom Chiverton
I came across an odd issue at the weekend, with parsing an XML file. I could read it into a String, and pass that to XMLDocument, and it was happy. But if I passed the same String to XML, I would be a run time exception saying that the XML was invalid. The 'fix' was to strip out the XML header:

Re: [flexcoders] How can I launch windows applications like wordpad and notepad from AIR?

2008-05-12 Thread Jeffry Houser
In short, you can't. In reality, there may be alternate ways to open files. I blogged about this one, using NavigateToURL: http://www.jeffryhouser.com/index.cfm/2008/4/22/Using-AIR-to-launch-other-applications . You could also check out AIR Pollution at http://blog.fluorinefx.com/ ;

RE: [flexcoders] How can I launch windows applications like wordpad and notepad from AIR?

2008-05-12 Thread zoltan
On windows you can do through this framework http://aperture.fluorinefx.com/ Zoli _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sudha_bsb Sent: Monday, May 12, 2008 5:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How can I launch windows

RE: [flexcoders] How can I launch windows applications like wordpad and notepad from AIR?

2008-05-12 Thread Jim Hayes
No, although Zoli at the silentgroup has an alpha (work around ?) for windows : http://blog.fluorinefx.com/ Otherwise,I believe you'll have to communicate via localconnection or socket server to something that can. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: Flash CS3 Component Creation

2008-05-12 Thread nathanpdaniel
Are you exporting the component? Todo this: right-click the component in the library and open up either properties or linkage, check the export for actionscript and export in first frame fields - republish. -Nathan --- In flexcoders@yahoogroups.com, swidnikk [EMAIL PROTECTED] wrote:

[flexcoders] How to delete a workspace in FB3

2008-05-12 Thread bhaq1972
I created a workspace which I now would like to delete (erase forever) How do I delete this workspace from Flexbuilder? TIA bod

[flexcoders] Re: Flex Item Renderer using popup to edit datagrid - How to refresh datagrid?

2008-05-12 Thread web2mmac
Hi Tim, I understand what you said, but I am having trouble communicating back to the main dataGrid (myADG). Simply updating the dataProvider in the following code is not working! Here is the code... Any help with this would be appreciated! Thanks! Mary testItemRenderer.mxml… ?xml version=1.0

Re: [flexcoders] Drag and Drop (modify default dragProxy)

2008-05-12 Thread Daniel Gold
I think if you wanted to modify the default drag proxy you could subclass DataGrid and override the get dragImage function, which looks like this (in Flex 2.01) override protected function get dragImage():IUIComponent { var image:DataGridDragProxy = new DataGridDragProxy();

[flexcoders] Drag and Drop with data grids

2008-05-12 Thread beczim
Hi I am VERY new to Flex. What I am trying to do is Drag an item from a data grid and if a flag is Yes then I need to have that item being dragged to be dropped on two data grids rather than just one data grid. Is there any way to do this? I need to to append to what is already in the data

[flexcoders] Re: Programmatically setting default styles that can be overriden with a stylesheet?

2008-05-12 Thread wesley.petrowski
You can try something like this (seemed to work for me): ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.controls.Label; override protected function createChildren():void {

[flexcoders] How do you all setup your development environment?

2008-05-12 Thread handitan
Hi all, I would like to get an idea how people setup their development environment. Let me share a bit of how I set it up (this is still work in progress, btw): IDE: FlexBuilder 3 with Ant Build Tool plugin. Workspace: My app is consisted with multiple modules. Each module is in its own

RE: [flexcoders] binding quandary

2008-05-12 Thread Tracy Spratt
That is one way. You can also directly update the model in a change event. I prefer to call into a single update function, passing in the property name and value, so that I can do things like compare data to toggle tool buttons an menu options. Tracy

RE: [flexcoders] Re: Flex Item Renderer using popup to edit datagrid - How to refresh datagrid?

2008-05-12 Thread Tracy Spratt
That is too much unformatted code for me to analyze from scratch. In your pop-up, how are you updating the dp_ac in the main app? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of web2mmac Sent: Monday, May 12, 2008 10:07 AM

RE: [flexcoders] How to return data to a database back end and reference updates

2008-05-12 Thread Tracy Spratt
There are many ways. Sometimes I send the key value(s) in separate parameters. Curently I am building an xml update structure that includes key field names and values as well as the values to be updated, inserted or deleted.. Tracy From:

RE: [flexcoders] Drag and Drop with data grids

2008-05-12 Thread Tracy Spratt
Override the dragDrop handler. You can do whatever you want with the data in there. http://livedocs.adobe.com/flex/3/html/dragdrop_5.html Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of beczim Sent: Monday, May 12, 2008 10:45

RE: [flexcoders] Multiple data grids

2008-05-12 Thread Tracy Spratt
There are lots of ways to do this but here is one: 1 Project 1 application 1 ViewStack 1 Navigator component to control the ViewStack 1 globally available data model(variable) for each DG/Table. These can be bindable variables in the main App, or in a singleton object 1 RPC

Re: [flexcoders] Re: Flash CS3 Component Creation

2008-05-12 Thread Robert Stehwien
For dynamic libraries check out modules mx.modules.Module, mx.modules.ModuleBase, mx.modules.ModuleLoader, mx.modules.ModuleManager. Modules are like RSLs but don't have to be loaded when the application starts. On Sun, May 11, 2008 at 1:28 PM, swidnikk [EMAIL PROTECTED] wrote: Right, thanks.

[flexcoders] View State Help

2008-05-12 Thread cwicky99
I am trying to use States in my Flex 3 application. The application is run outside of the browser. The one thing I am hoping to improve upon is manual labor of removing and adding components when the states change. So for example if I have a login panel. Once the user logs in i want to go to a

RE: [flexcoders] String to XML oddness

2008-05-12 Thread Alex Harui
XML is totally different code from XMLDocument so there could be a bug somewhere. Please file a bug with a test case. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Monday, May 12, 2008 7:14 AM To:

RE: [flexcoders] View State Help

2008-05-12 Thread Tracy Spratt
ViewStack is easier to use if there are significant difference between the views. Many people use a popup for login. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cwicky99 Sent: Monday, May 12, 2008 1:18 PM To:

RE: [flexcoders] Drawing letters -- sprites?

2008-05-12 Thread Alex Harui
Not really. TextField is the only way to get text. I suppose you could generate a bitmap from a textfield and copy character, but that's a lot of work. You only have to use createInFontContext if you have multiple SWFs and are embedding fonts in different SWFs. Otherwise, generate a

[flexcoders] Re: Tree with adjustable height and without scroll bar

2008-05-12 Thread gaurav1146
Hi Alex, That did the trick. Thanks a lot. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Set the tree's height by calling measureHeightOfItems() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: Drawing letters -- sprites?

2008-05-12 Thread icodeflex
is this what you are after? The key is to call textFormat on your text. import flash.text.TextField; import flash.text.TextFormat; /// some method calls code like this line to kick it off: this.rawChildren.addChild( createWhiteCircle( 1 ) ); private function createLabel( color:

[flexcoders] Re: How can I launch windows applications like wordpad and notepad from AIR?

2008-05-12 Thread sudha_bsb
Hi Zoli, Thanks a lot. That was really a cool framework. I am facing problems with some of the applications. Fault: [RPC Fault faultString=Invalid UUID apdotnet.Sample faultCode=Aperture.Error.InvalidUUID faultDetail=Invalid class string] for Dotnet Sample. Fault: [RPC Fault faultString=Error

RE: [flexcoders] Drag and Drop (modify default dragProxy)

2008-05-12 Thread Alex Harui
It isn't the DragProxy you want to change, but probably just the dragImage handed into DragManager.doDrag. The place to do that is in a handler for DRAG_START where you call preventDefault() so the default dragImage isn't used. You can also subclass and override dragImage.

[flexcoders] Flexbuilder error with resource bundles

2008-05-12 Thread Richard Rodseth
I've created a Resource bundle which includes Embed directives and I'm starting to get what seem like spurious errors in Flexbuilder. Invalid Embed directive in stylesheet They go away if I do a clean build, but return if I make any change (in unrelated files) I see others have similar

[flexcoders] Some Slider help needed please.

2008-05-12 Thread Mark
I'm using 2 sliders (each has 2 thumbs for min and max) to help zoom in on charts. In some cases those sliders need to change their min and max values. That I can do but I'm having a hard time changing the labels and values. Those don't seem to be able to accept bindings. Can anyone help

[flexcoders] Re: Flex Item Renderer using popup to edit datagrid - How to refresh datagrid?

2008-05-12 Thread web2mmac
Tracy, That is my question. I am not able to communicate back to the main app due to the item renderer calling the popup page. Once the popup closes, the array used to bind to the main app datagrid is updated, but the datagrid in the main app does not get updated. Thanks, Mary --- In

Re: [flexcoders] Re: How can I launch windows applications like wordpad and notepad from AIR?

2008-05-12 Thread Carlo Gulliani
build air file and launch it. I've got the same errors on testing level - Original Message From: sudha_bsb [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, May 12, 2008 9:28:30 PM Subject: [flexcoders] Re: How can I launch windows applications like wordpad and notepad

[flexcoders] SQL statement is not finding my table in AIR app

2008-05-12 Thread bredwards358
I've started implementing the bulk of the database logic in our current software project, and while trying to get the select statement to work in populating the datagrid in one window upon creation, I keep running into this error every time the SQL statement tries to execute. It keeps saying that

[flexcoders] Re: How can I launch windows applications like wordpad and notepad from AIR?

2008-05-12 Thread sudha_bsb
Hi, Thanks...That helped for outlook demo and CaptureDemo DotNetSample...I am still running out with the same error... Also Could you please explain me how to launch the System Calender Thanks, Sudha. --- In flexcoders@yahoogroups.com, Carlo Gulliani [EMAIL PROTECTED] wrote: build air file

Re: [flexcoders] Refactoring a complete package ( renaming com.a.Foo to com.b.Foo )

2008-05-12 Thread Maciek Sakrejda
If you have a *nix environment, you can do this fairly easily with a bit of sed and a few mv commands. I did this for our codebase (spanning a C program--that, come to think of it, I believe was converted by someone else--three core Java components, a Flex UI, and a number of smaller Java modules)

[flexcoders] Binding to Static Function

2008-05-12 Thread madflexcoder
I'm having a hard time binding to a static function. The function is just a shortcut through a singleton instance. I'm using the [Bindable(event=myChange)] metadata tag and the data is getting dispatched when the source changes, except the event doesn't notify anything to call the static function

[flexcoders] Re: Sending data to the Server

2008-05-12 Thread netdeep
Thanks for the reply Seth. I am now able to send an ArrayCollection of my custom class Chart: [Bindable] [RemoteClass(alias=factory.data.Chart)] public class ChartObject { private var name:String; private var axisList:ArrayCollection; public

RE: [flexcoders] Re: Flex Item Renderer using popup to edit datagrid - How to refresh datagrid?

2008-05-12 Thread Tracy Spratt
Are you getting your updated value from the pop-up back into the item renderer? Are you assigning the changed value to the item's appropriate property in the renderer? If so, then you may need to call dp_ac.itemUpdated(item) to make the DG refresh. Do that in the renderer through the

[flexcoders] Authentication against a RESTful web service

2008-05-12 Thread rydellfinn
Hi all - I have written a RESTful web service using Java (Jersey). I would like to have write a Flex 3 front end to make use of this service. What is the best way to have my Flex 3 login page authenticate against my web service? I have been trying to use Basic Authentication with the

Re: [flexcoders] Re: Programmatically setting default styles that can be overriden with a stylesheet?

2008-05-12 Thread Josh McDonald
Sweet, thanks :) On Tue, May 13, 2008 at 1:20 AM, wesley.petrowski [EMAIL PROTECTED] wrote: You can try something like this (seemed to work for me): ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import

[flexcoders] Re: Flash CS3 Component Creation

2008-05-12 Thread swidnikk
Yes, I'm familiar with Modules. During an adobe screen cast about the Flex Component Kit, someone popped a question about dynamically loading Flex Components compiled in Flash, the answer was to use modules. I can't get this to work though!! :( So here's what I've tried: STEP 1 Compile a SWF

[flexcoders] how to lookup a component with only a string id

2008-05-12 Thread celumbra
I am looking for how to access components when all I have is its id string. In one experiment, shown below, for instance, I have a repeater to build a set of buttons from an array collection. When clicked, I want to select a particular component in the application. If I pass the id of the

[flexcoders] Working with modules

2008-05-12 Thread Nate Pearson
I'm building an application with multiple modules. Each module is a different project in flex builder. I have a main application project that each module compiles a swf to. I want to be able to run each module by it's self to develop/debug it. I can't figure out how to do this. My module

RE: [flexcoders] how to lookup a component with only a string id

2008-05-12 Thread Gordon Smith
You're probably looking for this[copper] Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of celumbra Sent: Monday, May 12, 2008 2:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] how

RE: [flexcoders] question on UI Component Class

2008-05-12 Thread Gordon Smith
Because Application is a Container. Containers support automatically sizing their children, while UIComponent expects children to be explicitly sized. Gordon Smith Adobe Flex SDK team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: Working with modules

2008-05-12 Thread djohnson29
Hi Nate, That's correct. Just create each module as an application to start with. Set it as the default application so you can run / debug. Once it's all working, just change the root tag. I'm working on an application that uses modules and that's how I develop each new module. cheers

RE: [flexcoders] Working with modules

2008-05-12 Thread Alex Harui
Yes, or build a shell app that loads the module. BTW, while modules are smaller and faster than sub-applications, they are also more tightly bound as the must use interfaces to communicate with the loading application.. This means that, over time, as your application grows, if your app is

[flexcoders] Re: Working with modules

2008-05-12 Thread Nate Pearson
Thanks for the response guys. So it sounds like in a future version of flex I might have to move all my modules into one application and make them sub apps, but I would only have to do that once, right? That doesn't sound that scary :) *crosses fingers* --- In flexcoders@yahoogroups.com, Alex

Re: [flexcoders] Flex,PHP ,PHPAMF(OR WEBORB) and Cairngorm Demo links need

2008-05-12 Thread Rick Schmitty
That is a really good set of links you have stored in those pages Douglas, thanks for sharing! On Mon, May 12, 2008 at 12:51 AM, Douglas McCarroll [EMAIL PROTECTED] wrote: http://www.brightworks.com/technology/adobe_flex/cairngorm.html

Re: [flexcoders] Disable compiler warning: CSS type selectors are not supported in components: 'xxx'

2008-05-12 Thread Josh McDonald
Hey guys, Can anybody help me on this? I'm having the same thing. I don't want to turn off all warnings, they're very useful sometimes (like BAR won't be able to detect updates to FOO when you forget [Bindable], but I can't see these for all the damned CSS warnings I get when editing a big

RE: [flexcoders] Re: Sending data to the Server

2008-05-12 Thread Seth Hodgson
Make sure your classes adhere to AMF serialization rules. You need public get/set accessors for each property. You can also use either of the following config settings for your channel-definition on the server to further debug any problems with de/serializing your custom types.

RE: [flexcoders] Authentication against a RESTful web service

2008-05-12 Thread Seth Hodgson
Aside from auth challenges, in case you're not aware, the Player can not issue PUT, DELETE or HEAD requests due to limitations in the browser APIs that it uses for HTTP support, as well as security considerations. Setting request headers also presents some challenges due to security issues, and

[flexcoders] Re: RPC Fault, Error #1088 when receiving SOAP response with MTOM enabled

2008-05-12 Thread Robert Csiki
Hi there, Is MTOM still unsupported, in Flex3? I'm still getting the same type of error, looks like Flex can't decode SOAP responses encoded MTOM. Robert --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: There are no plans right now, but it's worth logging an

[flexcoders] Memory leak in UIDUtil.createUID()

2008-05-12 Thread shlomic_thailand
Hi i ran the following simple application in flex builder 3 profiler and found that this method (createUID) is leaking memory. looking at its content seems its ok - any ideas ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

[flexcoders] Re: Memory leak in UIDUtil.createUID()

2008-05-12 Thread Bjorn Schultheiss
I hope not. I'm using it everywhere! --- In flexcoders@yahoogroups.com, shlomic_thailand [EMAIL PROTECTED] wrote: Hi i ran the following simple application in flex builder 3 profiler and found that this method (createUID) is leaking memory. looking at its content seems its ok - any ideas

Re: [flexcoders] Re: RPC Fault, Error #1088 when receiving SOAP response with MTOM enabled

2008-05-12 Thread Josh McDonald
In case this bites me in the near future (everything else SOAP does), what's MTOM? -J On Tue, May 13, 2008 at 8:41 AM, Robert Csiki [EMAIL PROTECTED] wrote: Hi there, Is MTOM still unsupported, in Flex3? I'm still getting the same type of error, looks like Flex can't decode SOAP responses

RE: [flexcoders] Re: Working with modules

2008-05-12 Thread Alex Harui
What I was trying to get at is that the last step where you flip the top tag from mx:Application to mx:Module would be skipped. It would remain an application. In the loading app, you would not use ModuleLoader and use SWFLoader instead. There is no restriction on the sub-app being in the

RE: [flexcoders] Re: Memory leak in UIDUtil.createUID()

2008-05-12 Thread Alex Harui
The profiler does not always account for strings correctly. You may be seeing the results of that. The true test is to run the test in the release player and automatically generate UIDs and see if memory usage grows over time. From: flexcoders@yahoogroups.com

[flexcoders] shared code issue

2008-05-12 Thread Bjorn Schultheiss
I'm getting this error TypeError: Error #1034: Type Coercion failed: cannot convert com.qmecom.common.events::[EMAIL PROTECTED] to com.qmecom.common.events.UploadAssetsModuleEvent. at flash.events::EventDispatcher/dispatchEventFunction() at

RE: [flexcoders] Disable compiler warning: CSS type selectors are not supported in components: 'xxx'

2008-05-12 Thread Rick Winscot
The switches you are looking for are -compiler.show-unused-type-selector-warnings Or the alias. -show-unused-type-selector-warnings Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Monday, May 12, 2008 6:18 PM To:

[flexcoders] Re: shared code issue

2008-05-12 Thread Bjorn Schultheiss
my bad.. shared code module wasn't compiling due to a weird compiler error. it wasn't displaying in my problems panel for some reason. --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: I'm getting this error TypeError: Error #1034: Type Coercion failed: cannot

RE: [flexcoders] Re: RPC Fault, Error #1088 when receiving SOAP response with MTOM enabled

2008-05-12 Thread Seth Hodgson
No SOAP attachment specifications are currently supported; if an enhancement request hasn't been logged, go ahead and log one. Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Csiki Sent: Monday, May 12, 2008 3:42 PM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Disable compiler warning: CSS type selectors are not supported in components: 'xxx'

2008-05-12 Thread Josh McDonald
That doesn't seem to work for me when I put it in the additional compiler options box under project properties. But I did discover the filters actually let you enter one substring you don't want to show, so I'm getting by with showing everything that doesn't contain CSS type selector. Kinda

[flexcoders] Re: magnifying glass component

2008-05-12 Thread wjacker2
I wrote a sample magnifying glass example, Hope this can help you. main code: //Magnifying_glass.mxml ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute xmlns:local=* local:MagnifyingGlassImage source=testImage.gifshowMagnifyBitmap=true

[flexcoders] Re: ProgressBar itemRenderer

2008-05-12 Thread Hob Spillane
Did you ever have any luck resolving this? It's been a while since your post, but I'm having the same problem. It also happens in the AdvancedDataGrid. -Hob --- In flexcoders@yahoogroups.com, Pete [EMAIL PROTECTED] wrote: Hi all, I'm having a fair amount of trouble getting an

[flexcoders] Re: Working with modules

2008-05-12 Thread alewisohn7305
I typically create a test harness application that simulates the environment the module will be loaded into. --- In flexcoders@yahoogroups.com, Nate Pearson [EMAIL PROTECTED] wrote: I'm building an application with multiple modules. Each module is a different project in flex builder. I have

Re: [flexcoders] FlexCF.com Launches!

2008-05-12 Thread George Lu
Hi Dale, I've looked around your new site. It's a great site. However, I've got a little suggestion. Can you possibly add a tutorial about how to configure CF and Flex connection (as you've shown in the CFUG meeting)? Regards, George 2008/4/18 Dale Fraser [EMAIL PROTECTED]: We are very

[flexcoders] Firefox causing problem with showing of a custom component; works well with IE

2008-05-12 Thread mailamannow
I have developed a simple custom component with canvas as the container. I use this component in my main application and run it in Internet Explorer it works perfectly. It has scroll bars at application level and enough space that the component need not get partially hidden at the bottom due to