Re: [flexcoders] Prana: IoC container for AS3

2007-04-20 Thread Christophe Herreman
Hi Brian, there might indeed be a difference between Flex projects that use Flex Data Services vs. compiled Flex/Flash/AS3 projects. The FDS projects have a huge advantage of having the code compiled on the server. For instance to change Cairngorm's ServiceLocator and define where to find let'

RE: [flexcoders] Flash 9 Stage size - 2880 x 2880 limitation

2007-04-20 Thread Alex Harui
That is correct +/-8191 pixels. 2880 is bitmap max From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claus Wahlers Sent: Friday, April 20, 2007 8:56 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flash 9 Stage size - 2880 x 28

Re: [flexcoders] Prana: IoC container for AS3

2007-04-20 Thread Christophe Herreman
Hi Brian, The way I see it, the current implementation has some "problems": - As you say, your custom combobox will always know about the RoleFilter. (On a sidenote, it might be even better to pass in an instance of an IRoleFilter so that you have more flexibility in the way the filter is imple

RE: [flexcoders] Reload (reinitialize) application

2007-04-20 Thread Alex Harui
in a model/view architecture, you would return the model to its initial state and the view would respond accordingly. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of roman_dolgov Sent: Friday, April 20, 2007 7:30 PM To: flexcoders@yahoogrou

RE: [flexcoders] Is there any event fired after sorting the datagrid ?

2007-04-20 Thread Alex Harui
You should get a COLLECTION_CHANGE with CollectionEventKind = REFRESH From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arpan srivastava Sent: Friday, April 20, 2007 10:45 PM To: Flex Coders Subject: [flexcoders] Is there any event fired afte

[flexcoders] Is there any event fired after sorting the datagrid ?

2007-04-20 Thread arpan srivastava
Hi All, Is there any event fired after sorting the datagrid. I mean if I click the datagrid header then DataGridEvent.HEADER_RELEASE event is fired and rows get sorted, now i want an event to be fired when the sorting is done. I tried CollectionEvent.COLLECTION_CHANGE but didn't worked. T

Re: [flexcoders] Flash 9 Stage size - 2880 x 2880 limitation

2007-04-20 Thread Claus Wahlers
> Afaik, the max stage size in Flash Player 9 is -8192 - +8192 (ish). > Afaik, the max bitmap size is 2880x2880. And, just tested: The max visible stage size in the IDE is -3500 - +3500 (ish). You can enter X/Y values from -5760 - +5760 in the Info Panel. Cheers, Claus. -- claus wahlers côdeaz

Re: [flexcoders] Flash 9 Stage size - 2880 x 2880 limitation

2007-04-20 Thread Claus Wahlers
Daniel Wabyick wrote: > I have a friend creating a huge wall-display project with a screen > resolution of around 3600 x 3600 pixels. So, he should be able to create > an app that's 1800x1800, and then simply go fullscreen which will scale > Flash to the needed res (what you were saying). Afai

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-20 Thread Scott Barnes
For the record, I was very vocal about Flash's potential all those years ago as well (In 2004, I made this post http://www.mossyblog.com/archives/276.cfm). I'm not trying to stir the politics, but i even look at the CS3 sku's and ponder what the hell is going on? (keep it simple). Flash has alway

[flexcoders] Reload (reinitialize) application

2007-04-20 Thread roman_dolgov
What is best way to reload / reinitialize the whole flex application from code? I want to be able to reset state of my application on timeout event, it seems that the easiest way is to somehow recreate the whole app or at least main view. Something like: Application.application = new MyApplicat

Re: [flexcoders] Issues with Flash Gateway

2007-04-20 Thread Muzak
The gateway url requires an ending forward slash http://myserver/flex2gateway/ As for projects that need CF, I deploy them to the test server (which is on another machine as well). I have a mapped drive (P:\) that maps to the CF Root on the other machine. So when setting up a new project I poin

Re: [flexcoders] Flash 9 Stage size - 2880 x 2880 limitation

2007-04-20 Thread Daniel Wabyick
I have a friend creating a huge wall-display project with a screen resolution of around 3600 x 3600 pixels. So, he should be able to create an app that's 1800x1800, and then simply go fullscreen which will scale Flash to the needed res (what you were saying). Igor Costa wrote: > > Still have

Re: [flexcoders] Flash 9 Stage size - 2880 x 2880 limitation

2007-04-20 Thread Igor Costa
Still have the same size limitation. Who need's more? if fullscreen it's enabled to fp9? the file FP9 IDE limitation i'ts for work only . On 4/20/07, Daniel Wabyick <[EMAIL PROTECTED]> wrote: Does anyone know offhand if Flash 9 still has the 2880 x 2880 stage size limitation? I know that t

[flexcoders] Flash 9 Stage size - 2880 x 2880 limitation

2007-04-20 Thread Daniel Wabyick
Does anyone know offhand if Flash 9 still has the 2880 x 2880 stage size limitation? I know that the bitmap related classes still have that limitation. Thanks! -Daniel

[flexcoders] How to prevent Flex Apps from always loading from server. They never get cached

2007-04-20 Thread helihobby
Hi All, How can one direct Flex to load from Cache and not from the server if both files are the same. Seems like Flex Apps always load from server even if both local cached swf and server swf are the same. As always, Thank you for all the help and support. Regards, Sean - http://www.HeliHob

Re: [flexcoders] Root sprite not responding to MouseEvent ?

2007-04-20 Thread Troy Gilbert
The problem is that the Bitmap class is not an InteractiveObject, so it can't receive mouse or keyboard events. And the parent Sprite (the root of your application) doesn't receive mouse events because it doesn't have anything drawn into its hit area (child objects, like the bitmap, don't count).

[flexcoders] Re: Installing Flex On Vista Causes Reboots

2007-04-20 Thread iko_knyphausen
Hi Matthew, I am not the one that has the issues. I just shared my experience of installing on Vista by copying an XP installation over manually. The installer did not run at the time - quite possibly because I did not run it as Administrator - or maybe some other issue. It was prior to 2.01 The

[flexcoders] Re: IFrame problem

2007-04-20 Thread gotjosh819i
Mane, (blog entry) http://www.deitte.com/archives/2006/05/update_to_embed.htm A cpl things that need to be done assuming you already have the IFrame.mxml file and its namespace setup: 1) In the html-template folder in your project open index.template.html add this code to line 27 replacing th

[flexcoders] Re: FDS Scalability

2007-04-20 Thread boybles
My bad, Ben. I guess I over-interpreted your comments in your March 9th blog when you were responding to "Rick Root": http://www.forta.com/blog/index.cfm/2007/3/9/Planned-Scorpio-FDS- Enhancements You were talking about how much better Scorpio performance will be and downplaying current poor CF

[flexcoders] Re: Installing Flex On Vista Causes Reboots

2007-04-20 Thread Matthew OMeara
Iko, You might try looking at your settings for Windows. There is one checkbox for "Reboot on System Error". Make sure that is turned off so that you can at least see the error you are getting. I have seen Windows ship with this set to be true, normally on the dumbed down home editions of

Re: [flexcoders] Prana: IoC container for AS3

2007-04-20 Thread Carlos Rovira
Hi Brian, I think you are referrin to Christophe and his project Prana, although I'd want to contribute if I can :) 2007/4/20, Brian Lesser <[EMAIL PROTECTED]>: Thanks Carlos, I'll be interested to see what you come up with. Right now I'm experimenting with the best way to use static method

RE: [flexcoders] LiveCycle Data Services & PDF

2007-04-20 Thread David Mendels
Hi, for (1), suggest the iFrame approach that many have used for integrating with HTML. for (2), this surprises me and it doesn't sound right. I'll defer to others on that team to answer, but it is late on a Friday and not sure if someone will see this before the weekend (the FDS team is largel

[flexcoders] IFrame problem

2007-04-20 Thread manfred.maierhofer
Hey guys, I have often read that some of you are using the IFrame component. I downloaded it and wanted to check it out, but it just doesn't appear. Am I too stupid, or is there anything that has to be configured to get it working?? I use the namespace comp for my components and this is the code:

RE: [flexcoders] Can Cartesian Chart DataTips be set to always be showing once the chart appears?

2007-04-20 Thread Sunil Bannur
A workaround for this, would be to a. override the finddatapoints and return all the items from all chartelements b. then set the showdatatips to false and back to true Everything should show up. -Sunil From: flexcoders@yahoogroups.com [ma

RE: [flexcoders] Re: Embeding an SWF

2007-04-20 Thread Alex Harui
I'd just load the which ever SWF you want via SWFLoader. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of scalenine Sent: Friday, April 20, 2007 1:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Embeding an SWF I think you'

[flexcoders] Re: How to have a SWF load a different SWF

2007-04-20 Thread qnotemedia
In the case of the swf being loaded is a Flex2 app, you can use the SWFLoader control. Check out: Flex 2 Developer's Guide > Building User Interfaces for Flex Applications > Using Controls > SWFLoader control If the swf is Flash 8, I believe you use the loadMovie function to load swfs. - Chr

[flexcoders] After I drag a tree node, how do I delete the old one?

2007-04-20 Thread Nate Pearson
I'm following the code here: http://weblogs.macromedia.com/pent/archives/2006/11/tree_drag_and_d.cfm It just shows u how to manually add drag support to a tree. The code is not complete though. Once you move a tree node it leaves the old copy. I can't seem to figure out how to deal with the ol

[flexcoders] Can Cartesian Chart DataTips be set to always be showing once the chart appears?

2007-04-20 Thread bobignacio
Hi All, I haven't had any trouble formatting the datatips in a PlotChart using the dataTipFunction but it is a requirement for me to have them showing all the time without mousing over them. The mouseSensitivity can be set to a large number, however, the mouse is still the trigger. Is there any th

[flexcoders] Re: FDS Scalability

2007-04-20 Thread Shannon
People tend to trust what they know. I've heard alot of J2EE people telling me that CF performs poorly, is insecure and doesn't scale. I personally can't imagine that being the case, because I using Allaire ColdFusion in late 1994 (before Servlets existed) Does anyone know of any good benchmar

[flexcoders] How to have a SWF load a different SWF

2007-04-20 Thread boy_trike
I would like my main swf, load another SWF and pass some parameters, (UserID, etc.). Can someone help me with the syntax for that? thanks bruce

[flexcoders] Re: Embeding an SWF

2007-04-20 Thread scalenine
I think you'd need to embed both and call either SWF when it's needed. It's similar to what I had to do to swap SWF assets to get themes to switch in an app. Like this: http://www.scalenine.com/samples/themeSwapper/themeSwap.html Click on the buttons next to "Choose a theme". Juan --- In fle

[flexcoders] Flash Remoting / Flex / Datagrid

2007-04-20 Thread Scott Hoff
Does anyone know how I should go about detecting that a row has been changed when a grid is editable and then pushing the change to the server? I'm currently searching for some sort of explanation but haven't found anything yet.

RE: [flexcoders] Problem removing popup window

2007-04-20 Thread Alex Harui
Time for trace statements to make sure it does get called when there are no break points. I'd even trace out the numChildren of systemManager to see if it changed at all. Could it be that a replacement is being popped up? From: flexcoders@yahoogroups.com [mailto

Re: [flexcoders] Embeding an SWF

2007-04-20 Thread Guillermo Villasana
Thanks alex, The reason I wanted to do this is because I wanted to able to load two different swf's (that have skins in it) and load one or the other, when I press a button. Is this possible? Alex Harui wrote: > > embed means embedded at compile time, so no, you can't embed something > at runti

Re: [flexcoders] LiveCycle Data Services beta expired?

2007-04-20 Thread João Fernandes
Kevin, are you sure you replaced the file correclty? I have updated the file and the error was gone. João Fernandes

RE: [flexcoders] Communicating between Flex and Embeded Swf loaded with loadBytes

2007-04-20 Thread Alex Harui
If the swf is player 8, the code will be stripped so there won't be code to talk to. If the swf is player 9/cs3, then you should actually create a swc and import it as classes. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnig

RE: [flexcoders] rowCount bug in DataGrid?

2007-04-20 Thread Alex Harui
You might check rowCount on updateComplete on the DataGrid From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steven Lira Sent: Friday, April 20, 2007 8:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] rowCount bug in DataGrid? I

RE: [flexcoders] Embeding an SWF

2007-04-20 Thread Alex Harui
embed means embedded at compile time, so no, you can't embed something at runtime. You have to load it useing SWFLoader From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Villasana Sent: Friday, April 20, 2007 8:39 AM To: flexcoders

RE: [flexcoders] Re: Dragging from a Datagrid to a tree CODE EXAMPLE

2007-04-20 Thread Alex Harui
Not sure I'll have time to look at this, but I think you have to handle dragOver and dragExit too. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Friday, April 20, 2007 11:21 AM To: flexcoders@yahoogroups.com Subject: [f

[flexcoders] layout is missing.....

2007-04-20 Thread tkacyndra
hi :) so now i have Flex at work and at home... however, for some reason (at work), i dont have the "layout propery"(the check boexes, where you can align things the way you want to) in my "Flex properties".. also, everything is just on one panel, not accordion, like i have at home. did i do

[flexcoders] LiveCycle Data Services & PDF

2007-04-20 Thread Kevin
I have been looking at the LCDS PDF creation capabilities and I have found that the PDF's created, 1) Cannot be previewed in the flex app, which means that the user has to deal with annoying popups etc... 2) Cannot be viewed in OSX Preview. Unfortunately, in my case, over 50% of my end use

Re: [flexcoders] Prana: IoC container for AS3

2007-04-20 Thread Brian Lesser
Thanks Carlos, I'll be interested to see what you come up with. Right now I'm experimenting with the best way to use static methods to handle cross-cutting security concerns within custom components. For example a combo box may only be able to show certain options to a user based on the user's

Re: [flexcoders] LiveCycle Data Services beta expired?

2007-04-20 Thread Kevin
ahh restarted Tomcat and it's now working...the beauty of restart. - Kevin On Apr 20, 2007, at 2:36 PM, Kevin wrote: I just installed the LCDS beta and I am trying to run it on Tomcat. I keep getting the following error when trying to launch the samples: "Exception flex2.compiler.License

Re: [flexcoders] Using relational database with flex (newbie help)

2007-04-20 Thread Kevin
Your tables must be InnoDB, but otherwise, you can set up the keys using raw SQL code in phpmyadmin: CREATE TABLE parent (id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=INNODB; CREATE TABLE child (id INT, parent_id INT, INDEX par_ind (parent_id),

[flexcoders] LiveCycle Data Services beta expired?

2007-04-20 Thread Kevin
I just installed the LCDS beta and I am trying to run it on Tomcat. I keep getting the following error when trying to launch the samples: "Exception flex2.compiler.LicenseException" I installed the following update, but I still get the error. http://www.adobe.com/cfusion/webforums/forum/messa

[flexcoders] Using relational database with flex (newbie help)

2007-04-20 Thread munene_uk
i know this is kinda not directly a flex question but i figure surely someone must use mysql in here for a flex app. anyway here goes. just a quick questionive got a database of students and i want to somewhat design a relational database so that i can run relational queries. unfortun

Re: [flexcoders] Problem removing popup window

2007-04-20 Thread Rick Root
On 4/20/07, Tracy Spratt <[EMAIL PROTECTED]> wrote: Ah, try calling removePopup using callLater(). This magic incantation often solves problems like this for me. That's interesting doesn't seem to work... callLater(progressWindow.remove); //progressWindow.remove(); Seems to have no eff

[flexcoders] Re: Dragging from a Datagrid to a tree CODE EXAMPLE

2007-04-20 Thread Nate Pearson
I made an example of what I'm talking about. I cant get it to accept an item (not have that red x) when I drag a datagrid row over the tree. ondragEnter is where the code that SHOULD handle it is. http://www.adobe.com/2006/mxml"; layout="vertical">

[flexcoders] Application design question: opinions welcomed

2007-04-20 Thread ben.clinkinbeard
I am about to undertake the task of expanding a recently completed Flex app that utilizes Cairngorm. Its basically a workflow application to allow users to create large batches of PPT and PDF documents that are generated on the server. The existing application is for a specific type of document, an

Re: [flexcoders] Problem removing popup window

2007-04-20 Thread Rick Root
I also tried this within my progressWindow component... public function remove():void { callLater(remove2); } public function remove2():void { PopUpManager.removePopUp(this); } Which also didn't work. I mean, it still works in at all times in debug mode with the breakpoint.

[flexcoders] Re: custom drag events for List -- how NOT to have scrollbar drag an item?

2007-04-20 Thread sleekdigital
I created my own list component with drag n drop suport and here is what I did for that scenario... private function onMouseDown(event:MouseEvent):void{ //trace("mouseDown"); var pt:Point = new Point(event.localX, event.localY); pt =

RE: [flexcoders] FDS Scalability

2007-04-20 Thread Ben Forta
Actually, I've neither admitted not hinted this, and have no reason to believe that that is the case. ColdFusion deployed on Java can, and should, scale as well as the underlying Java server. --- Ben From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of boybles Sent:

[flexcoders] Fade Effect and StartDelay Issue/Bug?

2007-04-20 Thread Jurgen Beck
Seems like I'm having an issue with the Fade effect and using startDelay. I have the following Fade effect defined: This is used by a canvas component: cb1 is a checkbox to play around with the fading in and out of the canvas. I'm starting out with the Canvas supposed

RE: [flexcoders] Problem removing popup window

2007-04-20 Thread Tracy Spratt
Ah, try calling removePopup using callLater(). This magic incantation often solves problems like this for me. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Root Sent: Friday, April 20, 2007 9:44 AM To: flexcoders@yahoogrou

[flexcoders] rowCount bug in DataGrid?

2007-04-20 Thread Steven Lira
I have a datagrid held within a vDividedBox. I need to know the number of visible rows as the dividedBox size changes. I tried using the divider events (dividerPress, dividerDrag, dividerRelease) and checking the rowCount of the DataGrid, however it appears that the rowCount is not updated at

[flexcoders] Event Bubbling with Custom Event Class

2007-04-20 Thread jameseisenlohr
Hello, I have two child components, RecordList (has datagrid in it) and UpdateMember (has form in it). When I click on a record in the datagrid inside the RecordList component, I would like to have the information populate the form in the UpdateMember component. Each record in the datagrid is a Me

[flexcoders] Distinguish between open/closed folder and leafs in a tree's iconFunction

2007-04-20 Thread Sebastian Feher
I couldn't find any references so far on how to check if I'm processing a leaf or a "folder" node, and in the last case if it's opened or closed in an iconFunction.. Any hints?

[flexcoders] custom drag events for List -- how NOT to have scrollbar drag an item?

2007-04-20 Thread tddclare
I have a list showing a variety of items. I use a custom ItemRederer to diplay the list items, which I want to be able to drag from the list as well. When the user drags an item, I want the DragProxy to be a different look than the ItemRenderer. I couldn't figure out how to override the built in

Re: [flexcoders] Security Sandbox Error

2007-04-20 Thread Rick Root
I'm posting a response I got off-list On 4/20/07, Matthew O'Meara <[EMAIL PROTECTED]> wrote: > > Likely when you are running from your dev environemnt it works fine, but > when you run it through a browser on another machine is when it fails. Here's the rub! I don't have a dev environment.

Re: [flexcoders] boolean not casting ok from string

2007-04-20 Thread Luis Eduardo
ok Gordon. so i will make my wrapper. thanks to you and Alex. []'s Luís Eduardo. Gordon Smith escreveu: > No, you cannot overload operators in AS3. The point has been made > several times now: the only way to convert "true" to true and "false" > to false is to write > >

[flexcoders] How to change a button icon at runtime in Flex1.5

2007-04-20 Thread newtoflexworld
Hi All, I am working on Flex 1.5. I need to change a button icon at runtime. Adobe docs say "The icon must be embedded at compile time as a symbol in the SWF file, as opposed to being downloaded as an image from the server at runtime." Is there any way I could do change the icon dynamically?

[flexcoders] Embeding an SWF

2007-04-20 Thread Guillermo Villasana
I know that to embed an swf you can do this: [Embed(source="/assets/myswf.swf")] public var swf_embeded_flex:Class; My question is the following: Is it possible to make "/assets/mysqf.swf" to be a variable? So I could have: var asset:String="/assets/myswf.swf"; [Embed(source={asset})] public

[flexcoders] Re: FlashVars from html

2007-04-20 Thread Kyle Hayes
Hey, I had to do this a couple of weeks ago and wrote a blog entry about it: http://www.kylehayes.info/blog/index.cfm/2007/2/22/Passing-URL-Variables-To-Flex http://www.kylehayes.info/blog/index.cfm/2007/3/5/Flex-HtmlTemplate-filetype-to-CFM-instead-of-HTML --- In flexcoders@yahoogroups.com, mych

[flexcoders] Re: Call by value instead of Call by reference when copying ArrayCollection

2007-04-20 Thread manfred.maierhofer
No, it seems that Brian was right, it works fine without a loop. Great community, Thanks, Mane

[flexcoders] Re: Two-Way Communication

2007-04-20 Thread Matt
I'm actually looking into that now, but I'm having a hard time finding any information about how to communicate using it apart from stream audio or video. Know of any examples that would be useful? --- In flexcoders@yahoogroups.com, "Johannes Nel" <[EMAIL PROTECTED]> wrote: > > as i suggested bef

[flexcoders] Re: Need help creating an image from a source control

2007-04-20 Thread Shaun
BitmapData.copyPixels(). For future reference, it allows you to copy a portion of a bitmap specified by a rectangle - exactly what I need. Thanks for the help, Bjorn. --- In flexcoders@yahoogroups.com, "Shaun" <[EMAIL PROTECTED]> wrote: > > Thanks Bjorn, I think I'm headed in the right direct

[flexcoders] Re: Need help creating an image from a source control

2007-04-20 Thread Shaun
Thanks Bjorn, I think I'm headed in the right direction now, but I still have one hurdle. I'm successfully copying the source image to the preview control, but I can't figure out how to only copy a portion of the source image instead of the whole thing. How do I get just a certain rectangle of

[flexcoders] FlashVars from html

2007-04-20 Thread mychemic Carlo Gulliani
How can I use flashVars from html... In flash 8 i can receiving result from html files in swf file. How it works in as3 and flex? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [flexcoders] Problem removing popup window

2007-04-20 Thread Rick Root
On 4/19/07, Alex Harui <[EMAIL PROTECTED]> wrote: I think you just have to step into the removePopUp code and see what's up That seems reasonable - except it works fine when I put the breakpoint in. If I remove the breakpoint.. the popup doesn't get removed. That doesn't make any sense at

[flexcoders] datagrid autoscrolls

2007-04-20 Thread darylgmyers
I have a datagrid on a form with fields above and below. The datagrid displays 3 rows. I have custom renderers in the datagrid columns. When more than 3 rows exists, the datagrid will scroll when I move the cursor above or below the datagrid. When I open the combobox on the last visable row

Re: [flexcoders] FDS Scalability

2007-04-20 Thread João Fernandes
current version of CF might have some issues when dealing with large datasets due to the overhead created by createObject(). Regarding scalability, it should work fine since they scale each one on their own side. I never heard of scalability problems for any of those 2. I don't think that stick

Re: [flexcoders] Security Sandbox Error

2007-04-20 Thread Rick Root
On 4/19/07, Alex Harui <[EMAIL PROTECTED]> wrote: What's the url of your swf? https://advanceweb.ads.duke.edu/entitylookup3/EntityLookup.swf. Loaded inside: https://advanceweb.ads.duke.edu/entitylookup3/index.cfm or sometimes: https://advanceweb.ads.duke.edu/entitylookup3/EntityLookup.ht

Re: [flexcoders] Problem resizing datagrid columns

2007-04-20 Thread Rick Root
On 4/19/07, Alex Harui <[EMAIL PROTECTED]> wrote: The DataGrid will not let you partially fill it with columns so it will stretch all or just the last column to completely cover its width. Man it bugs me that it takes 6 hours for my posts to show up on this list. I figured out the problem.

[flexcoders] Getting progress events on Socket *write* (not read)

2007-04-20 Thread Tim
Is there a way to get a progress event on a socket write (flush)? Right now, the way I understand it, if you write data to a socket you have no way of knowing when the data has completely been flushed. This is a problem if you're writing a lot of data, because you could blow that buffer .. gue

Re: [flexcoders] Two-Way Communication

2007-04-20 Thread Johannes Nel
as i suggested before look at the netconnection class and tunneling over rtmpt :80 On 19 Apr 2007 09:47:09 -0700, Matt <[EMAIL PROTECTED]> wrote: Since I don't seem to be getting there with my original basic idea of straight communication via port 80, let me rephrase the problem and hopefully

[flexcoders] Problems with XMLSocket

2007-04-20 Thread martinille
Hi mates, I'm trying to use XMLSocket class (flash.net.XMLSocket). Everything seems to work without problems. The socket connection established successfully, also disconnecting and sending data via connection works finely. The problem is that the class doesn't dispatch DataEvent when the data s

[flexcoders] Re: Installing Flex On Vista Causes Reboots

2007-04-20 Thread j_lentzz
> I have all the latest drivers I could find. I also ran the memtest > for 6+hours w/o any failures. Maybe I should try loading XP first and > then Vista over it? > I think I found the solution. I set up a dual boot system. I used XP to load the Flex software, then when I boot to Vista, I can r

[flexcoders] Re: Open new browser popup

2007-04-20 Thread ramp_of_remo
--- In flexcoders@yahoogroups.com, Jaap Cammeraat <[EMAIL PROTECTED]> wrote: > > Hi all, > > Can somebody tell me how I can open a sized window in the users browser? > At this moment I'm using navigateToURL(u,"_blank") to open a new > window but I want a new window with special sizes. >

[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-20 Thread mvbaffa
Adobe constructed a great product. The conception and architecture are excelent, but the comercial strategy is not so good. Macromedia had something like 4 years ahead of Microsoft, since Flex 1.5, that was a very good product too. Macromedia insisted to to seel it for US$18 k, nobody bought it

[flexcoders] FDS Scalability

2007-04-20 Thread boybles
How is the scalability with FDS with CF (and do you have to enable sticky clustering)? I also heard that FDS+CF is much slower than FDS+Java especially when traffic gets heavy. Ben Forta didn't admit it outright...but hinted at it. Have you experienced this kind of thing?

[flexcoders] Issues with Flash Gateway

2007-04-20 Thread b_clingan
I'm developing and building on my local machine, but the ColdFusion server is on another machine in the network. What is the best practice for working this way as far as setting up my project so I can access CFCs to get data? I'm also having problems with the flex2gateway, when I access the url th

[flexcoders] Re: DataGrid variableRowHeight problem

2007-04-20 Thread tsiesser
Ah - paddingTop/paddingBottom on the *datagrid* (i.e. as opposed to on the item renderer or the text field) Brilliant, as usual, Alex. Thank you! --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > paddingTop/paddingBottom are adding the four pixels. > > _

Re: [flexcoders] Set widths on individual tabs

2007-04-20 Thread ravi kumar gummadi
From: Ravi Kumar Gummadi Sent: Thursday, April 19, 2007 3:49 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Set widths on individual tabs Hi Jack I worked on almost similar problem with different requirements Extend TabNavigator and extend TabBar as well In the extended TabB

[flexcoders] Communicating between Flex and Embeded Swf loaded with loadBytes

2007-04-20 Thread Giles Roadnight
Hi I have made a custom pre-loader for my Flex app that displays an embedded swf: [ Embed(source="/assets/ui/loader_panels.swf", mimeType="application/octet-stream") ] public var WelcomeScreenGraphic:Class; public function WelcomeScreen() { this.loadBytes( new WelcomeScreenGraphic() as ByteArray

[flexcoders] Open new browser popup

2007-04-20 Thread Jaap Cammeraat
Hi all, Can somebody tell me how I can open a sized window in the users browser? At this moment I'm using navigateToURL(u,"_blank") to open a new window but I want a new window with special sizes. Regards, Jaap Cammeraat

RE: [flexcoders] FDS / CF Endpoints

2007-04-20 Thread Peter Farland
Ah yes, Joao is on the right track - I forgot that CF7.0.2 uses an RMI bridge to connect the two. I was thinking of the configuration from a CF8 + LCDS 2.5 integrated installation that is in Beta 2 right now that makes this much simpler (and avoids the need for configuring RMI to get this to

RE: [flexcoders] Re: Setting DataGridColumn width programmatically & visibleColumns

2007-04-20 Thread Alex Harui
I would try copying every DataGridColumn in the columns array to make a completely new array of new DGC instances then set the columns property. var oldCols:Array = dg.columns; var n:int = oldCols.length; var newCols:Array = new Array(); for (var i:int = 0; i < n; i++_ { var col:DataGridColum

RE: [flexcoders] Re: Finding the index of the first visible row in a Datagrid

2007-04-20 Thread Alex Harui
verticalScrollPosition matches the offset of the first visible row From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of iko_knyphausen Sent: Thursday, April 19, 2007 11:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Finding the i

RE: [flexcoders] boolean not casting ok from string

2007-04-20 Thread Alex Harui
Ecmascript is just not Java. You can't overload operators and you're not doing true casting. Sorry, but you'll have to live with the suggestd code pattern. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luis Eduardo Sent: Thursday, Ap

RE: [flexcoders] Suggestive Search

2007-04-20 Thread Matt Chotin
I'm guessing that the remote object is deserializing the results that are returned and that's what's blocking the UI (it shouldn't be the network traffic itself that causes blocking). Unfortunately you can't really cancel the Player from receiving the data and doing the deserialization, the only t

[flexcoders] Re: Getting started with CF and Flex

2007-04-20 Thread hoffsm
I figured that out. I had forgotten to set up the data source. I now get this error when I'm trying to run the program and I don't know how to address it: [MessagingError message='Unknown destination 'cfcontact-default' for service with id 'data-service'.']

Re: [flexcoders] Can someone explain this?

2007-04-20 Thread Roman Protsiuk
from documentation: 1) BitmapData.copyPixels(). (a) Bitmap as I understood is the target. It has public bitmapData which copyPixels should be called. And the first parameter here is the source BitmapData. (b) I heven't tried that. But you can. ;) This way you can get answer to 2) by yourself. R.

Re: [flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-20 Thread bjorn -
Hi Alex, I don't think I'm doing something special when loading -- just using the ModuleManager: var manager:ModuleManager = new ModuleManager(); this.myModule = ModuleManager.getModule( url ); this.myModule.addEventListener(ModuleEvent.READY, moduleReady ); this.myModule.addEven

Re: [flexcoders] Prana: IoC container for AS3

2007-04-20 Thread Carlos Rovira
I think avoiding repeated code would a great advance if we use an IoC container that allows us only create the different code and inyect the shared functionality. Another great thing is AOP that would be a great thing since many different objects must face equal behaviour and we could do this as a

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-20 Thread Weyert de Boer
Puff. Avalon or WPF just rocks! :-) I luv it. Great, to use a the user interface engine in application. Easier to leverage then the Flash ActiveX control Weyert

RE: [flexcoders] Re: Module GC question

2007-04-20 Thread Alex Harui
When you call unload on a ModuleInfo, you are just releasing one reference to it. There's no practical way for us to keep track of all references to things in a module and go clean them up. However, while I suppose it is the "safe" approach to clean everything, you might be better served knowing

Re: [flexcoders] showCloseButton visibility bug ?

2007-04-20 Thread Mickael RUELLAN
OK here is an example : public function setState(state:String):void { switch(state) { case 'control_disabled': this.showCloseButton = false; // the close button is now not visible break; case 'control_enabled': this.showCloseButton = true;

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-20 Thread Robert Thompson
Take it from me: Thomson v Microsoft 1. The documents I've seen waht to make me through up (dry heave) 2. Microsoft is involved in patent them, z4 technologies $140 recently is proof. So is Sun's settlement for MS hacking code. 3. Would you trust Microsoft. Bill Gates is a desp

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-20 Thread Scott Barnes
On 4/20/07, Michael Schmalle <[EMAIL PROTECTED]> wrote: I have to put my 2 cents down for prosperity sake. which is important :) All you people that live in cities and constantly sicken yourselves by your own pollution, need to live on a mountain for a couple years, look back at what yo

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-20 Thread Scott Barnes
On 4/20/07, Dave Wolf <[EMAIL PROTECTED]> wrote: Scott, > Sillyness aside, there is substance to this and it was a great read, but i think what hurt it's purity is the undercurrent of "MS is evil, watch them" mentality. I assure you that undertone wasn't purposeful. I did flub the Sparkle re

  1   2   >