RE: [flexcoders] Flex App w/ColdFusion to search PDF content?

2006-12-19 Thread Shannon Hicks
You will want to create a Verity collection of your PDF files... It's all built-in to ColdFuion, no need for COM or anything else. Look at the livedocs, they should set you on your way. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent:

Re: [flexcoders] An architectural blueprint for Flex applications

2006-12-19 Thread Ralf Bokelberg
Please have a look at Adobe's Cairngorm framework. It serves very well for all kinds of projects. Cheers, Ralf. On 12/19/06, devisbalsemin [EMAIL PROTECTED] wrote: Hi, We are making some test and study again, as blueprint we have read this good article

[flexcoders] Re: An architectural blueprint for Flex applications

2006-12-19 Thread devisbalsemin
yes we looked Cairngorm, but we think Cairngorm framework is an alternative (good)... We are not searching a fremework... but Flex Design Pattern for implement An architectural.. Thanks for your rply... --- In flexcoders@yahoogroups.com, Ralf Bokelberg [EMAIL PROTECTED] wrote: Please have

[flexcoders] Load swc instead of swf

2006-12-19 Thread ssundke
Hi I was using a .swf file generated wrappers to show a flash file on the web. Due to some recent changes, I wanted to explore changing this to a .swc file since I need some resources (help files, etc) and they are better bundled in the swc file. Do html wrappers work with swc? I was able to

[flexcoders] Flex 2 HTTPService: reading /writing browser cookies

2006-12-19 Thread Andriy Panas
Dear flexcoders, Where can I find out more information regarding the support of reading /writing browser cookies by Flex 2 HTTPService component? Christophe Coenraets had written some blog entry regarding this matter back in 2004 http://tinyurl.com/ykgo52, but currently his blog host is down

[flexcoders] calling a constructor after object created

2006-12-19 Thread Giles Roadnight
Hi all I have 2 classes - Category and MovieData. Category holds an array of MovieDatas that are initially created by passing the movie name, id and description to it in the constructor. It is possible that the desc is not initially known so I also want to pass the same data to the

Re: [flexcoders] how to start editing a datagridcolumn programmatically

2006-12-19 Thread hank williams
The way I handled this was to put a little button in the actual itemrenderer. The itemRenderer contains a little button and then, to the right of it, the text of the cell. When you click the button it actually opens up a small floating window which is where you do the editing. When I wrote this

[flexcoders] Data driven Combo boxes and selectedValues

2006-12-19 Thread stephen50232
Hi, I'm trying to work on a combo box which is populated by a ColdFusion Component method, this method returns a list of users names and ID's. In my combo box I want to display the user's names, but use the ID as data field (so if some selects a user's name and saves the form, the ID is inserted

[flexcoders] Flex contractors needed

2006-12-19 Thread pdflibpilot
We have several Flex projects and are looking to increase our production capacity with several qualified Flex developers. Please, only inidividual developers ready to work directly need to contact us. All work may be performed through telecommute and could possibly lead to full-time hire. alQemy

[flexcoders] Adobe site extremely slow

2006-12-19 Thread Ralf Bokelberg
Whenever i try to watch some webpage on the Adobe site it is extremely slow. Be it the flex documentation, be it the flex exchange or be it the new flex cookbook. I mean, how can Google search the whole internet in a split of a second, and Adobe needs like 30 seconds to open a webpage? I wonder,

Re: [flexcoders] Re: FlexPrintJob PrintJob

2006-12-19 Thread Samuel Reuben
I'll file an enhancement request since the flash player now supports Orientation, why not FlexPrintJob. For now, if you are using FlexPrintJob the only option is to manually select it when you print. Thanks, -sam On 12/18/06, Uday M. Shankar [EMAIL PROTECTED] wrote: Just to make it more

[flexcoders] Re: Using an ID String as an Object Reference

2006-12-19 Thread Paul Whitelock
Thanks, that worked great! You commented though that this technique is not a good idea. What happens in the code is that the component dispatches an event to the main application which then makes an asynchronous RemoteObject call to a function on ColdFusion. ColdFusion processes the data sent by

Re: [flexcoders] Re: Setting dataprovider to itemrenderer in datatagrid.

2006-12-19 Thread Jorge Tejada
mx:ComboBox dataProvider={outerDocument.selectData} On 12/18/06, Tero Pikala [EMAIL PROTECTED] wrote: Hi This really doesn't work - that was the reason I originally asked the question!). It gives error message Access of undefined property selectData After reading docs more carefully I

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-12-19 Thread ben.clinkinbeard
Yep. Tom, Lach is correct, and here is an explanation with a bit more detail. If your DataGrid's dataProvider has 100 items, but it is only big enough to display 10 at any given time, the DataGrid only actually draws 10 items, in order to maximize performance. When you scroll the DataGrid there

[flexcoders] Handling serverside error on assemblers method (with data Management services)

2006-12-19 Thread fabio_sebastiano
Hi, i would like to know how i can intercept and throw server side errors and show the message on client side. I'm using several assemblers and, actually, i just catch the error thrown by the method and throw a generic DataServiceException in this way: public void deleteItem(Object prevVers){

[flexcoders] problem in passing array to javascript using FABridge

2006-12-19 Thread thiru vengadam
Hi All I have a problem passing array to javascript using FABridge, If I am passing array objects to javascript it is converted to string, I like to know how to pass array objects to javascript from flex Thanks Regards Thiru

[flexcoders] making simultaneous javascript calls from flex using FABridge

2006-12-19 Thread thiru vengadam
Hi Friends I am working on communicating between flex and JavaScript, when I am trying to call 2 JavaScript method simultaneous my first call fails, I like to know how to make 2 calls at a same time, or is there any way we can make 2 calls to JavaScript. Regards Thiru

[flexcoders] Flex-Ajax Bridge calls

2006-12-19 Thread thiru vengadam
Hi Friends making simultaneous javascript calls from flex using FABridge I am working on communicating between flex and JavaScript, when I am trying to call 2 JavaScript method simultaneous my first call fails, I like to know how to make 2 calls at a same time, or is there any way we can make 2

[flexcoders] problem in passing array to javascript using FABridge

2006-12-19 Thread thiru vengadam
Hi All I have a problem passing array to javascript using FABridge, If I am passing array objects to javascript it is converted to string, I like to know how to pass array objects to javascript from flex Thanks Regards Thiru

Re: [flexcoders] Flex and Maven2 managed project

2006-12-19 Thread Oliver Lietz
Am Montag, 18. Dezember 2006 08:19 schrieb Aldo Bucchi: Yeah Maven!, I'm a little surprised on the apparent low interest in the flex-maven front. I'm not surprised ;). Most people will start with a shiny frontend which sells the application. Project (build/change/livecycle) management is not

[flexcoders] Re: seeding arraycollection from a web service

2006-12-19 Thread ben.clinkinbeard
It depends on the structure of the data returned by your WS. Most of them contain a top-level object above any array-like structure, so you may need to do something like this: mx:ArrayCollection id=myProvider source={wsAlice.findUsers.lastResult.nameObject}/ HTH, Ben --- In

Re: [flexcoders] Re: FlexPrintJob PrintJob

2006-12-19 Thread Mike Weiland
Orientation is read only, it can't set the orientation, it's still up to the user to change it in the print dialog. Mike Weiland Original Message --- I'll file an enhancement request since the flash player now supports Orientation, why not FlexPrintJob. For now, if you are

Re: [flexcoders] Re: An architectural blueprint for Flex applications

2006-12-19 Thread Oliver Lietz
Am Dienstag, 19. Dezember 2006 09:53 schrieb devisbalsemin: yes we looked Cairngorm, but we think Cairngorm framework is an alternative (good)... We are not searching a fremework... but Flex Design Pattern for implement An architectural.. Thanks for your rply... There are no Flex Design

[flexcoders] Re: Form-based auth on Websphere

2006-12-19 Thread baardos
Hi Dimitrios, Content of the config is pretty straight forward. There are 3 roles, each one for accessing a separate set of functionality provided by external applications. This is how the web.xml security constraint looks like: security-constraint display-nameProtect

[flexcoders] Secure RTMP on Websphere 5.1 and 5.1.1

2006-12-19 Thread baardos
Hi, I've been trying to setup secure RTMP channel and the problem is that a cosumer in the Flex client is timed out when it tries to subscribe. I cannot see a subscibe message in the logs - for sure it is there received by the server when I use unsecured RTMP. It seems like the client was sending

[flexcoders] Re: Amfphp with AMF3 support: testers wanted

2006-12-19 Thread Jamie O
Hey, Much like a virgin learning to navigate the salacious curves of his first partner, I've tried putting it everywhere and had little success. Typo's aside, I've managed to resolve the on-save error with the FDS version by putting the destination in the remoting-config.xml. Now, when I load

RE: [flexcoders] Data driven Combo boxes and selectedValues

2006-12-19 Thread Tero Pikala
Hi Ben Forta blogged about related things: http://www.forta.com/blog/index.cfm/2006/11/22/Flex-ComboBox-With-selectedVa lue-Support and following link in his blog is what should help you (it sure did help me!) http://www.tristanhauser.com/flex/ExtendedComboBox.mxml Just copy

[flexcoders] repeater and style

2006-12-19 Thread bghoward3
hi is there a way to remove the vertical gap between itmes when usiing a repeater, i see about a 10 pixel space between item list vertically id like to remove it completely thanks for any info

[flexcoders] Re: SQL Insert operation fails silently

2006-12-19 Thread nall_daniel
No one has any thoughts or suggestions on this? I read another post in CFlex describing the same problem but no solution there either. Has anyone else experienced this? Dan

RE: [flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-12-19 Thread Tom Lee
Thanks guys, I suspected that's how it worked - makes a lot of sense. It'd be cool if DataGrid had a creationPolicy property like other components do. Then you could adjust this behavior if you wanted to. BTW, nice site, Ben!! _ From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Flex App w/ColdFusion to search PDF content?

2006-12-19 Thread Brian Holmes
Take a look at CFCollection, CFIndex and CFSearch. You create a verity collection using CFCollection, Index it with CFIndex and then you can search against with CFSearch. You'll have to look at Verity collections to maximize pdf searching. Usually you'd set up a scheduled task to refresh the

[flexcoders] Re: Ctrl+Enter causes line break in TextInput in IE!

2006-12-19 Thread Sergey Kovalyov
Run this application in Internet Explorer: ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; width=100% height=100% horizontalAlign=center verticalAlign=middle mx:TextInput / /mx:Application Then set focus on

RE: [flexcoders] making simultaneous javascript calls from flex using FABridge

2006-12-19 Thread Tom Lee
Hi Thiru, I haven't used the Flex/Ajax bridge. However, I have done a lot of work with Flash/JavaScript communication. One thing I've learned is that if you make multiple calls too rapidly, they have a tendency to fail at random in certain browsers. If possible, I would suggest that you

RE: [flexcoders] Flex App w/ColdFusion to search PDF content?

2006-12-19 Thread Mike Anderson
Thank you Sharon and Brian - I will definitely check this out right away. Your help is most appreciated :) Mike -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Holmes Sent: Tuesday, December 19, 2006 10:21 AM To:

[flexcoders] Re: Amfphp with AMF3 support: testers wanted

2006-12-19 Thread Jamie O
I've never been so happy to realize I made such a stupid mistake! The subsequent error was related to a web service that I had somehow put an 'endpointdestination' reference instead of a 'destination'. Splitting the pieces of the example services-config.xml as I previously posted does work quite

[flexcoders] Re: 3D Charts for Flex 2

2006-12-19 Thread sanjaypmg
Ya, I am interested. --- In flexcoders@yahoogroups.com, graysonpierce [EMAIL PROTECTED] wrote: I'd like to gauge flexcoders' interest in collaborating on an open-source project to build 3D Charts for Flex 2. Of particular interest to me are Multiscapes and 3D Scatterplots. Before going

[flexcoders] Re: Spell Checker

2006-12-19 Thread sanjaypmg
Hi Guys, I have developed spell checker functionality in Flex 1.5. I have developed in flex and integrated it with coldfusion. to develop this spellchecker component, I have used Java's Jazzy which i available on net. I have developed the same functionality which provided by MSWord. you can

RE: [flexcoders] Load swc instead of swf

2006-12-19 Thread Roger Gonzalez
SWC files are compile-time only. A HTML wrapper wouldn't know what to do with it. In theory, you could write an unzip implementation in Actionscript, load a SWC as raw data, decompress it, extract its bits, and then send those bits around to AS or JS or whatever, but realistically, you're not

[flexcoders] Flex Vs Ajax

2006-12-19 Thread sanjaypmg
Hi All, Can anyone tell me Flex Advantages over Ajax and Vise-Versa. And a comparision table, in which, The different functionality, components available and enviornment supported by them. Pls do let me know. Thanks, SS

RE: [flexcoders] Data driven Combo boxes and selectedValues

2006-12-19 Thread Dimitrios Gianninas
Attached is what u need... enjoy! Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stephen50232 Sent: Tuesday, December 19, 2006 7:16 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: bug: creationpolicy=all screws up grid column widths

2006-12-19 Thread Pan Troglodytes
Aside: Whoever decided a limit of 2000 characters was appropriate for the Flex Request/Bug Report Form should really rethink it. On 12/19/06, Pan Troglodytes [EMAIL PROTECTED] wrote: In the following code, there are two tab navigators with two pages of grid each. All the grids are coded

RE: [flexcoders] Flex Vs Ajax

2006-12-19 Thread Ian Skinner
Can anyone tell me Flex Advantages over Ajax and Vise-Versa. The one that I know of is that a full Flex implementation has the capability to PUSH as well as PULL data, while Ajax only has the ability to PULL. Probably, most of the time, pulling is fine and can get the job done. But when

[flexcoders] bug: creationpolicy=all screws up grid column widths

2006-12-19 Thread Pan Troglodytes
In the following code, there are two tab navigators with two pages of grid each. All the grids are coded identically. They each have two columns, the first of which has a fixed width of 50 and the second with no fixed width. The bug is that when you click on the second tab on the first tab

RE: [flexcoders] Flex Vs Ajax

2006-12-19 Thread Ben Lucyk
Hi SS, This topic has been much talked about: http://ansiguy.blogspot.com/2006/08/flex-vs-ajax-which-one-is-better-and .html http://www.flexsearch.org/index.shtml?cx=017079146949617508304%3Ama9avcq 0-ngq=flex+vs+ajaxsa=Searchcof=FORID%3A9#1189

[flexcoders] Flex 2 Compilation problem

2006-12-19 Thread sanjaypmg
Hi, I am facing a strange problem while compling flex mxml file. I code and compile my mxml file in flex builder thereafter when I place that SWF in my project's folder and open my JSP file which contains my SWF, It show some RO error, SOME_RO destination not found. If I put mxml in my

Re: [flexcoders] Flex Vs Ajax

2006-12-19 Thread Carlos Rovira
Sacalability, Maintainability and OOP programing model, could be 3 great adventages over AJAX others could say more things to the huge list of adventages... On 12/19/06, Ian Skinner [EMAIL PROTECTED] wrote: Can anyone tell me Flex Advantages over Ajax and Vise-Versa. The one that I know

[flexcoders] Re: Flex Vs Ajax

2006-12-19 Thread sanjaypmg
Thank Ian, Thanks Ben Thanks a lot. --- In flexcoders@yahoogroups.com, Ben Lucyk [EMAIL PROTECTED] wrote: Hi SS, This topic has been much talked about: http://ansiguy.blogspot.com/2006/08/flex-vs-ajax-which-one-is- better-and .html

Re: [flexcoders] Flex Vs Ajax

2006-12-19 Thread Rachel Maxim
There are lots of reasons which are probably covered in the links others suggested, but it depends on your project and resources too. I chose Flex over Ajax also to avoid the cross-browser issues (Ajax = JavaScript = lots of cross browser compatibility issues and workarounds). Of course you still

[flexcoders] Re: Call Document Style WebService in Flex 2

2006-12-19 Thread rd_grimes
Thanks Ben for responding to my inquiry. I spent some more time trying to get this right and got it working and here's what I can document for fellow consumers of Web Services via Flex 2. The following consumes web services that use document style wsdl's, and without using FDS. import

[flexcoders] Re: Flex 2 Compilation problem

2006-12-19 Thread Renaun Erickson
Whats does your services-config.xml file look like? Does it have the SOME_RO destination defined? Is the channel and endpoint used by the destination correct? Renaun --- In flexcoders@yahoogroups.com, sanjaypmg [EMAIL PROTECTED] wrote: Hi, I am facing a strange problem while compling flex

Re: [flexcoders] Re: SQL Insert operation fails silently

2006-12-19 Thread greg h
Dan, What database are you using? e.g. MySQL, MS SQL 2000, Oracle, DB2, Access, etc? Database vendor's implementations vary on how they automatically generate surrogate primary keys. Oracle: sequencehttp://download-west.oracle.com/docs/cd/B19306_01/server.102/b14231/views.htm#sthref3092

RE: [flexcoders] Re: Spell Checker

2006-12-19 Thread Dimitrios Gianninas
I used Jazzy as well with pur Java only... works great. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanjaypmg Sent: Tuesday, December 19, 2006 11:56 AM To:

[flexcoders] Radio items in PopUpMenuButton menus

2006-12-19 Thread Sean Voisen
Hello all, Has anyone out there tried using radio items in the PopUpMenuButton's menu? There seems to be some bug where the radio icons intermittently disappear on the menu when you select a new option, and this only happens when the radio selections are in the main (root) menu and not a

[flexcoders] Re: Is Unbinding possible ?

2006-12-19 Thread maikelsibbald
Binding 101 can be found here: http://labs.flexcoders.nl/?p=24 --- In flexcoders@yahoogroups.com, EECOLOR [EMAIL PROTECTED] wrote: Jup, the bindProperty returns a value (dont know which type from the top of my head), check out the docs for the instance it returns. That instance allows you to

RE: [flexcoders] Re: seeding arraycollection from a web service

2006-12-19 Thread Tracy Spratt
Yes, and this is why I always advise against directly binding to lastResult, it is hard to debug. If you bind to an instance variable, and then use a result handler function to assign the event.result (properly cast) to that variable, you have the opportunity within that handler to examine the

RE: [flexcoders] repeater and style

2006-12-19 Thread Tracy Spratt
If you set verticalGap=0 on the parent *container*, that should fix your problem. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bghoward3 Sent: Tuesday, December 19, 2006 11:08 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Flex Vs Ajax

2006-12-19 Thread Andrew Muller
SS Here's one for you: http://www.onflex.org/ted/2006/09/flex-2-and-flash-player-9-running-in.php Andrew On 20/12/06, sanjaypmg [EMAIL PROTECTED] wrote: Hi All, Can anyone tell me Flex Advantages over Ajax and Vise-Versa. And a comparision table, in which, The different

RE: [flexcoders] Re: SQL Insert operation fails silently

2006-12-19 Thread Tracy Spratt
Greg h's response is pretty much on target. You will just have to debug this problem, and dispense with the wizard if required. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nall_daniel Sent: Tuesday, December 19, 2006

Re: [flexcoders] SEO Compatibility

2006-12-19 Thread John Dowdell
hank williams wrote: I want to apologize for the stridency of my earlier remarks. No worries, you've contributed a lot over the years, forget about it. :) I'm not sure how the various search engines do with query terms in URLs, though... some may index and/or rank on it, others may not. I

Re: [flexcoders] SEO Compatibility

2006-12-19 Thread dorkie dork from dorktown
On 12/18/06, John Dowdell [EMAIL PROTECTED] wrote: This was the original question. Other topics came up during discussion. I'd like to confirm that I have the correct understanding of the main action item here... is the following wishlist item accurate? I'd like Adobe to provide examples on

RE: [flexcoders] Re: Using an ID String as an Object Reference

2006-12-19 Thread Tracy Spratt
so that when I receive a ResultEvent I know which component to route the returned data to. Is there a better way... A more generic solution is to use an AsyncToken. There are plenty of docs, explanations of this, in the archives here, and in the docs themselves. Search for AsyncToken and ACT

[flexcoders] Re: Call Document Style WebService in Flex 2

2006-12-19 Thread ben.clinkinbeard
Glad you got it working. You should check out E4X, its the shiz. Will let you change your xml parsing code to something like this: var x:XML = new XML(event.message); var sessionID:String = x..SessionID; var auth:Boolean = (x..Authorized == Y); // the attribute version var auth:Boolean = ([EMAIL

[flexcoders] caingorm httpservice and the servicelocator

2006-12-19 Thread bryter_daze
hello all, If I use setCredentials in the ServiceLocater (services mxml), does it pass them on to the services contained within? And if so, how so? I'm tinkering with the del.icio.us api.

Re: [flexcoders] OT:Flex 2 adoption rates so far?

2006-12-19 Thread John Dowdell
pk_wasp wrote: Has anyone got info on this? The lastest investor webcast didn't mention much about Flex 2 disappointly: http://www.adobe.com/aboutadobe/invrelations/06q4analyst/ (every bit of press helps convince that skeptical client :) ) What type of info are you seeking? I don't think

Re: [flexcoders] Passing flash vars to embedded swf doesn't work

2006-12-19 Thread John Dowdell
mikey_wilko wrote: I have a flex app that has a swfLoader. I am loading different swf's in to the swfloader and they're all working fine. With one particular swf, it requires a flashvar. I've tried the following format : swfLoader.source=xxx.swf?id=2. This just doesn't work. However,

[flexcoders] Re: BindSetter?

2006-12-19 Thread maikelsibbald
Binding 101 can be found here: http://labs.flexcoders.nl/?p=24 --- In flexcoders@yahoogroups.com, Steve Hindle [EMAIL PROTECTED] wrote: Thank You Lachlan!!! I can't believe this isn't documented somewhere. Seems like a pretty basic thing. Anyway, glad to know I'm not going crazy..

RE: [flexcoders] Re: Form-based auth on Websphere

2006-12-19 Thread Dimitrios Gianninas
Custom is the right thing to use in your services-config.xml. So its working fine now? Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of baardos Sent: Tuesday, December 19, 2006

Re: [flexcoders] Adobe site extremely slow

2006-12-19 Thread John Dowdell
Ralf Bokelberg wrote: Whenever i try to watch some webpage on the Adobe site it is extremely slow. Be it the flex documentation, be it the flex exchange or be it the new flex cookbook. I mean, how can Google search the whole internet in a split of a second, and Adobe needs like 30 seconds to

RE: [flexcoders] Adobe site extremely slow

2006-12-19 Thread Tracy Spratt
It may be traffic-oriented. It seems to be much worse in the afternoon (US Eastern time zone) than in the morning. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ralf Bokelberg Sent: Tuesday, December 19, 2006 7:53 AM To:

RE: [flexcoders] Adobe site extremely slow

2006-12-19 Thread Shannon Hicks
It seems like the fifth-largest software company should be able to handle normal traffic, though. Sure, when the Photoshop CS3 beta came out, I knew the sites would be all but unavailable, but the rest of the time, I expect better. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Data driven Combo boxes and selectedValues

2006-12-19 Thread Tracy Spratt
You define what gets displayed in the ComboBox by defining either a labelField or a labelFunction. When a user selects an item in the list, you can access any property of the item object through the selectedItem property. Post back if you need any more specific help. Tracy

Re: [flexcoders] SEO Compatibility

2006-12-19 Thread hank williams
On 12/19/06, John Dowdell [EMAIL PROTECTED] wrote: hank williams wrote: I want to apologize for the stridency of my earlier remarks. No worries, you've contributed a lot over the years, forget about it. :) I'm not sure how the various search engines do with query terms in URLs, though...

Re: [flexcoders] SEO Compatibility

2006-12-19 Thread John Dowdell
Doug McCune wrote: In addition to allowing a search to return the address of the interface I think people also want the capability to allow deep-linking, so the address could make the interface load a particular content item from the database. I'd also like to point out that what we

RE: [flexcoders] Secure RTMP on Websphere 5.1 and 5.1.1

2006-12-19 Thread Seth Hodgson
Hi, Two things: 1. I checked with the developer who worked on the Websphere RTMP support and was told that version 6 is supported, below that isn't explicitly. However, if things are working for you on 5.1/5.1.1 without configuring a WorkManager you wouldn't need to do anything differently

Re: [flexcoders] Re: Amfphp with AMF3 support: testers wanted

2006-12-19 Thread Patrick Mineault
Awesome. Could you post your findings on a blog or something for future reference? Patrick Jamie O a écrit : I've never been so happy to realize I made such a stupid mistake! The subsequent error was related to a web service that I had somehow put an 'endpointdestinatio n' reference instead

[flexcoders] detect activity on audio stream

2006-12-19 Thread Jesús Iglesias
Hi, I have an audio chat application that runs with flash media server. For each user I open a stream and all the user conects to this streams to hear each other. I want to have an activity signal on each user, so I thought the best solution would be to detect activity on the stream, but there

[flexcoders] integrating PageFlip (flash file) into container

2006-12-19 Thread danj520
Another newbie here...Has anyone been successful integrating this Flash file into Flex? http://www.iparigrafika.hu/pageflip/ How can it be put inside a container, i.e., panel, canvas, etc. to use as a doc viewer? any help appreciated. Thanks in advance..

[flexcoders] detect activity on audio stream

2006-12-19 Thread Jesús Iglesias
Hi, I have an audio chat application that runs with flash media server. For each user I open a stream and all the user conects to this streams to hear each other. I want to have an activity signal on each user, so I thought the best solution would be to detect activity on the stream, but there

[flexcoders] Loading multiple XMLs in parallel with URLLoader

2006-12-19 Thread Sebastian Feher
Hi All, I'm loading a number of XMLs in parallel and would like to know the context in which the loading started. In my case there's some dependency between the information contained in these XMLs and the results of processing a certain XML will be stored based on the information that

RE: [flexcoders] Transform XML with external CSS styleSheet via htmlText

2006-12-19 Thread Tom Lee
Jason, Have you found a solution for this issue? I can't seem to make this work either, although I used to do this all the time in Flash. Thanks, -tom -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Sent: Thursday, August 03, 2006

[flexcoders] Re: Newbie help: model bindings work with some but not all

2006-12-19 Thread Tim Garver
Hi All, here is some snippets from my project that is not working. i have included some of the code, let me know if you need all of it. it quite large. The myTags data field is the one in question. This file is opened up as a windowed page from a calling page. the calling

RE: [flexcoders] Loading multiple XMLs in parallel with URLLoader

2006-12-19 Thread Tracy Spratt
Use HTTPService instead of URLLoader. All of the RPC data services return an AsyncToken from their send() or operation invocation. You can create a property on that AsyncToken object to hold any info you want about the sending condition, even a handler function. Search the archives, the

[flexcoders] Kill Drop Shadow on Pie Chart

2006-12-19 Thread Ethan Miller
Yikes. It's big and black and doesn't seem to have a style or property to remove it. Anyone know how to control the drop shadow on a pie chart? cheers, ethan

RE: [flexcoders] Re: BindSetter?

2006-12-19 Thread Stephen Gilson
Just a note, we added several examples on bindSetter() to the docs for the 2.0.1 release. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maikelsibbald Sent: Tuesday, December 19, 2006 12:57 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Kill Drop Shadow on Pie Chart

2006-12-19 Thread Ely Greenfield
Set the filters property on the PieSeries to an empty array. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ethan Miller Sent: Tuesday, December 19, 2006 3:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Kill

[flexcoders] Re: An architectural blueprint for Flex applications

2006-12-19 Thread pauland2513
--- In flexcoders@yahoogroups.com, Oliver Lietz [EMAIL PROTECTED] wrote: Am Dienstag, 19. Dezember 2006 09:53 schrieb devisbalsemin: yes we looked Cairngorm, but we think Cairngorm framework is an alternative (good)... We are not searching a fremework... but Flex Design Pattern for

Re: [flexcoders] Re: SEO Compatibility

2006-12-19 Thread Kevin Newman
hank williams wrote: Kevin, I had a few inline comments on some of what you wrote since I had a few differences of opinion. On 12/18/06, *Kevin Newman* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I think that's great and don't necessarily think Adobe needs to fix the

Re: [flexcoders] SEO Compatibility

2006-12-19 Thread Kevin Newman
hank williams wrote: I do know that the various search engines explicitly warn against cloaking (redirecting search results to different content), but for understandable reasons they don't go into much detail on their implementations. I am not suggesting this. I am just

[flexcoders] Checkbox MenuBar

2006-12-19 Thread Jeremy Rottman
I'm having trouble thinking of a way to accomplish the next step in my application. Basically what we have right now is a menu bar that is created from a mysql query. That part I have working fine. The next part that I'm working on is a permission based system that say an admin were to login and

Re: [flexcoders] scheduled functions

2006-12-19 Thread Oliver Lietz
Am Montag, 18. Dezember 2006 22:00 schrieb Gordon Smith: You could do this using the Timer class in the flash.utils package. I'd create a Timer that fires once a minute, determines the clock time, and checks to see if there are any alarms to display. Gordon, I do something similar in my model

Re: [flexcoders] Re: SEO Compatibility

2006-12-19 Thread hank williams
This it seems is not that interesting a question because it is the easy part. Flash/Flex apps can easily read data in the URL and go to the right place in the app which can then use remoting to get the data in the right format for the app. Yeah, but it has to run to do that, and then the

[flexcoders] Re: Call Document Style WebService in Flex 2

2006-12-19 Thread rd_grimes
Very cool, Ben. I gave it a whirl and got it to work with e4x. Much better syntax than having to specify the children().children().children() garbage. I've been developing business apps in Flash 8 for the past year and a half, and am just now converting over to using Flex 2. So, now it's a bit

[flexcoders] SequenceCommands ... is there a point to their existence?

2006-12-19 Thread thegiffman
I'm building a live charting application which uses the Cairngorm design pattern. I'm running into a bit of an issue which I thought a SequenceCommand might be just the ticket. However, further investigation has lead me to question not just the use of SequenceCommands in this case, but their

Re[2]: [flexcoders] Transform XML with external CSS styleSheet via htmlText

2006-12-19 Thread Andriy Panas
Dear Jason, Have you found a solution for this issue? I can't seem to make this work either, although I used to do this all the time in Flash. Please, have a look at http://rantworld.blogs.com/flashlit/2006/08/styling_flex_te.html#more -- With flex regards, JabbyPanda -- Flexcoders

RE: [flexcoders] bug: creationpolicy=all screws up grid column widths

2006-12-19 Thread Mike Anderson
I had the same problem too - If you also set minWidth as well as width, this should solve your problem. Well, at least, it did for me - Please let me know if this fixes your problem. Mike From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] SEO Compatibility

2006-12-19 Thread hank williams
On 12/19/06, Kevin Newman [EMAIL PROTECTED] wrote: hank williams wrote: I do know that the various search engines explicitly warn against cloaking (redirecting search results to different content), but for understandable reasons they don't go into much detail on their

Re: [flexcoders] SequenceCommands ... is there a point to their existence?

2006-12-19 Thread Ralf Bokelberg
Some time back there was a version of the frontcontroller, which registered command instances instead of the command class. I guess the current sequence command is leftover from this version. Cheers, Ralf. On 12/19/06, thegiffman [EMAIL PROTECTED] wrote: I'm building a live charting

Re: [flexcoders] bug: creationpolicy=all screws up grid column widths

2006-12-19 Thread Pan Troglodytes
Unfortunately, that doesn't work here. You can try it out for yourself in the example. On 12/19/06, Mike Anderson [EMAIL PROTECTED] wrote: I had the same problem too - If you also set minWidth as well as width, this should solve your problem. Well, at least, it did for me - Please let

RE: [flexcoders] bug: creationpolicy=all screws up grid column widths

2006-12-19 Thread Mike Anderson
I think I also had creationPolicy set to auto as well, for my side... I just wanted to throw my initial thoughts out there, in order to see if that could be a quick fix for you. Bottom line is, I went through the same crap myself, and after playing around with a few different settings, I

[flexcoders] Populating Multiple Levels of Branches

2006-12-19 Thread Kyle Hayes
I am quite new to Flex and was planning on learning it very soon which ended up being sooner than I thought because of a project that could really use it. So here I am. The application I am designing needs to display a hierarchal list of codes. All the codes are related to each other in

  1   2   >