[flexcoders] FileIO sample project not found?

2006-11-03 Thread Jonas Windey
Hi, I was playing with the fileReference class and wanted to create a progress bar for showing the user's download progress. I found the docs say something about a sample FileIO project that contains a progress bar, as found in > Programming ActionScript 3.0 > Flash Player APIs > Networking and C

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 data

[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 op:

[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: http://groups

[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 -- Flexc

[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

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

2006-10-17 Thread Jonas Windey
William's 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

[flexcoders] Listen to changes of a bindable variable

2006-10-17 Thread Jonas Windey
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. +32 3 216 86 49   http

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 it’s:   treeTest.dataProvider = treeData; treeTest.validateNow();   

RE: [flexcoders] Client-side "save as" functionality

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

[flexcoders] Client-side "save as" functionality

2006-09-25 Thread Jonas Windey
xls 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

[flexcoders] Flex swf caching

2006-09-20 Thread Jonas Windey
cache and refresh, but we’re 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

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 reference.

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 reference.

[flexcoders] TimeTracker-like export to .xls

2006-09-18 Thread Jonas Windey
write to a file from within Flex? So without passing through the server?   Thanks! 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] 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

[flexcoders] Flex dataservices: fill vs asynctoken

2006-08-09 Thread Jonas Windey
token.kind = "fill";   Thanks! 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.ya

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

2006-08-03 Thread Jonas Windey
Behalf 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>

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

2006-08-03 Thread Jonas Windey
From: [EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonas Windey Sent: Thursday, August 03, 2006 8:42 AM To: [EMAIL PROTECTED]ups.com Subject: [Junk E-Mail - MED] [flexcoders] Binding array to repeater Hi, I have

[flexcoders] Binding array to repeater

2006-08-03 Thread Jonas Windey
ng if I re-force the dataProvider? I thought that was the point of binding my data?   Thanks for any help, 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] mx:Zoom not zooming dropshadows?

2006-07-28 Thread Jonas Windey
? Thanks, 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

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

2006-07-20 Thread Jonas Windey
Hi Colin,   expandItem doesn’t 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@yaho

[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: http://groups.yahoo.com/group/flexcoders/f

[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] 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? I’d need to know its parent (if it’s not on the rootnode), and the position where it’s dropped inside that parent.   Or is there an easier way to find the p

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

2006-07-13 Thread Jonas Windey
. cheers, Mark --- In [EMAIL PROTECTED]ups.com, "Jonas Windey" <[EMAIL PROTECTED]> wrote: > > Hi Tim, > > > > Well, my first impression is that it's pretty complex, at least a lot more > complex than just creating ASP.NET Web services and calling them

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

2006-07-13 Thread Jonas Windey
  Hey 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, "Jo

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] WebORB for .net beta5: feedback

2006-07-13 Thread Jonas Windey
Hi,   I just installed the WebORB beta5, but can’t 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 o

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-12 Thread Jonas Windey
n       -Message d'origine- De : flexcoders@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

RE: [flexcoders] Re: Explorer-like drag & drop tree

2006-07-11 Thread Jonas Windey
will force it to be a Branch. If you are using nested Objects and ArrayCollections as your dataProvider, you have to set the "children" attribute to "new Array()" to get it to work as a branch. Renaun --- In [EMAIL PROTECTED]ups.com, "Jonas Windey" <[EMAIL PROTE

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Jonas Windey
ubject: Re: [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

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 Wi

RE: [flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Jonas Windey
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 PROTECTED]> wrote: I'm trying to create a folder-manager in flex that allows

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

[flexcoders] Explorer-like drag & drop tree

2006-07-11 Thread Jonas Windey
I’m 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:                         Etc.   Thi

[flexcoders] ArrayCollection as datasource

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

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 we’re from Belgium (Europe), and still can’t 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]

[flexcoders] WebORB for Flex 2.0 final

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

RE: [flexcoders] Re: Different borderstyles for HBox

2006-07-04 Thread Jonas Windey
ifferent sides. That might require skinning. > > You could use scale9 to do it. I know its not as easy as styles, but I > > *think* that may be your only option. You can turn off certain sides and > > turn on other sides, so perhaps you could do something with layering, but > &

[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: http://www.mail-archive.com/

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

2006-06-30 Thread Jonas Windey
I don’t know if this is still unanswered, but this is how I did it (creationCompleteEffect etc aren’t working when using the PopUpManager, I think..)       userdetail = userdetailWindow(PopUpManager.createPopUp( this, userdetailWindow , true));  

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 ***

[flexcoders] mx:Titlewindow addedEffect/showEffect ?

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

RE: [flexcoders] Expand all items of a tree

2006-06-28 Thread Jonas Windey
.                                                                                           showRoot="false" dataProvider="{treeData}" change="treeChanged(event)"/>         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 Sub

RE: [flexcoders] Expand all items of a tree

2006-06-28 Thread Jonas Windey
Sorry to bump this, but I’m 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

[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 isn’t working anymore.   I tried treeTest.expandItem(treeData.node[0],true, false); , teeTest.expandChild

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

2006-06-28 Thread Jonas Windey
check?   If you have the beta player installed it won’t 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

[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     

[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 fro

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!!!   Yo

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 S

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

[flexcoders] Styling at runtime

2006-05-23 Thread Jonas Windey
Hi,   I’m 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 ite

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

2006-05-22 Thread Jonas Windey
I’m bumping this message because the VSS plugin still isn’t 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

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

2006-05-03 Thread Jonas Windey
inDelegate: LoginDelegate = LoginDelegate.getInstance();      loginDelegate.removeEventListener("result",onResult);   loginDelegate.removeEventListener("fault",onFault);   }    //   --- In flexcoders@ya

[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.   Here’s some c

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

2006-04-28 Thread Jonas Windey
instead of from the local folder where it was compiled?  I don’t know if it makes a difference but it’s 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] Flex 2 beta 2 history: working?

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

RE: [flexcoders] Objects and arrays as treeview datasource

2006-04-26 Thread Jonas Windey
right 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,   I’m

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 [mail

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

2006-04-25 Thread Jonas Windey
Hi,   I’m trying to use MS Sourcesafe in our flex application (since CVS isn’t installed on our server), but I’m having some difficulties. I found a plugin that should enable Eclipse 3.1 to use VSS here: http://sourceforge.net/projects/vssplugin/   Is anyone using that plugin succes

[flexcoders] Objects and arrays as treeview datasource

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

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

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

[flexcoders] Flex webservices framework

2006-04-19 Thread Jonas Windey
Hi,   I’m 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

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

2006-04-19 Thread Jonas Windey
m: Andriy Panas [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 control too, and I tried >putting the .jpg in the root, or in the bin folder, no d

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

2006-04-19 Thread Jonas Windey
m: Andriy Panas [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 control too, and I tried >putting the .jpg in the root, or in the bin folder, no d

RE: [flexcoders] LoadMovie in mx:Loader swf

2006-04-18 Thread Jonas Windey
xcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andriy Panas Sent: dinsdag 18 april 2006 16:42 To: Jonas Windey Subject: Re: [flexcoders] LoadMovie in mx:Loader swf Hello Jonas, > In flex, load the swf with width="800" height="600"> > If I open the swf,

[flexcoders] LoadMovie in mx:Loader swf

2006-04-18 Thread Jonas Windey
Hi, I’m trying to use a tile-based imageviewer made in flash in a flex application, and it seems the .swf can’t 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:   this.createEmptyMovieClip("te

RE: [flexcoders] Adobe Videos

2006-02-23 Thread Jonas Windey
I’d like to know that too! Let’s 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] 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 Video

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 [mailto:[

RE: [flexcoders] Flex 2.0 beta TextArea question

2006-02-08 Thread Jonas Windey
ect: 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 t

[flexcoders] Flex 2.0 beta TextArea question

2006-02-07 Thread Jonas Windey
Hi,   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 to the lowest position.   I tried txtLog.vPosition = txtLog.maxVPosition; and txtLog.vPosition = txtLog.textFiel

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

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

2006-02-03 Thread Jonas Windey
donderdag 2 februari 2006 18:29 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 > > &

RE: [flexcoders] Flex 2.0 beta1 text component bug

2006-02-02 Thread Jonas Windey
@yahoogroups.com [mailto:[EMAIL PROTECTED] 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

[flexcoders] Flex 2.0 beta1 bug

2006-02-02 Thread Jonas Windey
Hi,   I’m upgrading my tool I created in flex 2.0 alpha, and I’m having a problem with the component. I’m using a VBox in a repeater to create a forumthread like result:                        

[flexcoders] Flex 2.0 beta1 text component bug

2006-02-02 Thread Jonas Windey
(reposted since previous message contained < > and didn’t appear on the list)   Hi,   I’m upgrading my tool I created in flex 2.0 alpha, and I’m having a problem with the component. I’m using a VBox in a repeater to create a forumthread like result:        

[flexcoders] Flex 2.0 beta 1 impressions

2006-02-01 Thread Jonas Windey
compiles the mxml files at runtime.   Thanks for any response,   Jonas Windey -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

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

[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: