[flexcoders] LoadMovie in mx:Loader swf

2006-04-18 Thread Jonas Windey
Hi, Im trying to use a tile-based imageviewer made in flash in a flex application, and it seems the .swf cant use loadMovie for external jpg files. Anyone has an idea how to solve this? You can reproduce it like this: In an empty .fla, put this:

RE: [flexcoders] LoadMovie in mx:Loader swf

2006-04-18 Thread Jonas Windey
=loadMovieTest.swf width=800 height=600 x=200 y=300 / mx:Image source=loadMovieTest.swf width=800 height=600 x=200 y=300/ /mx:Application -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andriy Panas Sent: dinsdag 18 april 2006 16:42 To: Jonas Windey

RE: RE: [flexcoders] LoadMovie in mx:Loader swf

2006-04-19 Thread Jonas Windey
[mailto:[EMAIL PROTECTED] Sent: dinsdag 18 april 2006 17:39 To: Jonas Windey Subject: Fwd: RE: [flexcoders] LoadMovie in mx:Loader swf Hi Jonas, Nope, that isn't working, I've tried the mx:Image control too, and I tried putting the .jpg in the root, or in the bin folder, no difference... If all you

[flexcoders] Flex webservices framework

2006-04-19 Thread Jonas Windey
Hi, Im looking for the link I came across some weeks ago, with a nice framework on using webservice classes in Flex 2.0 (I think it was still the alpha version) It provided some example classes that you could use to simplify the events etc. Anyone remembers this? Thanks for your

[flexcoders] Resultformat in mx.rpc.soap.WebService

2006-04-24 Thread Jonas Windey
Hi, Im using the webservice class and having difficulties setting the result as the datasource for my treecontrol (it stays 2-dimensional and it doesnt create the child nodes, since the data is all in object/array format). So Im trying to use the e4x format to see if this would help.

[flexcoders] Objects and arrays as treeview datasource

2006-04-25 Thread Jonas Windey
Hi, Im trying to fill my treeview with data retrieved from a webservice. I have my resultformat set to default (Object), as e4x or xml doesnt give the correct result. Filling a datagrid with the data I retrieve works perfectly, but the problem is when there are nested objects in

RE: [flexcoders] Flex 2 not maintaining order of web service parameters.

2006-04-25 Thread Jonas Windey
Try reading the comments on this page: http://jeff.mxdj.com/as3_datamanager.htm I always pass the arguments in an object, and so far no problems.. var args:Object = new Object(); args.yourParam = first param; etc. Good luck -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Objects and arrays as treeview datasource

2006-04-26 Thread Jonas Windey
children property/collection. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonas Windey Sent: Tuesday, April 25, 2006 1:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Objects and arrays as treeview datasource Hi, Im trying to fill

[flexcoders] Flex 2 beta 2 history: working?

2006-04-27 Thread Jonas Windey
Hi, I was trying to experiment with the HistoryManager class, but cant get it working. I created a new project, and just used the accordion with some content, and even on that project, the history management isnt working. Is there anything I need to configure, as the help says the

RE: [flexcoders] Flex 2 beta 2 history: working?

2006-04-28 Thread Jonas Windey
of from the local folder where it was compiled? I dont know if it makes a difference but its possible From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonas Windey Sent: Thursday, April 27, 2006 4:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] Dispatching an event from inside a resultEvent

2006-05-02 Thread Jonas Windey
Hi, Though question here, and props for the person who can help me here. I have an mxml file and an as 3.0 class that handles the data. I also use the datamanager classes from Jeff Tapper (http://jeff.mxdj.com/as3_datamanager.htm) to handle the webservice requests. Heres some

RE: [flexcoders] Re: Dispatching an event from inside a resultEvent

2006-05-03 Thread Jonas Windey
);} // --- In flexcoders@yahoogroups.com, Jonas Windey [EMAIL PROTECTED] wrote: Hi, Though question here, and props for the person who can help me here. I have an mxml file and an as 3.0 class that handles the data. I

RE: [flexcoders] Explorer-like drag drop tree

2006-07-12 Thread Jonas Windey
@yahoogroups.com [mailto:flexcoders@yahoogroups.com]De la part de Jonas Windey Envoyé: mardi 11 juillet 2006 15:59 À: flexcoders@yahoogroups.com Objet: RE: [flexcoders] Explorer-like drag drop tree Yea, go figure that every directory contains a dummy leaf. Wouldn't really be explorer

[flexcoders] WebORB for .net beta5: feedback

2006-07-13 Thread Jonas Windey
Hi, I just installed the WebORB beta5, but cant get the sample running at http://localhost/weborb/examples/flex/contact/client-side/ContactManager.html I set the permissions correct for the .mdb, I set the ASP.NET version to 2.0, but I keep getting Send failed, at initialization of

RE: [flexcoders] WebORB for .net beta5: feedback

2006-07-13 Thread Jonas Windey
Ok, I forgot to read my mails last night. Apparantly Mark Piler from themidnightcoders.com sent me a mail after noticing that I had downloaded the beta 5 (which had just been released), writing the following: A quick workaround is to open web.config from /Inetpub/wwwroot/weborb and

RE: [flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread Jonas Windey
Jonas, Please let us know what your impressions of WebORB are after you have had a chance to work with it a little. I'll be switching from .NET WebServices to RemoteObject soon, so I would love to hear about your experience. Thanks, Tim Hoff --- In [EMAIL PROTECTED]ups.com, Jonas Windey [EMAIL

RE: [flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread Jonas Windey
-config.xml. Normally you would have one or more methods to do 'fills' and just one method to do 'syncs'. This will be optional in Beta6 as we will be publishing an interface that your data assembler class can implement. Hope this helps. cheers, Mark --- In [EMAIL PROTECTED]ups.com, Jonas Windey [EMAIL

[flexcoders] Tree drag drop: how to get node where item is dropped

2006-07-14 Thread Jonas Windey
Hi, I have a tree with drag drop enabled. Now what is the best way to find out where the current selected item is dropped? Id need to know its parent (if its not on the rootnode), and the position where its dropped inside that parent. Or is there an easier way to find the

[flexcoders] Bind label to class attributes

2006-07-17 Thread Jonas Windey
Hi, I use the following code: [Bindable] public var currentUser:FtpUser; In my titlewindow, I have: title=User settings ({currentUser.name}) This is working perfect, I fill the currentUser from inside the caller of the titlewindow, and it's setting the correct result. However, I get a warning

[flexcoders] Button mouseUpOutside?

2006-07-17 Thread Jonas Windey
Hi, I need to trigger a function when you release the mouse button outside the button (e.g you click on it, drag outside the button, and release the mouse) Any way to catch that? Jonas __._,_.___ -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Flex 2: How To Use Tree.expandItem()

2006-07-20 Thread Jonas Windey
Hi Colin, expandItem doesnt expect a node in your tree, but in your dataprovider example: myTree.expandItem(treeData.node[0],true, false); where treeData is the dataprovider (in this case, an xml document) Hope this helps, Jonas From:

[flexcoders] mx:Zoom not zooming dropshadows?

2006-07-28 Thread Jonas Windey
, Jonas Jonas Windey Web Developer T. +32 3 216 86 47 Pixco Interactive Division T. +32 3 216 86 40 F. +32 3 216 86 49 http://www.pixco.com __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] Binding array to repeater

2006-08-03 Thread Jonas Windey
; arrMdta.push(new Mdta(filePath)); } } This doesnt work, only when I put the following line: rptGallery.dataProvider = arrMdta; Why is it only working if I re-force the dataProvider? I thought that was the point of binding my data? Thanks for any help, Jonas Jonas Windey

RE: [Junk E-Mail - MED] [flexcoders] Binding array to repeater

2006-08-03 Thread Jonas Windey
to repeater Close... that's the point of binding to an ArrayCollection... make arrMdta into an ArrayCollection instead, and it'll work great. Shan From: [EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonas Windey Sent: Thursday, August 03, 2006 8:42 AM

RE: [Junk E-Mail - MED] [flexcoders] Binding array to repeater

2006-08-03 Thread Jonas Windey
Of Clint Tredway Sent: donderdag 3 augustus 2006 17:08 To: flexcoders@yahoogroups.com Subject: Re: [Junk E-Mail - MED] [flexcoders] Binding array to repeater set this, arrMdta, to a type of ArrayCollection not just an array.. On 8/3/06, Jonas Windey [EMAIL PROTECTED]com wrote

[flexcoders] Flex dataservices: fill vs asynctoken

2006-08-09 Thread Jonas Windey
Jonas Windey Web Developer T. +32 3 216 86 47 Pixco Interactive Division T. +32 3 216 86 40 F. +32 3 216 86 49 http://www.pixco.com __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Double colon in flex

2006-09-13 Thread Jonas Windey
Hi, Is there a use/possibility to use the double colon operator ( :: ) in Flex 2? Like in java, the namespace operator? Anyone who could give me an example? Thanks! Jonas Windey Web Developer T. +32 3 216 86 47 Pixco Interactive Division T. +32 3 216

RE: [flexcoders] Flex - Database

2006-09-18 Thread Jonas Windey
Has anyone actually tried executing an SQL 2005 XML Webservice directly in Flex 2? I have setup an example but I always get the following error in flex when calling a webservice method: faultCode:DecodingError faultString:'Error #1009: Cannot access a property or method of a null object

RE: [flexcoders] Flex - Database

2006-09-18 Thread Jonas Windey
Has anyone actually tried executing an SQL 2005 XML Webservice directly in Flex 2? I have setup an example but I always get the following error in flex when calling a webservice method: faultCode:DecodingError faultString:'Error #1009: Cannot access a property or method of a null object

[flexcoders] Flex swf caching

2006-09-20 Thread Jonas Windey
cache and refresh, but were looking for a cleaner way to solve this. I was thinking in terms of a build version in flex, that gets appended to the swf, so main.swf?build=3129 , to ensure the client has the newest version. Thanks Jonas Windey Web Developer T. +32 3 216 86

[flexcoders] Client-side save as functionality

2006-09-25 Thread Jonas Windey
sheet) Thanks! Jonas Windey Web Developer T. +32 3 216 86 47 Pixco Interactive Division T. +32 3 216 86 40 F. +32 3 216 86 49 http://www.pixco.com __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

RE: [flexcoders] Client-side save as functionality

2006-09-25 Thread Jonas Windey
Yea, I wouldnt want to write directly to the disk, but Id give a file-save as dialog (normal browser behavior) Ill check the FileReference class, tx for the tip. Jonas From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of EECOLOR Sent: maandag 25

RE: [flexcoders] Auto-expand Treenodes

2006-09-27 Thread Jonas Windey
public function expandTree():void { treeTest.selectedIndex = 0; treeTest.expandChildrenOf(treeTest.selectedItem , true); } Remember to call this function after a validateNow(), so in my case its: treeTest.dataProvider = treeData; treeTest.validateNow(); expandTree();

[flexcoders] Listen to changes of a bindable variable

2006-10-17 Thread Jonas Windey
is using a getter and setter for every variable in our modellocator, and in the setter we could dispatch an event, but I want a cleaner solution. Thanks for the tips! Jonas Windey Web Developer T. +32 3 216 86 47 Pixco Interactive Division T. +32 3 216 86 40 F

RE: [flexcoders] Listen to changes of a bindable variable

2006-10-17 Thread Jonas Windey
solution. It helps me alot. check it here http://weblogs.macromedia.com/paulw/ hope it helps Street - Original Message From: Jonas Windey [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 17, 2006 4:39:01 PM Subject: [flexcoders

[flexcoders] Custom validator example from Help not working?

2006-10-19 Thread Jonas Windey
Hi, I need to validate multiple fields, and I saw the help contained an example for validating multiple fields. You can find it in Help Creating and Extending Flex 2 Components Creating Nonvisual Flex Components Creating Custom Validators, Under Example: Validating multiple fields In the

[flexcoders] .visible = false still keeps element's width height?

2006-10-19 Thread Jonas Windey
Hi, I have 3 buttons in a HBox, and in some cases I need to hide one of them. The problem is, if I hide them, they still keep their original width and there's a gap. Is there a clean solution for this? I was thinking of setting it's width to 0 but that's not very clean. Thanks! Jonas --

[flexcoders] Version check for IE7 not working anymore

2006-10-20 Thread Jonas Windey
Hi, I just upgraded to IE 7 final, and I'm getting the Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash message when I open my app. Anyone with a quick fix? I got fp9.0 installed Thanks, Jonas -- Flexcoders Mailing List FAQ:

[flexcoders] Flex 2 beta on Mac: problem with webservices

2006-10-30 Thread Jonas Windey
Hi, I'm having a strange problem when trying to build my project on a Mac. I'm using DataServices.as if anyone is familiar with it.. Anyway, the problem comes when I try to pass arguments to the webservice. Without arguments, all data is received, but when I send args I get a HTTP error: var

Re: [flexcoders] Re: export to excel

2006-10-31 Thread Jonas Windey
Title: Re: [flexcoders] Re: export to excel What book is that exact? Thanks On 10/31/06 3:46 PM, Anatole Tartakovsky [EMAIL PROTECTED] wrote: Ziyad, There is a chapter in the Flex 2.0 book on external communications - three of the examples show different ways to export datagrid to

[flexcoders] Flex 2.0 Tree control dataprovider problem.

2005-12-24 Thread Jonas Windey
Hi all, I'm experimenting a bit with flex 2.0 alpha, and I'm trying to use a webservice to provide the datasource of my tree control. I took the xml structure that can be found in the examples explorer, and made a webservice that is giving exactly the same result: ?xml version=1.0

RE: [flexcoders] Flex 2.0 Tree control dataprovider problem.

2005-12-26 Thread Jonas Windey
[mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: maandag 26 december 2005 11:35 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2.0 Tree control dataprovider problem. On 12/25/05, Jonas Windey [EMAIL PROTECTED] wrote: I'm experimenting a bit with flex 2.0 alpha, and I'm

[flexcoders] Flex 2.0 beta1 text component bug

2006-02-02 Thread Jonas Windey
(reposted since previous message contained and didnt appear on the list) Hi, Im upgrading my tool I created in flex 2.0 alpha, and Im having a problem with the mx:Text component. Im using a VBox in a repeater to create a forumthread like result: mx:Repeater width=100% id=list

[flexcoders] Flex 2.0 beta1 mx:Text bug

2006-02-02 Thread Jonas Windey
Hi, Im upgrading my tool I created in flex 2.0 alpha, and Im having a problem with the mx:Text component. Im using a VBox in a repeater to create a forumthread like result: mx:Repeater width=100% id=list dataProvider={messages} mx:VBox width=100% mx:Text width=100%

RE: [flexcoders] Flex 2.0 beta1 text component bug

2006-02-02 Thread Jonas Windey
] On Behalf Of Manish Jethani Sent: donderdag 2 februari 2006 14:21 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2.0 beta1 text component bug On 2/2/06, Jonas Windey [EMAIL PROTECTED] wrote: Here you see the textbox using the total available width, but if the textbox gets larger

RE: [flexcoders] Flex 2.0 beta1 text component bug : updated

2006-02-03 Thread Jonas Windey
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2.0 beta1 text component bug On 2/2/06, Jonas Windey [EMAIL PROTECTED] wrote: Nope, even tried it with a lipsum text: http://www.narcisten.be/flex/testBug3.jpg mx:Repeater id=list dataProvider={messages} mx:Text minWidth=0 width=100

RE: [flexcoders] Flex 2.0 beta1 text component bug : updated

2006-02-03 Thread Jonas Windey
component bug : updated On 2/3/06, Jonas Windey [EMAIL PROTECTED] wrote: Lemme create an example that you can test. http://213.193.146.35/temp/flex/srcview/ That's the code http://213.193.146.35/temp/flex/shot.jpg and that's a screenshot Thanks - that's very helpful! As you see

[flexcoders] Flex 2.0 beta TextArea question

2006-02-07 Thread Jonas Windey
Hi, How would I set the scrollPosition of a textarea to its maximum position? Im trying to create an msn-like socket application, and need to have my textArea scrolled to the lowest position. I tried txtLog.vPosition = txtLog.maxVPosition; and txtLog.vPosition =

RE: [flexcoders] Flex 2.0 beta TextArea question

2006-02-08 Thread Jonas Windey
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2.0 beta TextArea question On 2/7/06, Jonas Windey [EMAIL PROTECTED] wrote: How would I set the scrollPosition of a textarea to it's maximum position? I'm trying to create an msn-like socket application, and need to have my textArea scrolled

RE: [flexcoders] Flex 2.0 beta TextArea question

2006-02-09 Thread Jonas Windey
Thanks, validateNow() did the trick. Still weird though that calling the same function from a button did the event, but from code didn't work. Probably because all client-events trigger the validateNow() function automatically? -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Useful Videos

2006-02-09 Thread Jonas Windey
Nice, would be cool if someone could post the code if the transition demo. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda Sent: donderdag 9 februari 2006 16:39 To: flexcoders@yahoogroups.com Subject: [flexcoders] Useful

RE: [flexcoders] Adobe Videos

2006-02-23 Thread Jonas Windey
Id like to know that too! Lets hope Glenn Ruehle is reading this and would be so kind to post his example ;) From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda Sent: dinsdag 21 februari 2006 17:45 To: flexcoders@yahoogroups.com

RE: [flexcoders] Sourcesafe for Flex beta 2 / eclipse 3.1x

2006-05-22 Thread Jonas Windey
Im bumping this message because the VSS plugin still isnt working in beta 3. Any help? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonas Windey Sent: dinsdag 25 april 2006 14:10 To: flexcoders@yahoogroups.com Subject: [flexcoders] Sourcesafe

[flexcoders] Styling at runtime

2006-05-23 Thread Jonas Windey
Hi, Im trying to create a treeview that acts a bit like Windows Explorer. Meaning no style is applied when an item is unselected, but on rollover the text gets underlined, and the selected item gets a blue background color. Is this possible? It tied to change the className on

RE: [flexcoders] Styling at runtime

2006-05-23 Thread Jonas Windey
Ok, thanks. Now how do I apply it only to the selected node? treeTest.setStyle(textDecoration,underline); - works treeTest.selectedItem.setStyle(textDecoration,underline); - doesn't treeTest.getChildAt(0).setStyle(textDecoration,underline); - neither Thanks for the setStyle tip! Jonas

RE: [flexcoders] Styling at runtime

2006-05-24 Thread Jonas Windey
Sorry to bump this, but I'm giving a presentation later this day and I'd like to get this styled.. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonas Windey Sent: dinsdag 23 mei 2006 18:24 To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] Flash Player 9 is here!!!

2006-06-28 Thread Jonas Windey
Why o why does it come with an optional yahoo toolbar L From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Renaun Erickson Sent: woensdag 28 juni 2006 6:40 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flash Player 9 is here!!!

[flexcoders] Flex 2.0 final: Flash player version check?

2006-06-28 Thread Jonas Windey
Hi, I have just built a first test project in flex 2.0 final, hoping that the included check for Flash Player 9.0 presence would work, but no success. Since 2.0 is final now, I was hoping that users would get an automatic plugin upgrade, since that was the only thing that kept us

[flexcoders] Duplicate variable definition

2006-06-28 Thread Jonas Windey
Hi, In flex 2 b3, it was allowed to do this: rivate function fcnTest():void { for (var i:Number=0;i 10;i++){ //do sthing } for (var i:Number=0;i 10;i++){ //do something more } } In 2.0 final, I get Duplicate variable definition. Should I only declare it once

RE: [flexcoders] Flex 2.0 final: Flash player version check?

2006-06-28 Thread Jonas Windey
? If you have the beta player installed it wont detect a difference by default. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonas Windey Sent: Wednesday, June 28, 2006 1:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 2.0

[flexcoders] Expand all items of a tree

2006-06-28 Thread Jonas Windey
Hi, in flex2b3, I could open all nodes of my tree by doing this: treeTest.selectedIndex = 0; treeTest.expandChildrenOf(treeTest.selectedItem, true); Unfortunately, this isnt working anymore. I tried treeTest.expandItem(treeData.node[0],true, false); ,

RE: [flexcoders] Expand all items of a tree

2006-06-28 Thread Jonas Windey
Sorry to bump this, but Im desperately looking for a solution.. Jonas From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonas Windey Sent: woensdag 28 juni 2006 12:01 To: flexcoders@yahoogroups.com Subject: [flexcoders] Expand all items of a tree

RE: [flexcoders] Expand all items of a tree

2006-06-28 Thread Jonas Windey
)/ mx:Button label=Expand all click=expand()/ /mx:Application From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonas Windey Sent: Wednesday, June 28, 2006 7:31 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Expand all items of a tree

[flexcoders] mx:Titlewindow addedEffect/showEffect ?

2006-06-29 Thread Jonas Windey
Hi, Im calling a titlewindow with userdetail = userdetailWindow(PopUpManager.createPopUp( this, userdetailWindow , true)); In my titlewindow Id like the window to fade in when its show, and not just popup in a static way. I tried to use addedEffect=Fade or showEffect=Fade, but no

RE: [flexcoders] mx:Titlewindow addedEffect/showEffect ?

2006-06-29 Thread Jonas Windey
: [flexcoders] mx:Titlewindow addedEffect/showEffect ? On Thursday 29 June 2006 10:44, Jonas Windey wrote: I tried to use addedEffect=Fade or showEffect=Fade, but no luck. {Fade}, assuming Fade is the id on an effect. -- Tom Chiverton This email

RE: [flexcoders] Fwd: FB3 addedEffect, removedEffect and popUps

2006-06-30 Thread Jonas Windey
I dont know if this is still unanswered, but this is how I did it (creationCompleteEffect etc arent working when using the PopUpManager, I think..) userdetail = userdetailWindow(PopUpManager.createPopUp( this, userdetailWindow , true)); var effFade:Fade = new Fade(userdetail);

[flexcoders] Different borderstyles for HBox

2006-07-04 Thread Jonas Windey
Hi, is it possible to give a HBox different border colors for each side? Like border-right: solid 1px #ccc in css? Thanks! __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Re: Different borderstyles for HBox

2006-07-04 Thread Jonas Windey
out other content can't be styled On 7/4/06, Jonas Windey [EMAIL PROTECTED] wrote: Hi, is it possible to give a HBox different border colors for each side? Like border-right: solid 1px #ccc in css? Thanks! -- ::| Carlos Rovira

[flexcoders] WebORB for Flex 2.0 final

2006-07-07 Thread Jonas Windey
Hi, Im trying to play a bit with WebORB 2.1 beta3, to see if its interesting to replace our .net webservices approach. The problem is that I cant get the sample project running (from http://www.themidnightcoders.com/articles/datamanagement.htm ) First of all, it doesnt build

RE: [flexcoders] Is anyone having trouble contacting Adobe and/or purchasing Flex?

2006-07-10 Thread Jonas Windey
The only problem we have is that were from Belgium (Europe), and still cant buy Flex 2.0 yet. Our CEO has direct contact with Adobe in The Netherlands though, so it should be here any day now. Jonas From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On

[flexcoders] ArrayCollection as datasource

2006-07-10 Thread Jonas Windey
Hi, Im using a webservice to provide data to a tree but I cant seem to bind the data. The datatype of my operation is Object (with e4x I get other problems and Id like to keep it Object for all my operation), and the result looks like this: result = mx.utils.ObjectProxy (@3977541)

[flexcoders] Explorer-like drag drop tree

2006-07-11 Thread Jonas Windey
Im trying to create a folder-manager in flex that allows a user to move, create and delete folders. The folderstructure gets sent to the client in xml format, like this: root folder label=ftproot folder label=subfolder1 / folder label=subfolder2 / /folder folder

RE: [flexcoders] image upload with flex 1.5

2006-07-11 Thread Jonas Windey
http://www.adobe.com/devnet/flex/articles/fp8_features.html ? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oiland_barry Sent: dinsdag 11 juli 2006 11:36 To: flexcoders@yahoogroups.com Subject: [flexcoders] image upload with flex 1.5 Hi

RE: [flexcoders] Explorer-like drag drop tree

2006-07-11 Thread Jonas Windey
juli 2006 13:04 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Explorer-like drag drop tree custom item renderer is the way to go. On 7/11/06, Jonas Windey [EMAIL PROTECTED] wrote: I'm trying to create a folder-manager in flex that allows a user to move

RE: [flexcoders] Explorer-like drag drop tree

2006-07-11 Thread Jonas Windey
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Lu Sent: dinsdag 11 juli 2006 13:04 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Explorer-like drag drop tree custom item renderer is the way to go. On 7/11/06, Jonas Windey [EMAIL

RE: [flexcoders] Explorer-like drag drop tree

2006-07-11 Thread Jonas Windey
: [flexcoders] Explorer-like drag drop tree On Tuesday 11 July 2006 12:36, Jonas Windey wrote: Since the directories in the deepest level won't ever have an open node, this is impossible. If it really is the case that it needs an open node, just add a dummy child node. -- Tom Chiverton