RE: [flexcoders] Re: Vector graphics serialization format?

2007-09-25 Thread Jason Hawryluk
We are hoping to have a beta for Degrafa around the end of Oct. This framework will do what your looking to do. http://www.degrafa.com cheers jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Borek Envoyé : mardi 25 septembre 2007 15:

RE: [flexcoders] Tree leafnodeicon

2007-06-04 Thread Jason Hawryluk
Have a look at the iconFunction jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Christopher Olsen Envoyé : lundi 4 juin 2007 15:14 À : flexcoders@yahoogroups.com Objet : [flexcoders] Tree leafnodeicon Hello, What's the best

RE: [flexcoders] Liquid layout with ActionScript instead of "%" values in MXML

2007-05-20 Thread Jason Hawryluk
Have a look at percentWidth, and percentHeight i think this might be what your looking for. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de keith Envoyé : lundi 21 mai 2007 08:24 À : flexcoders@yahoogroups.com Objet : [flexcoders]

RE: [flexcoders] Sliding HDividedBox

2007-04-24 Thread Jason Hawryluk
The below will get you well on your way. http://flexibleexperiments.wordpress.com/2007/01/18/extending-the-flex-20-di videdbox/ cheers jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Flexing... Envoye : lundi 23 avril 2007 18:22 A

RE: [flexcoders] Re: Datagrid Button Renderer Performance

2007-03-16 Thread Jason Hawryluk
s.com [mailto:[EMAIL PROTECTED] la part de durnelln Envoyé : vendredi 16 mars 2007 13:40 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: Datagrid Button Renderer Performance --- In flexcoders@yahoogroups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote: > > Perso

RE: [flexcoders] Re: Funny appearance of TabNavigator icons

2007-03-16 Thread Jason Hawryluk
Can you be more specific. Are you creating this in as/mxml? Are the tabs being added at runtime? Are the icons being assigned at runtime? Etc.. Difficult to assist if we have no idea what might have led to this display? Providing code helps. jason -Message d'origine---

RE: [flexcoders] Datagrid Button Renderer Performance

2007-03-16 Thread Jason Hawryluk
Personally I have a huge preference for AS only itemrenderers however that said, at first glance I would ask why are you adding a event listener when the button has this built in? http://www.adobe.com/2006/mxml"; initialize="init();"> Take note of the (click="onClick(event);") above. As for th

RE: [flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-12 Thread Jason Hawryluk
go with a PagableGrid. Thanks! --- In [EMAIL PROTECTED] ups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote: > > As a follow up to the last response, take note of the > event.preventDefaul t(); in the handler for HEADER_RELEASE, and the fact that > I d

RE: [flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-08 Thread Jason Hawryluk
As a follow up to the last response, take note of the event.preventDefault(); in the handler for HEADER_RELEASE, and the fact that I don't do a refresh on the ListCollectionView after adding the sort to it. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-08 Thread Jason Hawryluk
Danko, See below extended datagrid and sample application to do what you want. I realize it’s frustrating when you need to do things only to find yourself blocked in the obvious way; but there is definitely more then one way to skin a cat (so to speak). I’m sure future versions of the flex fr

RE: [flexcoders] DB access in Apollo

2007-03-07 Thread Jason Hawryluk
I think that if we could talk to a dll (Mac equivalent, Linux equivalent) like via a local remote call type thing, then that would be the ultimate. I don't think distributing the dll (etc..) would be a big deal. With that you' d basically use any DB you like. Plus allot of other crazy stuff you cou

RE: [flexcoders] DB access in Apollo

2007-03-07 Thread Jason Hawryluk
My bad, there is an embedded version of MySQL. Still think SQLLite is the best contender here. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Jason Hawryluk Envoye : mercredi 7 mars 2007 09:31 A : flexcoders@yahoogroup

RE: [flexcoders] DB access in Apollo

2007-03-07 Thread Jason Hawryluk
+5 fro Sqlite absolutely. Why MySQL? It's a server product not a embedded db. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Muzak Envoye : mercredi 7 mars 2007 00:12 A : flexcoders@yahoogroups.com Objet : Re: [flexcoders] DB acc

RE: [flexcoders] disabling COPY in drag/drop operations

2007-02-27 Thread Jason Hawryluk
Create a dragStart event and if (event.altKey==true){ event.preventDefault(); return; } un tested but should get you on the right track... jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de darvon4u Envoyé : lundi 26 février 200

RE: [flexcoders] Re: Gordon Smith - Some Answers about the Datagrid

2007-02-21 Thread Jason Hawryluk
I think the community will play a large part in this as well as professional component development companies. I’m sure as time goes on well have a RAD set of components that you can drop in and run. I’m working on a bunch of free stuff as well and would love to hear other ideas for interesting c

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jason Hawryluk
elance work, but not usually. Personally, I'd say look for the licenses, state what you want your code used for in layman's terms or use a standard, and email the author if you're confused. - Dan On 2/6/07, Jason Hawryluk < [EMAIL PROTECTED]> wrote: I willin

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jason Hawryluk
I willing to do that creative commons license if it makes people feel more comfortable. I’ll have a look and see what's involved. I fully understand the requirement to protect yourself. Very good topic that I have to date just taken for granted. I just always assumed that if I put it out there i

RE: [flexcoders] Intellectual property or licensing of posted/blogged work

2007-02-06 Thread Jason Hawryluk
"So for me personally, if there's no licensing information in my code that means I don't care what you do. If I don't want you to use the source code I won't release it." You can count the same for me. If I post it with source there is no obligation unless specifically stated otherwise. That is at

RE: [flexcoders] Apollo features

2007-02-06 Thread Jason Hawryluk
"embedded database" is a type of database destined for real time systems. They can also be embedded in a .net program for example. When I mentioned "embedded database" I was referring to the type. Typically they don't have any server requirements unlike common RDMS (SQL Server, Oracle etc..). All

RE: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-02-06 Thread Jason Hawryluk
, but that will come in another day or two after I clean it up a bit. Jason, I'll be interested to see how you approach it... Ciarán wrote: Thanks Jason, would be a great help. Just subscribed to the feed. =) -Ciarán On 1/22/07, Jason Hawryluk

RE: [flexcoders] Apollo features

2007-02-05 Thread Jason Hawryluk
I think all the speculation is based off of the fact that it's an exciting product concept. Apollo will/could create a diverse set of new opportunities for us all. The x features we request multiply those opportunities significantly. Many users are still disconnected. Nomad users are still commo

RE: [flexcoders] Dynamic creation of from xml - placed over an image

2007-02-04 Thread Jason Hawryluk
addChild, removeChild and use a backgroundimage style for your jpg. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de oneproofdk Envoyé : dimanche 4 février 2007 01:05 À : flexcoders@yahoogroups.com Objet : [flexcoders] Dynamic creati

RE: [flexcoders] How I can modify and save a xml file in the server?

2007-02-04 Thread Jason Hawryluk
you can't jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de alphaclass525 Envoyé : dimanche 4 février 2007 18:06 À : flexcoders@yahoogroups.com Objet : [flexcoders] How I can modify and save a xml file in the server? How I can mod

RE: [flexcoders] Apollo features

2007-02-04 Thread Jason Hawryluk
investing in a project that has these potential long-term advantages, then Apollo might not be for them anyway. If a company is interested in sticking with Windows proprietary software, I don't see the advantages of Apollo over, say, VB... Or just sticking with the software they're cur

RE: [flexcoders] Apollo features

2007-02-04 Thread Jason Hawryluk
n be written in .net/java/vb or whatever else fancies you. This way the businesses keep their existing investments, and get a much better and more user-friendly (hopefully, if designed so) front-end which runs as a desktop app instead of a browser. ... am I missing anything? On 2/3/07, Jaso

RE: [flexcoders] Apollo features

2007-02-02 Thread Jason Hawryluk
don't tease me with the false hope of a cross-platform application by building with Apollo and then ruining it with windows-only code. :) Shan Jason Hawryluk wrote:  I have to agree here, if we can't extend it with our own dll's then what is the real value propos

RE: [flexcoders] Apollo features

2007-02-02 Thread Jason Hawryluk
I have to agree here, if we can't extend it with our own dll's then what is the real value proposition for Apollo. I think support for dll’s is important (com, managed, other). Allowing us to reuse our existing middle tiers/frameworks, and use Apollo to create engaging user experiences. ja

[flexcoders] Whats up with MXNA

2007-01-31 Thread Jason Hawryluk
4 pages of Cynergy Systems Blog posts (old ones mind you), after page 4 nothing ?? Anyone else getting this.. jason

[flexcoders] RE: ItemRenderer Problem

2007-01-30 Thread Jason Hawryluk
Your problem is in the data override you need to let the itemrenderer retrieve the data, so in this override you require a super.data = oItem; I have not tested, and this is just by looking at the function. jason -Message d'origine- De : Robb Cundick [mailto:[EMAIL PROTECTE

RE: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-22 Thread Jason Hawryluk
I'm working on a blog post for something similar, but more toward the way flex builder does it with a drop down at the end. Plus a bunch of other goodies. ;) I may have it up this week, need to finish this current post first, plus do some paying work. :) I'll also provide source. jason

RE: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-22 Thread Jason Hawryluk
keep an eye out here http://flexibleexperiments.wordpress.com and on mxna jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Ciarán Envoyé : lundi 22 janvier 2007 16:07 À : flexcoders@yahoogroups.com Objet : [flexcoders] Help Extendin

RE: [flexcoders] clickable functions in flex builder ? how to do that

2007-01-19 Thread Jason Hawryluk
I believe ctrl + click is what your after. When you ctrl + click on a call it'll take you to the function. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de amigo_fd Envoyé : vendredi 19 janvier 2007 10:13 À : flexcoders@yahoogroups.c

RE: [flexcoders] HDivideBox

2007-01-18 Thread Jason Hawryluk
Posted on http://flexibleexperiments.wordpress.com/ should give anyone wanting to get into this control a head start. Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Jason Hawryluk Envoyé : jeudi 18 janvier 2007 14:45 À : flexc

RE: [flexcoders] HDivideBox

2007-01-18 Thread Jason Hawryluk
I have something you'll be interested in, If your still looking? If nothing else it'll give you a really good start toward a solution *nice*. Post back here, and I’ll take the time to post it on my blog in the next hour or so. Jason -Message d'origine- De : flexcoders@yahoogroup

[flexcoders] Tree Multiple Drag and Drop (Sorting ?)

2007-01-17 Thread Jason Hawryluk
When dragging multiple items in the tree control the array is being sorted or reversed (depends on it’s mood I suppose). I fully understand the reason behind building the array in the order selected by the user when using ctrl, but if I select top to bottom or bottom to top with shift; it's being s

RE: [flexcoders] Re: Datagrid Scrolling -- Is it really this complicated?

2007-01-11 Thread Jason Hawryluk
There is typically a padding around every container.. Either change this to see if it helps, or set the vbox scroll policies to off. Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de phipzkillah Envoyé : jeudi 11 janvier 2007 18:18 À :

RE: [flexcoders] Re: Lexical scoping of variable declarations not working?

2007-01-11 Thread Jason Hawryluk
7;s going to be fixed down the road with ECMA. > > Search the archives for Gordon's response. You won't be able to use var, > it's some other weird keyword, I can't remember. > > Peace, Mike > > On 1/11/07, Jason Hawryluk <[EMAIL PROTECTED]

RE: [flexcoders] KeyBoardEvents

2007-01-11 Thread Jason Hawryluk
You need to make sure your container has the focus //from the parent of the container GroundPlan.setFocus(); //or try this after you have set the listeners. setFocus(); jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Lieven

RE: [flexcoders] Lexical scoping of variable declarations not working?

2007-01-11 Thread Jason Hawryluk
kind of like you can't do this public function clearTargetData(x:string):void{} public function clearTargetData():void{} which most support also, but I give Adobe the benefit of the doubt this is a completely new flex, built from the ground up, and they have done a bang up job. I can do wit

RE: [flexcoders] Re: XML manipulation

2007-01-10 Thread Jason Hawryluk
ders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de phipzkillah Envoyé : mercredi 10 janvier 2007 23:01 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: XML manipulation I can't seem to get that to work... --- In flexcoders@yahoogroups.com, "Jason Hawryluk" <

RE: [flexcoders] Re: Html in Flex?

2007-01-10 Thread Jason Hawryluk
e? The only html-related bits I can find in the help system concerns the htmlText property of text controls and iframe isn't listed as an understood tag. I appreciate the quick response. --- In flexcoders@yahoogroups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wr

RE: [flexcoders] Re: Html in Flex?

2007-01-10 Thread Jason Hawryluk
sponse. --- In flexcoders@yahoogroups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote: > > Would an iframe work for this? I mean is it just for display/preview not > editing... > > jason > > -Message d'origine- > De : flexcoders@yahoogrou

RE: [flexcoders] Re: XML manipulation

2007-01-10 Thread Jason Hawryluk
Any ideas? Transformed to... --- In flexcoders@yahoogroups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote: > > Yes; basically > > Grab level3 into an xmllist var > > delete le

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
r "C:\fds2" and my Flex plugin folder (C:\Program Files\Adobe\Flex Builder 2 Plug-in\Flex SDK 2\frameworks\source\mx\core) On 1/10/07, Jason Hawryluk <[EMAIL PROTECTED]> wrote: > > > I believe that flex builder installs eclipse 3.1 hence the question. > > So to use f

RE: [flexcoders] any possible way to use flash ocx without installing?

2007-01-10 Thread Jason Hawryluk
Yes, you can load a ocx without registering it, provided you give com the required type information it needs. Basically you fake com into thinking the ocx is registered. We have a very large product (not flex) that uses this technique with a slew of custom ocx’s (100’s) all are not registered. That

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
n 1/10/07, Greg Morphis <[EMAIL PROTECTED]> wrote: > I've got them installed in my Flex Data Services folder "C:\fds2" and > my Flex plugin folder (C:\Program Files\Adobe\Flex Builder 2 > Plug-in\Flex SDK 2\frameworks\source\mx\core) > > > > On 1/10/07,

RE: [flexcoders] Html in Flex?

2007-01-10 Thread Jason Hawryluk
Would an iframe work for this? I mean is it just for display/preview not editing... jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de gtuhl Envoyé : mercredi 10 janvier 2007 21:34 À : flexcoders@yahoogroups.com Objet : [flexcoders] Html in Flex

RE: [flexcoders] Re: XML manipulation

2007-01-10 Thread Jason Hawryluk
Yes; basically Grab level3 into an xmllist var delete level 2 append level 3 to level 1. var tempxml:XMLList = myxml..level3; delete myxml.level2; myxml.append(tempxml); the above code is off the top of my head. May and may not work :) jason -Message d'origine- De : flexcoders@yahoog

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Jason Hawryluk Envoyé : mercredi 10 janvier 2007 21:03 À : flexcoders@yahoogroups.com Objet : RE: [flexcoders] Re: IFlexModule There was an old version of the modules framework from the original c

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Eclipse 3.2 on Apache Tomcat server. On 1/10/07, Jason Hawryluk <[EMAIL PROTECTED]> wrote: > Judging from the error I would think that perhaps your using an older > version or the modules or your existing project before the update was > referencing the older modules framework.

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Could you if verify that the files exist in your application directory (not sure with mac) Yourpath\Flex Builder 2\Flex SDK 2\frameworks\source\mx\core” FlexModuleFactory.as IFlexModuleFactory.as IFlexModule.as And are you both trying this with eclipse 3.2? I’m thinking that if you both upgraded

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Are both of you on mac y/n? jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Tom Sobut Envoyé : mercredi 10 janvier 2007 20:31 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: IFlexModule My compile errors looked a bit different. I c

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Judging from the error I would think that perhaps your using an older version or the modules or your existing project before the update was referencing the older modules framework. If this is the case there may have been changes between the older version and the release version that are causing you

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Are you using an older version of the flash player per chance? I’m assuming you’ve done a clean on the project(s)? Could it be that there is a trace of the project(s) config? If you close all projects, and create a brand new project with just the application + a control; does the problem persist

RE: [flexcoders] Prevent DataGrid itemClick event from launching with header click

2007-01-10 Thread Jason Hawryluk
You could try an event.preventDefault(); you would have to be able to identify the event to know if you want it to pass or not. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de pdflibpilot Envoyé : mercredi 10 janvier 2007 14:22 À : flexcoder

RE: [flexcoders] FileReference Upload Chunk The File into smaller chunks

2007-01-10 Thread Jason Hawryluk
I'm not sure about security implications, but I for one would love to see some added functionality on the client side for the file reference classes at least in flex if possible, though I'm sure it would mess up the flash player more then anything. A: A handle to the byte array before upload start

RE: [flexcoders] Some help with a concept im working with

2007-01-04 Thread Jason Hawryluk
Correction sry, forgot the 'r' oops jason dot hawryluk at 3gcomm dot fr cherrs jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Jason Hawryluk Envoyé : jeudi 4 janvier 2007 08:51 À : flexcoders@yahoogroups.c

RE: [flexcoders] Some help with a concept im working with

2007-01-03 Thread Jason Hawryluk
I may have a solution for you. Email me off list. jason dot hawyluk at 3gcomm dot fr Jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de flashman1357 Envoyé : mercredi 3 janvier 2007 10:35 À : flexcoders@yahoogroups.com Objet : [flexco

RE: [flexcoders] AddChild() Exceptions

2006-11-02 Thread Jason Hawryluk
I'm having the exact same type of problem swapping containers in a TabNavigator using this type of command main.setChildIndex(main.getChildAt(2),1); The behind code seems to choke on the getChildAt of the container. I had the some index problems on other things with this component and for that

RE: [flexcoders] Bin folder removed - how to restore

2006-10-09 Thread Jason Hawryluk
Try re starting Flex builder, and then clean again.     -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Sönke RohdeEnvoyé : lundi 9 octobre 2006 11:54À : flexcoders@yahoogroups.comObjet : RE: [flexcoders] Bin folder removed - ho

RE: [flexcoders] Bin folder removed - how to restore

2006-10-09 Thread Jason Hawryluk
Project-Clean   -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Sönke RohdeEnvoyé : lundi 9 octobre 2006 11:32À : flexcoders@yahoogroups.comObjet : [flexcoders] Bin folder removed - how to restore Hi,I had a problem that I r

RE: [flexcoders] READ THIS: Startup Needs Flex Architect/Developer ASAP!

2006-10-06 Thread Jason Hawryluk
How do i run the demo opening does not run it...   -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Dima UlichEnvoyé : vendredi 6 octobre 2006 10:25À : flexcoders@yahoogroups.comObjet : Re: [flexcoders] READ THIS: Startup Needs F

RE: [flexcoders] Re: how to cancel down arrow on a combobox

2006-09-10 Thread Jason Hawryluk
oders] Re: how to cancel down arrow on a combobox Jason, tnx.it seems pretty easy, BUT!!!i m using flex 1.5 !tried the preventDefault() but its not working here.?--- In [EMAIL PROTECTED]ups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote:>> Listen to the ke

RE: [flexcoders] Re: how to cancel down arrow on a combobox

2006-09-10 Thread Jason Hawryluk
Listen to the key events and prevent the default   Paste below in a new application to test         hope this helps   Jason     -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de shemeshkaleEnvoyé : dimanche 10 septembre 2006 09:01À

RE: [flexcoders] switch (expression)? I think not

2006-07-16 Thread Jason Hawryluk
not sure of the reason but could be a type casting problem. try switch (MyType([EMAIL PROTECTED])) jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de ben.clinkinbeard Envoyé : lundi 17 juillet 2006 05:17 À : flexcoders@yahoogroups.com Objet :

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

2006-07-13 Thread Jason Hawryluk
I'm about to start trying it out. So I’ll post me experiences as well.   Jason   -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Jonas WindeyEnvoyé : jeudi 13 juillet 2006 12:02À : flexcoders@yahoogroups.comObjet : RE: [flexcod

RE: [flexcoders] viewstack design pattern issue

2006-07-12 Thread Jason Hawryluk
rly decisions were good ones with forethought, so I havent' run into that problem too much.   Naw, thanks again for letting me know, I had no clue that property existed.   - Original Message - From: Jason Hawryluk To: flexcoders@yahoogroups.com Sent: Wednesday,

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

2006-07-12 Thread Jason Hawryluk
 : mardi 11 juillet 2006 22:58À : flexcoders@yahoogroups.comObjet : Re: [flexcoders] Explorer-like drag & drop tree Jason: Do you have an example of this for us current/future newbies?

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

2006-07-12 Thread Jason Hawryluk
Jason: Do you have an example of this for us current/future newbies? Thanks!  On 7/11/06, Jason Hawryluk <[EMAIL PROTECTED]> wrote:

RE: [flexcoders] Explorer-like drag & drop tree (Delayed Open Example)

2006-07-12 Thread Jason Hawryluk
rag & drop tree Jason: Do you have an example of this for us current/future newbies? Thanks!  On 7/11/06, Jason Hawryluk <[EMAIL PROTECTED]> wrote:

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

2006-07-12 Thread Jason Hawryluk
Do you have an example of this for us current/future newbies? Thanks!  On 7/11/06, Jason Hawryluk <[EMAIL PROTECTED]> wrote: What I do is on dragover after a set time when over the

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

2006-07-12 Thread Jason Hawryluk
Jason: Do you have an example of this for us current/future newbies? Thanks!  On 7/11/06, Jason Hawryluk <[EMAIL PROTECTED]> wrote: What I do is on dragover after a set time when over th

RE: [flexcoders] viewstack design pattern issue

2006-07-12 Thread Jason Hawryluk
gs :: Where did you hear about?- Original Message - From: "Jason Hawryluk" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]ups.com>Sent: Tuesday, July 11, 2006 6:03 PMSubject: RE: [flexcoders] viewstack design pattern issueI don't quite understand how that could b

RE: [flexcoders] viewstack design pattern issue

2006-07-11 Thread Jason Hawryluk
event as it were. Less coding anyway. - Original Message - From: Jason Hawryluk To: flexcoders@yahoogroups.com Sent: Tuesday, July 11, 2006 11:47 AM Subject: RE: [flexcoders] viewstack design pattern issue JesterXL ? Focusout changes data on the textinput ? What if the user just get focus

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

2006-07-11 Thread Jason Hawryluk
22:58À : flexcoders@yahoogroups.comObjet : Re: [flexcoders] Explorer-like drag & drop tree Jason:   Do you have an example of this for us current/future newbies?   Thanks!  On 7/11/06, Jason Hawryluk <[EMAIL PROTECTED]> wrote: What I

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

2006-07-11 Thread Jason Hawryluk
What I do is on dragover after a set time when over the folder i open it. The user is then free to drag into the folder.   If you want i can give you more details, if you think this would help solve your problem.   jason       -Message d'origine-De : flexcoders@yahoogroups.co

RE: [flexcoders] viewstack design pattern issue

2006-07-11 Thread Jason Hawryluk
JesterXL ? Focusout changes data on the textinput ? What if the user just get focus into the textinput, and does not change it?   I'm using valueCommit on all components. Is focus out better for this ?   Hank: Are you opening the same data multiple times, and you require that related scre

RE: [flexcoders] Pivot Tables

2006-07-11 Thread Jason Hawryluk
Let's discuss this further :) I agree it would be a killer component for Flex. A pivot table component is one thing, but first you need to start with a spreadsheet type component (err maybe not, as the start data should not be modifiable). I guess any given itemrenderer would need to observe "all

RE: [flexcoders] Re: Using the XMLListCollection class bug

2006-07-08 Thread Jason Hawryluk
hoogroups.com, "milan kosir" <[EMAIL PROTECTED]> wrote:>> Yes, it works fine. Thanks!> Milan> > On 6/30/06, milan kosir <[EMAIL PROTECTED]> wrote:> >> > Thank you very much, Jason,> > I can't test it before tomorow, but I

RE: [flexcoders] Re: Using the XMLListCollection class bug

2006-07-08 Thread Jason Hawryluk
D]> wrote:>> Yes, it works fine. Thanks!> Milan> > On 6/30/06, milan kosir <[EMAIL PROTECTED]> wrote:> >> > Thank you very much, Jason,> > I can't test it before tomorow, but I'm already happy :)> >> >> >

RE: [flexcoders] Re: Flex 2 Icon in PopUpMenuButton

2006-07-05 Thread Jason Hawryluk
Thanks for your help, but no, it does not solve the problem. Perhaps Adobe or others could contribute to this for a better solution, or be aware of the bugs/items/work arounds.   A couple of things with this control. After a little testing.   1: The lableFunction does not work at all.

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

2006-07-03 Thread Jason Hawryluk
Thanks for responding, My initial worry was not that all my questions are not getting answered. It was more like if Adobe wants to get into the dev realm and be active in convincing existing MS dev people to make a switch to Flex from the upcoming WPF/e and WPF platforms, their community

RE: [flexcoders] Arrangement, front back?

2006-07-03 Thread Jason Hawryluk
swapChildren and swapChildrenAt on the container...   Jason       -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Phil MarstonEnvoyé : mercredi 28 juin 2006 15:04À : flexcoders@yahoogroups.comObjet : Re: [flexcoders] Arrangement,

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

2006-07-02 Thread Jason Hawryluk
Thank you! That worked. I would like to know however what the exact problem was, I did clean out the registry, and any reference to the flash player. Among the million other things i tried :)   Was it just a version incompatibility ?   In any case as long as it works. I was really dreadin

RE: [flexcoders] Re: Tree and allowMultipleSelection functionality not working

2006-07-01 Thread Jason Hawryluk
I'm guessing bug here. Most definitely.   Jason   -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Renaun EricksonEnvoyé : samedi 1 juillet 2006 18:47À : flexcoders@yahoogroups.comObjet : [flexcoders] Re: Tree and allowMultipleSe

RE: [flexcoders] Select a Tree item on Right click

2006-06-30 Thread Jason Hawryluk
What do you all think about a double-click context menu, in stead of the right click context menu that flex provides. The problem with the flex one is that it confuses a user as to whether they are still in your app or some browser menu. Hence I see the oops syndrome.   Create a double cl

RE: [flexcoders] Re: Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread Jason Hawryluk
Windows Firewall insformed that java was trying go out and asked me if I wanted to block it, and I choose to continue blocking. Since then the debugger stopped for FireFox too and I could not debug.I am sure this is a security issue but I am not able to find it Thanks--- In [EMAIL PR

RE: [flexcoders] Re: Read Local File

2006-06-30 Thread Jason Hawryluk
file read then pass the file via _javascript_ to the flex application???--- In [EMAIL PROTECTED]ups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote:>> This is not possible due to browser security restrictions. You will have to> ask the client to upload to the ser

RE: [flexcoders] Re: Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread Jason Hawryluk
security issue but I am not able to find it Thanks--- In [EMAIL PROTECTED]ups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote:>> Did you uninstall flex b3, and did you run Player_B3_Uninstaller_05-08.exe> before installing the final version?> > Also

RE: [flexcoders] Using the XMLListCollection class bug

2006-06-30 Thread Jason Hawryluk
and on the end the tree can't render anymore.I'm interesting in this because I'd like to write a "lazy tree", to get child items from database when they are needed (when the node is opened). If anybody has done this and could give me a hint, I'd be gratef

RE: [flexcoders] Using the XMLListCollection class bug

2006-06-30 Thread Jason Hawryluk
d items from database when they are needed (when the node is opened). If anybody has done this and could give me a hint, I'd be gratefull.Thanks, Milan On 6/30/06, Jason Hawryluk < [EMAIL PROTECTED]> wrote: I'm very happy to repo

RE: [flexcoders] Flex Debug - I am allmost giving up - this is my last message

2006-06-30 Thread Jason Hawryluk
Did you uninstall flex b3, and did you run Player_B3_Uninstaller_05-08.exe before installing the final version?   Also ensure that you have removed the older flash9.ocx from your computer?   Jason     -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Read Local File

2006-06-30 Thread Jason Hawryluk
This is not possible due to browser security restrictions. You will have to ask the client to upload to the server, pass the data back to the client, modif, and send back to server. On the server side you will have to accept the down load, parse, and have the client the poll the server til

RE: [flexcoders] Scrollbar bug (with sample code)

2006-06-30 Thread Jason Hawryluk
I added this to your vscroll, it worked but not the best, you may want to play around with this a bit. Perhaps the binding is not getting called until hscroll is created they are not created at the same time, so if hscroll is not fully created the height would in fact be 0.   creationCompl

RE: [flexcoders] Using the XMLListCollection class bug

2006-06-30 Thread Jason Hawryluk
I'm very happy to report that the tree component is working very well. All the outstanding bugs I've checked have been corrected (i have a few left to look into). The binding is working.   jason   -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De l

RE: [flexcoders] Jason Hawryluk: Flash debug player - a workaround

2006-06-30 Thread Jason Hawryluk
:[EMAIL PROTECTED]De la part de Daniel TuppenyEnvoyé : vendredi 30 juin 2006 13:17À : flexcoders@yahoogroups.comObjet : [flexcoders] Jason Hawryluk: Flash debug player - a workaround For Jason Hawryluk, and anyone else that'd been having issues getting the debug player

RE: [flexcoders] FlexStore damn slow when there is 250 items in the shop

2006-06-30 Thread Jason Hawryluk
No that's funny :) And very true.  As for the 250 items is there a was to logically categorize them so that it's only showing a subset at a time?   Jason       -Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Douglas KnudsenEnvoyé 

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

2006-06-29 Thread Jason Hawryluk
se/index.cfm?id=tn_14157 <http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157> # …execute it… # Best to close your browsers befor the deinstallation, otherwise it will be done for you # Reinstall FlexBuilder including the packaged Player (9.0.15) cheers, thomas. Jason Hawryluk wr

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

2006-06-29 Thread Jason Hawryluk
Ok I give up, someone wanna help us out here? Almost 2 day's working on this stupid problem, and no forward movement what so ever. Windows is not allowing me to register the ocx no matter what I have tried it just don't like it. The ocx is FlDbg9.ocx in the C:\WINNT\system32\Macromed\Flas

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

2006-06-29 Thread Jason Hawryluk
Nope that unfortunatly did not work   What is different between the new debug player and the beta version? The beta sets the keys properly in the registry the new final version does not. I can't see it being a security issue on my part as the beta worked fine. I don’t see any diff in the

  1   2   3   >