[flexcoders] Flex 2.0 Primitive Explorer

2007-03-14 Thread sourcecoderia
For your viewing pleasure... http://flexibleexperiments.wordpress.com/2007/03/14/flex-20-primitive- explorer/ cheers. jason

[flexcoders] Flexcoders Message delays ?

2006-07-12 Thread sourcecoderia
Anyone else seeing delays in some of their messages ? Or not getting through at all? It's making it hard to follow, some get through faster then others, must be yahoo! or my provider. Perhaps I should just use the editor on the yahoo site instead of outlook. Jason

[flexcoders] Re: Explorer-like drag drop tree

2006-07-12 Thread sourcecoderia
Also one last thing about the Delayedtimer.as The original was flex 1.5. The idea, and credit for it goes to someone else (not sure who) I think it was richinternet blog or something. I just made it work for flex 2.0 in a different context from the original. It is quite different though.

[flexcoders] Flex 2 Icon in PopUpMenuButton

2006-07-04 Thread sourcecoderia
Any Idea how one could set the icon, tried a few things but dosn't seem to be working. I want an icon on the individual menu items. The data source does have the icon set as a string and the asset is available to the control. Any Ideas ? Jason -- Flexcoders Mailing List FAQ:

[flexcoders] Flash Debug Player problems Flex Final (Help!!!)

2006-06-28 Thread sourcecoderia
These are the things i have tried. Win 2000 pro, IE 6.5 1:Dowloaded and installed Flex Builder (oops problem debug) = (no good) 2:I have installed the debug player in the Flex 2.0 folder = (no good) 3:Installed Flash player 9 from Adobe site + restart = (no good) 4: C:\Program

[flexcoders] Re: Flash player is not a debugger?

2006-06-28 Thread sourcecoderia
Regular mail not getting through. I'm having the same problem been working to solve it all day. No luck. Just can't seem to get a debug working in IE. Firefox works. I even went as far as to clean any and all flash related stuff from my post. Did not help a bit. Are you all on another local

[flexcoders] Re: Flash player is not a debugger?

2006-06-28 Thread sourcecoderia
[mailto:[EMAIL PROTECTED] On Behalf Of sourcecoderia Sent: 28 June 2006 15:33 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flash player is not a debugger? Regular mail not getting through. I'm having the same problem been working to solve it all day. No luck. Just can't seem

[flexcoders] Column Drag,Drop, and Add Flex2 B3

2006-06-26 Thread sourcecoderia
I'm wanting to provide my users drag and drop column add functionality. Adding the columns is no problem, what I'm having trouble with is the column header drag proxy(can't get a handle on it) , and getting it to act like it's dragging a col. The drag over operation selects the entire grid as

[flexcoders] Is the Weblogs site down for anyone else ?

2006-06-22 Thread sourcecoderia
http://weblogs.macromedia.com/ is not working for me now for 2 day's ?? jason Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM

[flexcoders] Please Adobe. Unanswered questions, and building the community

2006-06-22 Thread sourcecoderia
IMHO a community is not at all built this way, any answer is better then no answer. For developers we ask a question if it goes without response we think either they are ignoring the question, can't be bothered, or it's a bug. Since the first thought is that they can't be bothered we continue

[flexcoders] Garbage collection and removeChild [Flex 2 beta 3]?

2006-06-20 Thread sourcecoderia
From the documents when using removeChild the removed display item is added to the garbage collection for later removal. However I'm reusing component instances and creating new instance of the same (a sort of tabbed interface where children are created and removed at will. The listeners for

[flexcoders] Re: Uh oh Ajax...

2006-06-14 Thread sourcecoderia
And yet another, this seems to be a good? Thing for Flex? But very bad for ajax. QUOTE. Just wait. Ajax is just asking for it. http://www.informationweek.com/software/showArticle.jhtml? articleID=188703194 Sure glad swf is compiled. (but still not un breakable) jason --- In

[flexcoders] Bug confirmation please ? Felx 2.0 b3

2006-06-12 Thread sourcecoderia
This below code returns the wrong index for a tree using e4x xml data as a provider wrapped into a xmlcollection. I've been fighting with tree drag and drop off and on for a bit now, can someone please confirm this is a bug or am I just doing things wrong. I've posted about this before but it

[flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread sourcecoderia
Has anyone figured out a way to do runtime CSS file loading? Is it possible? I know in Flex 1.5 it was, but the framework has changed so extensively that I have not figured out a way to do it yet. Any idea or help appreciated Jason -- Flexcoders Mailing List FAQ:

[flexcoders] Cursor questions Flex 2.0 B3

2006-06-05 Thread sourcecoderia
Have problems with cursors in the below context hopefully someone can shed a little light. I've extended the DividedBox, I added a button to the BoxDivider (the middle part) all works great except, when the user is over the button I need to change the mouse cursor to a the default mouse

[flexcoders] Bugs I wish fixed for the next version Flex 2.0 Beta3

2006-05-31 Thread sourcecoderia
A couple of little bugs I hope make it into the next beta/final product. The numeric stepper does not respond to tab focus properly always last to get the focus when tabbing regardless of the tab index. I have only tested this in a title window. The tree control is all out of wack Drop

[flexcoders] Still problems with Tree, and drag and drop Flex 2.0 b3

2006-05-29 Thread sourcecoderia
calculateDropIndex seems to return the index in side of it's parent does anyone know of a way to the index relative to the tree? indexToItemRenderer(the return of dropindex call) seems to return the root parent most likely caused buy the invalid Dropindex. So in short it seems almost

[flexcoders] Resolution Independence Thoughts (FLEX 2.0 B3)

2006-05-24 Thread sourcecoderia
Just wondering if anyone is thinking about various resolutions i.e. 800x600 1024x768 etc.. Even though we work on large 19+ screens I find most companies (future clients) do not have this size screen thus not a resolution optimal for screen space. I did notice that a size 8 default font on

[flexcoders] A little disappointed with Flex 2.0 (Beta 3)

2006-05-10 Thread sourcecoderia
Drag and drop in a tree control: No updating. The source is updated but the tree is not until you close and reopen the node to refresh it. Not even executeBindings updates it? It just doesn't seem to be getting the datasource changes event. The drop indicator is way off it's mark, always 2

[flexcoders] FileReference upload bytes FB2

2006-05-02 Thread sourcecoderia
Does anyone know of a way to get at the bytes for the upload process? instead of using upload(url) I would rather use remoting then a web service, and ideally I would like to send it in chunks, and have a return manifest type structure once done uploading. Any thoughts, or ideas on this?

[flexcoders] Getting at the bound reference Flex 2.0b2

2006-04-05 Thread sourcecoderia
Is it possible, or does anyone know of a way to get at the binding information for a component in order to get the name of the object, or item it is bound too. For example mx:TextBox text={Myvalue} / I would want to get the text={ Myvalue }, Myvalue, or something like that. Just to read it

[flexcoders] A suggestion for the group (Tutorials and Tip's)

2006-03-31 Thread sourcecoderia
You know I'm seeing allot of new users having problems with getting their head around Flex. I understand the problems having gone through it. Most of them see due to a lack of examples and are quite elementary. Searching this group is dead slow. I have seen some very excited people come

[flexcoders] Bug : Popupbar when in viewstack [Flex 2.0 b2]

2006-03-29 Thread sourcecoderia
So there seems to be a bug in the view stack not redrawing it's children, or a bug in the popupbutton. The dropdown menu is not being cleared. The only way to avoid it is to add the menu as a child to the popupbuttons parent container and don't include it in the layout. See below code. Run it

[flexcoders] Model Popup Bug ?

2006-03-16 Thread sourcecoderia
There seems to be a bug when using the popup manager if it is set to topMost = true then all subsequent windows fall behind. For example a mx:ComboBox when dropped down the drop down portion of the ComboBox will fall behind the principle window. Does this make sense ? :) Jason --

[flexcoders] XML DataModels, e4x, XMLList, and binding issues ? [Flex 2.0 b1]

2006-03-15 Thread sourcecoderia
Are we going to be able to properly bind to e4x and xml data? In the beta 1 I keep getting errors: warning: unable to bind to property 'data' on class 'Object' (class is not an IEventDispatcher) Or warning: unable to bind to property 'status' on class 'XML' (class is not an

[flexcoders] XMLEncoder Question [Flex 2.0 b1]

2006-03-14 Thread sourcecoderia
Any one know where i can find more info or examples on the XMLEncoder? Or has anyone used this yet for encoding objects to xml ? Samples, pointers, idea? Thanks Jason -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Problem with datagrid, e4x data, and checkbox cellrenderer. Flex (2.0 b1)

2006-03-13 Thread sourcecoderia
hello all, When a datagrid is bound to a XMLListCollection which is the result of a httpservice xml(e4x) load, it loads fine. The data is rendered. However on one of my col I want a checkbox cellrenderer. When I set the selected to the value in the dataobject within the renderer it does not

[flexcoders] Error on tree folder (Flex:2.0 b1)

2006-02-23 Thread sourcecoderia
Hello all; I'm getting a error that i can't seem to trap when dragging an item into a folder that has no child items yet. The tree uses a XMLListCollection for a datasource. If there is at least one item (leaf) it works fine. Has anyone noticed any issue here, and/or a possible solution?

[flexcoders] A little function for getting the host [Flex 2.0 beta]

2006-02-10 Thread sourcecoderia
Just wanted to share this "as" for getting the host. Itcan be a little pain when working between running local, inside flex, or on a server. So if your usingservices this may or may not benefit you. I use it in my main application container. Us it however you wish. If anyone has a better way to

[flexcoders] Icon bug and tree Control (Flex 2.0 beta)

2006-02-09 Thread sourcecoderia
When custom icons are used, and you hover over the icon, the item is not selected. If you use built in icons it is. So a click/double click directly on/over a custom icon has no effect for said item. I'm sure it'll be fixed. Just thought I'd pass that along. -- Flexcoders Mailing List

[flexcoders] Delete Item after Drag operation in Tree (Flex 2.0)

2006-02-05 Thread sourcecoderia
Anyone know how I should be approaching this can't seem to get it right. The data provider is an XMLListCollection, and when the item is a MOVE action I need to get rid of the original item in the tree view. I was using the dragComplete event but does not seem to give the results I hoped for.

[flexcoders] Re: Could someone please confirm this (Tree, Dragdrop, e4x with FLEX 2.0)?

2006-01-26 Thread sourcecoderia
this out again if you can wait a little while longer. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sourcecoderia Sent: Wednesday, January 25, 2006 9:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Could someone

[flexcoders] Is there a way to get the Root http://server/ ?

2006-01-26 Thread sourcecoderia
In flex 2.0 similare to the flex 1.5 contextroot. Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Could someone please confirm this (Tree, Dragdrop, e4x with FLEX 2.0)?

2006-01-25 Thread sourcecoderia
Has anyone used a tree control and e4x data returned from web service, and implemented drag and drop node positioning successfully? Can anyone confirm there is a bug ? The control won't place the dropped node in the right place. It always appears at the bottom of the parent node. However in

[flexcoders] Re: Could someone please confirm this (Tree, Dragdrop, e4x with FLEX 2.0)?

2006-01-25 Thread sourcecoderia
to see the problem if it is different from the above. HTH, Anatole Tartakovsky - Original Message - From: sourcecoderia To: flexcoders@yahoogroups.com Sent: Wednesday, January 25, 2006 8:23 AM Subject: [flexcoders] Could someone please confirm this (Tree, Dragdrop, e4x

[flexcoders] Flex 2.0 (Tree Drag and Drop)

2006-01-19 Thread sourcecoderia
I have a web service returning an e4x resultformat. Applied to the tree control the object type of a node becomes a XMLTreeDataProvider data type. Now Flex 2.0 allows us to drag and drop the nodes just fine but the operation only correctly updates the datasource not the tree? IOW Everything

[flexcoders] Having a little trouble with Tree control drag and drop Flex 2.0

2006-01-16 Thread sourcecoderia
This code adds the item but always at the end. Is there a bug in the tree control that is causing this or is it my total misunderstanding of the XMLTreeDataProvider the Tree dataprovider is an xml type. Every get node type function returns a XMLTreeDataProvider type. private function

[flexcoders] Re: Having a little trouble with Tree control drag and drop Flex 2.0

2006-01-16 Thread sourcecoderia
[EDIT] The code has an error: the line dropparent.addTreeNode(dropLoc,item); should read dropparent.addTreeNodeAt(dropLoc,item); Sorry for that. The underlying datasource xml is being changed but not reflected in the tree. Also the modelChanged event is not being thrown on dragdrop, only