[flexcoders] Dynamic image

2009-10-05 Thread markgoldin_2000
I am returning a binary stream from the server. That stream once received into Browser will be opened as an image (tiff format). Can that stream be a source for a dynamic image in Flex? Thanks

[flexcoders] AIR and HTTPService

2009-09-30 Thread markgoldin_2000
Is there any difference in using HTTPService between Flex and AIR applications? Thanks

[flexcoders] Re: AIR and HTTPService

2009-09-30 Thread markgoldin_2000
Tracy, are you there? --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: Is there any difference in using HTTPService between Flex and AIR applications? Thanks

[flexcoders] PDF in AIR application

2009-09-25 Thread markgoldin_2000
I have a few questions about viewing/printing PDF content from an AIR application. 1. Can Adobe PDF Reader be replaced with another PDF Viewer? 2. If not, what kind of Reader automation is available while developing an AIR application? For example, can I intercept a click on the Print button? Or

[flexcoders] Re: Data Pushing

2009-07-03 Thread markgoldin_2000
You can push data yourself using a sockect class. One product I have tried was Lighstreamer. --- In flexcoders@yahoogroups.com, Adrian Resa Jones noregret...@... wrote: The software (flex or air) needs to allow more than one user to work on the same data at the same time in a collaborative

[flexcoders] Re: Reading a 2D barcode

2009-07-01 Thread markgoldin_2000
A quick Googling: http://www.download3k.com/System-Utilities/Automation-Tools/Download-bcWebCam-Read-Barcode-with-Web-Cam.html That means that yes, you can read barcodes with a web cam and the barcode gets entered into an active appication's active field. Just like if you would read a barcode

[flexcoders] comboBox close event trigger

2009-06-04 Thread markgoldin_2000
Is it possible to intercept combobox's close event and discover what triggerd the event? I have looked into event.triggerEvent but was not able to get any value. Thanks.

[flexcoders] Re: Flex and Reporting

2009-06-04 Thread markgoldin_2000
I am using SQL reports with all Flex applications. A SQL report is rendered in an iFrame. --- In flexcoders@yahoogroups.com, Angelo Anolin angelo_ano...@... wrote: Hi everyone, I am totally amazed at the cool front-end UI things that could be done in Flex.  I have been dabbling a lot on

[flexcoders] FormItem format/validation

2009-06-03 Thread markgoldin_2000
Here is my field definition: mx:FormItem label=email mx:TextInput id=email textInput= salesreps.selectedItem.changed=(salesreps.selectedItem.changed==0 ?

[flexcoders] Re: Is this list declining?

2009-06-03 Thread markgoldin_2000
the provider be bought by a competitor and the major support been broken And it looks like that what has happened already, because it takes forever to get the message posted :(( --- In flexcoders@yahoogroups.com, Igor Costa igorco...@... wrote: Not declining but getting quality of topics. all

[flexcoders] Flex 4 beta and iFrame

2009-06-02 Thread markgoldin_2000
A quick run from new Flash Builder unvealed a problem with using iFrame. The message is: Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support

[flexcoders] Re: Flex 4 beta and iFrame - fixed

2009-06-02 Thread markgoldin_2000
Fixed. In run/debug changed from: D:\projects\sfcs\UFDPortal\bin-debug\UFDPortal.swf to D:\projects\sfcs\UFDPortal\bin-debug\UFDPortal.html --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: A quick run from new Flash Builder unvealed a problem with using iFrame

[flexcoders] Re: May I install Flex 3 builder and new Flash builder in same computer

2009-06-01 Thread markgoldin_2000
Do we provide an existing license for beta installation? --- In flexcoders@yahoogroups.com, Sam Lai samuel@... wrote: You can install a separate copy of Flash Builder 4 standalone and it will remain separate from any Flex Builder 2 or 3 installations. Also, workspaces created in Flex

[flexcoders] Re: May I install Flex 3 builder and new Flash builder in same computer

2009-06-01 Thread markgoldin_2000
When I try to debug/run a project from new Builder it complains about FP version. I dont want to go thru its installation. What should I do? --- In flexcoders@yahoogroups.com, Sam Lai samuel@... wrote: You can install a separate copy of Flash Builder 4 standalone and it will remain

[flexcoders] Re: Data Grid : headers above and in the left side.

2009-05-28 Thread markgoldin_2000
What if your left side headers are just another column with data looking like desired header text? You will have to build your data with an extra column that is the first column in the DataGrid. --- In flexcoders@yahoogroups.com, carlogiordano11 carlogiordan...@... wrote: Hi guys, someone

[flexcoders] Run time Warning

2009-05-28 Thread markgoldin_2000
warning: unable to bind to property 'ext' on class 'XML' (class is not an IEventDispatcher) It's coming from: mx:FormItem label=Ext required=true includeInLayout=false mx:TextInput id=ext focusOut=c.formatNumbers(ext, salesreps) width=10%

[flexcoders] Re: Run time Warning

2009-05-28 Thread markgoldin_2000
://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Thursday, May 28, 2009 8:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Run time Warning warning: unable to bind to property 'ext

[flexcoders] Re: data binding in textinput ?

2009-05-28 Thread markgoldin_2000
He is not the only one who would think that binding should work both directions. --- In flexcoders@yahoogroups.com, Tom McNeer tmcn...@... wrote: Hi, On Thu, May 28, 2009 at 1:45 PM, luvfotography ygro...@... wrote: How do I get databinding to work in textinput? I think you

[flexcoders] Re: Run time Warning

2009-05-28 Thread markgoldin_2000
, markgoldin_2000 markgoldin_2000@ wrote: But my XML is set to bindable. --- In flexcod...@yahoogro mailto:flexcoders%40yahoogroups.com ups.com, Jake Churchill jake@ wrote: Convert the XML to an arraycollection of VOs and make the entire VO class bindable. Jake Churchill

[flexcoders] Strange error

2009-05-27 Thread markgoldin_2000
I am getting the following error: Severity and DescriptionPathResourceLocation Creation Time Id D:\projects\sfcs\UFDCommonLib\src\CustomSkin.as and D:\projects\sfcs\UFDCommonLib\src\CustomSkin.mxml can't co-exist in the same directory. UFDCommonLib Why

[flexcoders] Common library with another SWC file

2009-05-27 Thread markgoldin_2000
I have a common library that I share between my projects. I want to use Adobe AutoComplete and I have added the SWC file to this library just to keep things in one place. I am using xmlns:modulecode=modulecode.* to get generic components from my shared library, but how do I get it from

[flexcoders] Compile error

2009-05-27 Thread markgoldin_2000
What does that error mean? could not find source for class classname Thanks

[flexcoders] Re: modify item before binding to datagrid

2009-05-22 Thread markgoldin_2000
have posted. Any further advise? From: markgoldin_2000 markgoldin_2...@... To: flexcoders@yahoogroups.com Sent: Wednesday, 20 May, 2009 21:52:25 Subject: [flexcoders] Re: modify item before binding to datagrid Angelo, did you try the code

[flexcoders] Re: modify item before binding to datagrid

2009-05-22 Thread markgoldin_2000
Of cource I meant: import mx.utils.ObjectUtil; --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: How about import.utils.ObjectUtil; --- In flexcoders@yahoogroups.com, Angelo Anolin angelo_anolin@ wrote: Hi Mark, I cannot seem to get your code working

[flexcoders] Re: modify item before binding to datagrid

2009-05-22 Thread markgoldin_2000
for your patience. From: markgoldin_2000 markgoldin_2...@... To: flexcoders@yahoogroups.com Sent: Friday, 22 May, 2009 21:51:55 Subject: [flexcoders] Re: modify item before binding to datagrid Of cource I meant: import mx.utils.ObjectUtil

[flexcoders] Access FormItem child

2009-05-22 Thread markgoldin_2000
If I have a FormItem like this: ?xml version=1.0 encoding=utf-8? mx:FormItem xmlns:mx=http://www.adobe.com/2006/mxml; width=100% height=100% direction=horizontal mx:TextInput id=username/ mx:Button width=22 icon=@Embed(source='../assets/find.png') id=find

[flexcoders] Re: Master-Detail Datagrid and Form

2009-05-20 Thread markgoldin_2000
There are other ways but here what I am doing: mx:FormItem width=100% direction=horizontal label=First Name required=true mx:TextInput id=firstname focusOut=formatNames(firstname) text={badgelist.selectedIndex==-1 ?

[flexcoders] Re: Master-Detail Datagrid and Form

2009-05-20 Thread markgoldin_2000
the same into variables and then set those variable values into the form field. I am still trying your codes out. Regards. From: markgoldin_2000 markgoldin_2...@... To: flexcoders@yahoogroups.com Sent: Wednesday, 20 May, 2009 20:41:33 Subject

[flexcoders] Re: modify item before binding to datagrid

2009-05-20 Thread markgoldin_2000
value? Thanks. From: markgoldin_2000 markgoldin_2...@... To: flexcoders@yahoogroups.com Sent: Monday, 18 May, 2009 23:44:33 Subject: [flexcoders] Re: modify item before binding to datagrid Here is what I am doing. column definition

[flexcoders] DataGrid drag and drop

2009-05-19 Thread markgoldin_2000
If I have a source DG with dragMoveEnabled=true should dd remove dragged item from the source dataProvider as well or I have to do it manually? Thanks

[flexcoders] FormItem with Datagrid extra white space

2009-05-19 Thread markgoldin_2000
mx:FormItem width=100% direction=horizontal label=Contacts mx:DataGrid id=custcontacts fontSize=10 width=100% height=70% creationComplete=contactList() mx:columns

[flexcoders] DataGrid header skin

2009-05-18 Thread markgoldin_2000
Can someone please provide a sample of datagrid header skin that would be just the same as a regular one? Thanks

[flexcoders] ADG and Flex 4

2009-05-18 Thread markgoldin_2000
Sorry for bringing this up again but I need to try out an ADG working in Gumbo. I have multiple applications built around ADGs. I have been researching Web very intensively but could find even one working example. I have posted to Gumbo Forum at Adobe but had no respond. Can someone please

[flexcoders] Re: modify item before binding to datagrid

2009-05-18 Thread markgoldin_2000
Here is what I am doing. column definition: mx:DataGridColumn headerText=Block dataField=tcbkcd sortCompareFunction=sortNumericColumnTrackTotal/ and: private function sortNumericColumnTrackTotal(itemA:Object, itemB:Object):int { return ObjectUtil.numericCompare(itemA[TrackTotal.col],

[flexcoders] Re: modify item before binding to datagrid

2009-05-18 Thread markgoldin_2000
{ col = columns[event.columnIndex].dataField; } } } --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: Here is what I am doing. column definition: mx:DataGridColumn headerText=Block dataField=tcbkcd sortCompareFunction=sortNumericColumnTrackTotal

[flexcoders] Re: ADG and Flex 4

2009-05-18 Thread markgoldin_2000
Thank you, Matt. --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: You'll need to wait for when the beta comes out that includes the Gumbo-compatible ADG. That will be some time in June. Matt On 5/18/09 10:02 AM, markgoldin_2000 markgoldin_2...@... wrote

[flexcoders] Mimic DataGrid header skin

2009-05-15 Thread markgoldin_2000
I want to have all my DataGrid and ADG headers look the same. For that I want to have a custom AdvancedDataGridHeaderRenderer for columns in ADGs. How can I mimic a DataGrid column skin? Thanks for Help

[flexcoders] Tree nodes sorting

2009-05-15 Thread markgoldin_2000
Is it possible to sort a Tree in a such way that folders will be shown first? Thanks

[flexcoders] Re: Mimic DataGrid header skin

2009-05-15 Thread markgoldin_2000
Please anyone? --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: I want to have all my DataGrid and ADG headers look the same. For that I want to have a custom AdvancedDataGridHeaderRenderer for columns in ADGs. How can I mimic a DataGrid column skin? Thanks

[flexcoders] Re: Storing an array in a Database?

2009-05-15 Thread markgoldin_2000
How that is different from a database table with 25 rows? You populate your array from that table, use the array as a datProvider and save changed data back to db. Am I missing something here? --- In flexcoders@yahoogroups.com, Laurence MacNeill lmacne...@... wrote: Ok, I think maybe I'm

[flexcoders] Re: Does ADG work with Gumbo?

2009-05-14 Thread markgoldin_2000
, markgoldin_2000 markgoldin_2...@... wrote: Ok then :) So my question is: How to get ADG working using SDK 4? --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiverton@ wrote: On Wednesday 13 May 2009, markgoldin_2000 wrote: I've got more results but I am not sure if it's fine

[flexcoders] Tree backgorund color

2009-05-14 Thread markgoldin_2000
How can I change a background color from white to something else? Thanks

[flexcoders] Re: Tree backgorund color

2009-05-14 Thread markgoldin_2000
Yep, that's the one. Thanks --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: depthColors? --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2000@ wrote: How can I change a background color from white to something else? Thanks

[flexcoders] Is this very bad?

2009-05-14 Thread markgoldin_2000
When I open Builder: Error opening the editor. Assertion failed:

[flexcoders] Re: Does ADG work with Gumbo?

2009-05-13 Thread markgoldin_2000
I've got more results but I am not sure if it's fine to ask Gumbo questions here. --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Friday 08 May 2009, Charles Parcell wrote: Could it be a professional license thing. That applies to watermarking of the

[flexcoders] Re: Does ADG work with Gumbo?

2009-05-13 Thread markgoldin_2000
May 2009, markgoldin_2000 wrote: I've got more results but I am not sure if it's fine to ask Gumbo questions here. It's fine as far as I know, same as AIR :-)

[flexcoders] Re: Does ADG work with Gumbo?

2009-05-13 Thread markgoldin_2000
Ok then :) So my question is: How to get ADG working using SDK 4? --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Wednesday 13 May 2009, markgoldin_2000 wrote: I've got more results but I am not sure if it's fine to ask Gumbo questions here. It's fine as far

[flexcoders] Re: Form layout question

2009-05-11 Thread markgoldin_2000
=features.text} width=100%/ /mx:FormItem /mx:Form --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Can you show some code? --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2000@ wrote

[flexcoders] Apply SDK changes

2009-05-11 Thread markgoldin_2000
If I change a line or two in SDKs source code how do I apply these changes to my project? Thanks

[flexcoders] Re: Form layout question

2009-05-11 Thread markgoldin_2000
/ /mx:FormItem --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2000@ wrote: Sure. Here: mx:Form width=60% id=listterms horizontalGap=1 mx:FormItem direction=horizontal mx:Label text=Style color=#00

[flexcoders] Source Not Found in Flex Builder Debug

2009-05-11 Thread markgoldin_2000
When I run my app from the Builder I am getting an SDK run-time error that does not open a source file but instead shows: Source not found How do I fix it? Thanks

[flexcoders] Re: Source Not Found in Flex Builder Debug

2009-05-11 Thread markgoldin_2000
using the Flex RSL does this. If it's a standard open source Flex class, try incorporating the Flex code into your project instead of using the RSL and see if that works. - Daniel Freiman On Mon, May 11, 2009 at 10:53 AM, markgoldin_2000 markgoldin_2...@... wrote: When I run my

[flexcoders] Re: Source Not Found in Flex Builder Debug

2009-05-11 Thread markgoldin_2000
files) Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Monday, May 11, 2009 9:53 AM To: flexcoders

[flexcoders] Re: Source Not Found in Flex Builder Debug

2009-05-11 Thread markgoldin_2000
Well, that what it says. I am not modifying that for any of my projects. --- In flexcoders@yahoogroups.com, Daniel Freiman freima...@... wrote: Project Properties - Flex Build Path - Library Path - Framework Linkage - Merged Into Code On Mon, May 11, 2009 at 11:17 AM, markgoldin_2000

[flexcoders] Re: Source Not Found in Flex Builder Debug

2009-05-11 Thread markgoldin_2000
? On Mon, May 11, 2009 at 11:57 AM, Daniel Freiman freima...@...wrote: What actual class is throwing the error? On Mon, May 11, 2009 at 11:55 AM, markgoldin_2000 markgoldin_2...@... wrote: Well, that what it says. I am not modifying that for any of my projects

[flexcoders] Re: Apply SDK changes

2009-05-11 Thread markgoldin_2000
:49 AM, markgoldin_2000 markgoldin_2...@... wrote: If I change a line or two in SDKs source code how do I apply these changes to my project? Thanks

[flexcoders] Trying Gumbo

2009-05-08 Thread markgoldin_2000
I am trying to compile my project using Flex 4 SDK. I am getting the following error: 1046: Type was not found or was not a compile-time constant: AdvancedDataGrid. What am I missing? Also I have a share library project. When I try to compile it with Flex 4 I get many errors about Matrix3D and

[flexcoders] Launch Failed

2009-05-08 Thread markgoldin_2000
I am trying a simlpe Flex 4 application found in the Web: ?xml version=1.0 encoding=utf-8? fx:Application xmlns=http://ns.adobe.com/mxml/2009; xmlns:fx=library://ns.adobe.com/flex/spark xmlns:mx=library://ns.adobe.com/flex/halo mx:VBox fx:Button label=Gumbo Button/

[flexcoders] Re: Launch Failed

2009-05-08 Thread markgoldin_2000
Builder 3 using Spark components? On Fri, May 8, 2009 at 7:04 AM, markgoldin_2000 markgoldin_2...@...wrote: I am trying a simlpe Flex 4 application found in the Web: ?xml version=1.0 encoding=utf-8? fx:Application xmlns=http://ns.adobe.com/mxml/2009; xmlns:fx=library

[flexcoders] Re: Launch Failed

2009-05-08 Thread markgoldin_2000
yet? Shouldn't this question be for the beta list and not a public forum? Charles P. On Fri, May 8, 2009 at 10:28 AM, markgoldin_2000 markgoldin_2...@...wrote: I am using Flex 3 Builder. I am trying to see what is going to be involved to move to Flex 4 when it's out. So far, I

[flexcoders] Re: Trying Gumbo

2009-05-08 Thread markgoldin_2000
After I copied the whole fbpro from my 3.3 to 4.0 I am not getting the message about AdvancedDataGrid, but I am still getting: import mx.collections.HierarchicalData; 1172: Definition mx.collections:HierarchicalData could not be found --- In flexcoders@yahoogroups.com, markgoldin_2000

[flexcoders] Re: Launch Failed

2009-05-08 Thread markgoldin_2000
. Charles P. On Fri, May 8, 2009 at 10:38 AM, markgoldin_2000 markgoldin_2...@...wrote: I am simply trying Flex 4 SDK: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Charles Parcell

[flexcoders] Help with error

2009-05-08 Thread markgoldin_2000
What would this mean: TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.utils::URLUtil$/getProtocol()[E:\dev\trunk\frameworks\projects\rpc\src\mx\utils\URLUtil.as:239] at

[flexcoders] Re: Help with error

2009-05-08 Thread markgoldin_2000
...@... wrote: On Friday 08 May 2009, markgoldin_2000 wrote: TypeError: Error #1009: Cannot access a property or method of a null object reference. D:\projects\sfcs\UFDPortal\src\IFrame.as:353 I mean, I'm just *guessing* ya know, but might something be null around line 353 of your IFrame class

[flexcoders] Does ADG work with Gumbo?

2009-05-08 Thread markgoldin_2000
That's the error I am getitng: TypeError: Error #1007: Instantiation attempted on a non-constructor. at mx.controls::AdvancedDataGridBaseEx/getSeparator()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:4149] at

[flexcoders] Re: Does ADG work with Gumbo?

2009-05-08 Thread markgoldin_2000
But I do have Flex 3 Professional. --- In flexcoders@yahoogroups.com, Charles Parcell pokemonkil...@... wrote: Could it be a professional license thing. Not sure why that would be the case for an unreleased SDK, but... Charles P. On Fri, May 8, 2009 at 12:05 PM, markgoldin_2000

[flexcoders] Re: Does ADG work with Gumbo?

2009-05-08 Thread markgoldin_2000
rather than Flash 9? i saw a thread on this forum or another just today about how to change this. Charles P. On Fri, May 8, 2009 at 2:41 PM, markgoldin_2000 markgoldin_2...@...wrote: But I do have Flex 3 Professional. --- In flexcoders@yahoogroups.com, Charles Parcell

[flexcoders] Form layout question

2009-05-08 Thread markgoldin_2000
Can fields in a form be alligned like this: A ___ BB ___ CCC___ D ___ or like this: A___ BB___ CCC

[flexcoders] Form layout question

2009-05-08 Thread markgoldin_2000
Can fields in a form be alligned like this: A ___ BB ___ CCC ___ D___ or like this: A ___

[flexcoders] Form layout question

2009-05-08 Thread markgoldin_2000
Somehow labels in my form are all left aligned, while according to this: Aligning and spacing Form container children All Form container labels are right-aligned, and all children are left-aligned in the container. You cannot override this alignment it should be right-aligned.

[flexcoders] Application shows with a partial height

2009-05-06 Thread markgoldin_2000
What could be a cause for an application to show with a normal (full size) width and only about 100-130 pixels of a height? Everything in an app. says 100% for the height. Thanks for the help.

[flexcoders] Re: How to access Parent Component

2009-05-05 Thread markgoldin_2000
That works for me: import mx.core.*; private var mainApp:Object = new Object(); mainApp = mx.core.Application.application; --- In flexcoders@yahoogroups.com, jovialrandor jovialran...@... wrote: I am writing a custom component. I need to access a function from a parent application. How

[flexcoders] Tree with custom renderer data question

2009-05-01 Thread markgoldin_2000
I have a tree with following data fragment: ?xml version=1.0 encoding=windows-1252 ? - menu name=United Feather and Down menuid=1 parentid= link= line_id= dept_id= salesrepid=650 category=0 exclude=false comments=false - menu name=Customer Service menuid=20 parentid=1 link= line_id= dept_id=

[flexcoders] Looking for Portal ideas

2009-04-30 Thread markgoldin_2000
I have a project to create a new Company Web Portal. Something where top management would be able to run report summaries and stuff. Any sample sites, interface ideas, etc? Thanks

[flexcoders] Application's initialize event

2009-04-30 Thread markgoldin_2000
I am using this event to prepare some user information before the application is loaded. Or at least, I am assuming that. On my computer I am consistly getting user data (just another server call) before application loads but on a user computer the application loads before the user data. My

[flexcoders] Re: Tree custom renderer

2009-04-29 Thread markgoldin_2000
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Tuesday, April 28, 2009 7:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree custom renderer Actually it adds it behind the label. I have spent some time trying to tweak

[flexcoders] Re: Tree custom renderer

2009-04-29 Thread markgoldin_2000
renderer gets messed up. Any idea? Thanks --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: Yep, that was it, thanks! --- In flexcoders@yahoogroups.com, Yves Riel riel@ wrote: In your treeRendererFilter class, override the updateDisplayList method. In there, set

[flexcoders] Access Tree's current item renderer

2009-04-29 Thread markgoldin_2000
when I click on Tree's node how can I access the underlying item renderer? Thanks

[flexcoders] Very confused with Builder

2009-04-29 Thread markgoldin_2000
I have a common library that I share between my projects. The way I have confugired it is like this: I have added common library SWC to each project's libray path. When I want to at a component from common SWC to my project's mxml I am creating a new namespace xmlns:ns1=modulecode.* where

[flexcoders] Very confused with Builder

2009-04-29 Thread markgoldin_2000
I have a common library that I share between my projects. The way I have confugired it is like this: I have added common library SWC to each project's libray path. When I want to at a component from common SWC to my project's mxml I am creating a new namespace xmlns:ns1=modulecode.* where

[flexcoders] Re: Very confused with Builder

2009-04-29 Thread markgoldin_2000
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: 29 April 2009 16:07 To: flexcoders@yahoogroups.com Subject: [flexcoders] Very confused with Builder I have a common library that I share between my projects. The way I have confugired it is like

[flexcoders] Painting in Tree

2009-04-29 Thread markgoldin_2000
If I want to control painting when I scroll up and down a tree control which event(s) to override? Thanks

[flexcoders] Re: Tree custom renderer

2009-04-29 Thread markgoldin_2000
[mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Wednesday, April 29, 2009 9:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree custom renderer Not so fast :) My item renderer with additional objects is shown properly. But the whole tree is not working

[flexcoders] Re: Which rows in a datagrid contain modified items (and which don't) ?

2009-04-29 Thread markgoldin_2000
How about to have a flag field in your data? every time a row is modified set the flag to true for that row. Then filter data on that flag and send back modified rows only. --- In flexcoders@yahoogroups.com, Libby libbychan...@... wrote: Hi, People I have a datagrid where user can modify a

[flexcoders] Re: Access Tree's current item renderer

2009-04-29 Thread markgoldin_2000
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Wednesday, April 29, 2009 10:15 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Access Tree's current item renderer when I click on Tree's node how can I access the underlying item renderer? Thanks

[flexcoders] Tree custom renderer

2009-04-28 Thread markgoldin_2000
I am looking for design ideas to extend an item renderer for a tree control. Specifically, I want to have a node that would show a regular label for its name plus a radiogroup with 3-4 radio buttons shown horizontally with a node. So, the user can specify some filters for an upcoming interface

[flexcoders] Re: Tree custom renderer

2009-04-28 Thread markgoldin_2000
Of markgoldin_2000 Sent: Tuesday, April 28, 2009 2:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tree custom renderer I am looking for design ideas to extend an item renderer for a tree control. Specifically, I want to have a node that would show a regular label for its name

[flexcoders] Re: Tree custom renderer

2009-04-28 Thread markgoldin_2000
Of markgoldin_2000 Sent: Tuesday, April 28, 2009 3:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree custom renderer Thanks, Tracy, I have looked into your example. Here is what I got so far. It compiles fine, but when it runs I dont see anything except regular nodes

[flexcoders] Re: Tree custom renderer

2009-04-28 Thread markgoldin_2000
Actually it adds it behind the label. I have spent some time trying to tweak it with no success. Anybody, any idea? --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: Yes, that was a problem to show an additional component. Now when I see it, I realize that it's

[flexcoders] Re: Gumbo and ADG

2009-04-27 Thread markgoldin_2000
...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: 24 April 2009 18:49 To: flexcoders@yahoogroups.com Subject: [flexcoders] Gumbo and ADG I have Flex 3 professional. But if compile a project with Gumbo I am getting: Severity and Description Path Resource Location Creation

[flexcoders] Gumbo and ADG

2009-04-24 Thread markgoldin_2000
I have Flex 3 professional. But if compile a project with Gumbo I am getting: Severity and DescriptionPathResourceLocation Creation Time Id 1046: Type was not found or was not a compile-time constant: AdvancedDataGrid. Do I need to download something else?

[flexcoders] Is it just me or anyone else has the same problem

2009-04-24 Thread markgoldin_2000
Is it just me but it takes hours for my message to appear. Anyone has same problem?

[flexcoders] Re: HTTPService mistery

2009-04-24 Thread markgoldin_2000
I have compiled it with Gumbo, latest build, and it's even worse. Anyone, please share any idea. --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: Posting again... It is e4x. It has been identified, that it works fine for users who are local admins on the Web

[flexcoders] Type was not found or was not a compile-time constant: Matrix3D

2009-04-24 Thread markgoldin_2000
This is another message when I compile with Gumbo. I have set Player to 10. Please help.

[flexcoders] Re: HTTPService mistery

2009-04-24 Thread markgoldin_2000
Of markgoldin_2000 Sent: Friday, April 24, 2009 1:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: HTTPService mistery I have compiled it with Gumbo, latest build, and it's even worse. Anyone, please share any idea. --- In flexcod...@yahoogro mailto:flexcoders

[flexcoders] Re: HTTPService mistery

2009-04-24 Thread markgoldin_2000
, I think it would be acceptable to start another thread. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Friday, April 24, 2009 6:04 PM To: flexcoders

[flexcoders] Re: HTTPService mistery

2009-04-23 Thread markgoldin_2000
[mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Wednesday, April 22, 2009 11:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: HTTPService mistery While it seems to me I am missing something obvious I am pretty sertant it is somewhere in the send command

[flexcoders] Re: HTTPService mistery

2009-04-23 Thread markgoldin_2000
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Wednesday, April 22, 2009 11:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: HTTPService mistery While it seems to me I am missing something obvious I am pretty sertant

[flexcoders] testing posting

2009-04-23 Thread markgoldin_2000
I can't post anymore

[flexcoders] testing posting

2009-04-23 Thread markgoldin_2000
Is it working??

  1   2   3   4   5   6   7   >