[flexcoders] Re: Adobe pulls Single CPU and 100-user licenses

2010-01-22 Thread joao_m_fernandes
Tom, even with CF8 bundle with LCDS, you have to pay for a Departmental / enterprise license if your CFLCDS instance uses more than 1 CPU. You could always use them in separated instances, cf with all available resources and only LCDS restricted to 1 CPU. João Fernandes --- In

[flexcoders] Re: flex2 final - cant use 'Embed ' inside a style sheet

2006-08-04 Thread joao_m_fernandes
Try this: upSkin: Embed('/pathtomyassets/assets/button1.png'); João Fernandes --- In flexcoders@yahoogroups.com, bhaq1972 [EMAIL PROTECTED] wrote: i was trying out the example where it says you can use an Embed in an external style sheet so i tried this .MyButton { upSkin:

[flexcoders] Re: Cairngorm Flex Data Services

2006-06-28 Thread joao_m_fernandes
Steven, Is the Cairngorm version from labs, the one you're using with FDS or it still an internal version that you plan to launch in the future? Regards, João Fernandes --- In flexcoders@yahoogroups.com, Steven Webster [EMAIL PROTECTED] wrote: Joao, You ask some excellent questions.

[flexcoders] Re: Server-Side Architecture for Flex App

2006-05-02 Thread joao_m_fernandes
I think that the Event Gateway is not only for DataServices, if you have CF Enterprise you can use the eventGateway to do messaging between CF and Flex 2 applications (with or without FDS). João Fernandes --- In flexcoders@yahoogroups.com, Stacy Young [EMAIL PROTECTED] wrote: You will only

[flexcoders] Re: Cairngorm2 reusable commands

2006-02-17 Thread joao_m_fernandes
Alberto, I'm not a MVC guru (far from that), I used Cairngorm for almost a year now and the benifit of using it, is that you can separate views from commands (and other stuff of course), that's what cairngorm is for. IMO, if you want to make commands aware of specific views, you don't want to use

[flexcoders] FES2 + ColdFusion

2006-02-01 Thread joao_m_fernandes
Hi there, So here I go: 1) How do you process do deploy FES2 under the same context as CF? 2) Is the same approach than with Flex 1.5? 3) Is any changes to be made to the flex-config.xml ? I see there a context-root/flex/context-root should it be commented? 4) During

[flexcoders] Re: why can't I use xmlns=* (1.5)

2006-01-30 Thread joao_m_fernandes
Nick try this: xmlns=components.* João Fernandes Secção de Desenvolvimento Departamento de Informática --- In flexcoders@yahoogroups.com, Sauro, Nick [EMAIL PROTECTED] wrote: Hello Flex coders, I have a real simple question, which has been plaguing me all day. It might because I feel kind

[flexcoders] Re: why can't I use xmlns=* (1.5)

2006-01-30 Thread joao_m_fernandes
That's what flexcoders are for ;) I also do feel like a numbskull sometimes, don't worry, and sometimes I make even more basic questions! João Fernandes Secção de Desenvolvimento Departamento de Informática --- In flexcoders@yahoogroups.com, Sauro, Nick [EMAIL PROTECTED] wrote: Thanks Joao,

[flexcoders] Re: FlashServices/Gateway

2006-01-30 Thread joao_m_fernandes
Can you send a bit of your code? how are you calling your CFC? João Fernandes Secção de Desenvolvimento Departamento de Informática --- In flexcoders@yahoogroups.com, Mehdi, Agha [EMAIL PROTECTED] wrote: I am seeing this error in the logs: ==

[flexcoders] Re: FlashServices/Gateway

2006-01-30 Thread joao_m_fernandes
Of joao_m_fernandes Sent: Monday, January 30, 2006 3:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FlashServices/Gateway Can you send a bit of your code? how are you calling your CFC? João Fernandes Secção de Desenvolvimento Departamento de Informática

[flexcoders] Re: Displaying results from a query

2006-01-22 Thread joao_m_fernandes
Jeremy, If you are returning a ColdFusion query you should use srv.qdListDisplay.result._items.FLD_FILENUM . _items is an array with your cfquery results. João Fernandes Secção de Desenvolvimento Departamento de Informática --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED]

[flexcoders] Re: Flex MXNA Viewer using Cairngorm

2005-12-21 Thread joao_m_fernandes
--- In flexcoders@yahoogroups.com, Bruno Martins [EMAIL PROTECTED] wrote: Someone have this source? http://spbarber.com/blog/flex-mxna-viewer-using-cairngorm/ Thanks in advance... -- Bruno Gustavo Martins Cel: (11)9585-9587 The application has been submitted to IFBIN Flex by Example, so

[flexcoders] Packages must not be nested

2005-12-13 Thread joao_m_fernandes
Hi there, does anyone know what does this mean? I'm trying to convert XIFF AS2 classes into AS3 and I had to set those inside packages but Flex Builder is throwing me this error. Thanks, João Fernandes Yahoo! Groups Sponsor ~-- Fair play? Video

[flexcoders] Re: This *really* Sucks!

2005-11-18 Thread joao_m_fernandes
Hi, I just want to share with you that we managed to fix the MSI installation for Flash Player 8 when upgrading from FP7. The problem was related to some reg keys missing during the upgrade. We made upgrades from 6 to 8 without problems but from FP7 to FP8m 6 keys were missing. Here is our

[flexcoders] MAX2005 : FlexCoders where are you?

2005-10-18 Thread joao_m_fernandes
Hi there, I was hoping to meet some flexcoders here at MAX but till now it seems everyone is in silence mode :p João Fernandes Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back!

[flexcoders] Iteration:two joins Macromedia

2005-09-30 Thread joao_m_fernandes
I just saw this and I have to say it: Congratulations !!! I'm sure you're going to do a very nice job at Macromedia ;) João Fernandes Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.

[flexcoders] Re: OT: Flex Team Macromedia :)

2005-07-28 Thread joao_m_fernandes
Sorry to disagree but even if I don't post comments,checking MossyBlog is one of my dayly tasks (at least twice a day just to be sure I didn't miss a thing). :p João Fernandes --- In flexcoders@yahoogroups.com, Rey Bango [EMAIL PROTECTED] wrote: Yep, I'm the one that keeps your page views and

[flexcoders] Re: Flex and Databases

2005-07-28 Thread joao_m_fernandes
Hi Ahmed, Flex can't directly connect to databases (Oracle,MSSQL,Access,Excel sheets,etc,etc). In Flex you have 3 ways to access data: Webservices, HTTP services and RemoteObjects. This 3 ways are the only available to retrieve/insert/update/delete data. If you want to connect to Access

[flexcoders] Flex SAP Article in DevNet

2005-07-28 Thread joao_m_fernandes
Hi there, Did anyone take a look here http://www.macromedia.com/software/flex/whitepapers/pdf/sap_flex.pdf ? We actually use SAP and we are hopping to work with this new netweaver version but at the end of this document I noticed in the example some UI Components that aren't standard ones... Is

[flexcoders] Re: Flex SAP Article in DevNet

2005-07-28 Thread joao_m_fernandes
customers to build Flex apps that use their version of Flex. You will need to buy a separate Flex license to build your own Flex pieces (I think). Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joao_m_fernandes Sent

[flexcoders] Re: Multiple components sharing a data provider question

2005-07-08 Thread joao_m_fernandes
Tom, What I usually do when I have several components using the same source of data, I use the power of databinding. Imagine 1 datagrid and 2 trees all using data from the same source (your http result), what I do, I create a function for each destination that will return the dataProvider

[flexcoders] Re: Cairngorm on a Intranet

2005-07-06 Thread joao_m_fernandes
@yahoogroups.com im Auftrag von joao_m_fernandes Gesendet: Mo 27.06.2005 12:18 An: flexcoders@yahoogroups.com Betreff: [flexcoders] Cairngorm on a Intranet Hi there, I'm starting with cairngorm framework and want to apply it to our Intranet. The samples apply always to a single application

[flexcoders] Re: Cairngorm on a Intranet

2005-07-06 Thread joao_m_fernandes
? If using 95, read this post on how to add functionality that will allow you to unregister a ViewHelper: http://groups.yahoo.com/group/flexcoders/message/6148 . -Jason --- In flexcoders@yahoogroups.com, joao_m_fernandes [EMAIL PROTECTED] wrote: Well I'm currently using the 2 approach

[flexcoders] Re: Accessing local mail client from FLEX

2005-06-28 Thread joao_m_fernandes
Tony, Do you mean to access an outlook task, calendar, contacts, etc? Flash player doesn't allow it. Flex should get/set that information trough the application server that would do that job for you. João Fernandes --- In flexcoders@yahoogroups.com, tony_lic [EMAIL PROTECTED] wrote: Hi All,

[flexcoders] Cairngorm on a Intranet

2005-06-27 Thread joao_m_fernandes
Hi there, I'm starting with cairngorm framework and want to apply it to our Intranet. The samples apply always to a single application but our intranet have several applications. I would like to know what should be the best approach to implement this Framework. Should I create a unique

[flexcoders] Re: TabNavigator gimmick

2005-06-21 Thread joao_m_fernandes
Mika tab navigator doesn't support click event but change event. http://livedocs.macromedia.com/flex/15/asdocs_en/ Package mx.Containers Classes TabNavigator Scroll down to the events list. João Fernandes --- In flexcoders@yahoogroups.com, Mika Kiljunen [EMAIL PROTECTED] wrote: Thanks

[flexcoders] weird behavior evaluating values

2005-06-21 Thread joao_m_fernandes
Hi there, I'm getting a weird behavior with a tree that should switch the layout based on the selectedNode. something like this: mx.controls.Alert.show((tree.selectedNode.getData().property1 == undefined).toString()) if (tree.selectedNode.getData().property1 == undefined){

[flexcoders] Re: weird behavior evaluating values

2005-06-21 Thread joao_m_fernandes
forget about it, forgot that vs.selectedIndex is a 0 based index. --- In flexcoders@yahoogroups.com, joao_m_fernandes [EMAIL PROTECTED] wrote: Hi there, I'm getting a weird behavior with a tree that should switch the layout based on the selectedNode. something like

[flexcoders] Re: Turning flex files in to exe files

2005-06-21 Thread joao_m_fernandes
You don't, mxml, AS, components that you use in your flex application need a flex application server running on the top of a J2EE server. The application is then loaded trough a web browser or in Central. João Fernandes --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: I hope this

[flexcoders] Re: Anyone successfully made a VAccordion Control?

2005-06-20 Thread joao_m_fernandes
It works perfecly scott... Just a question, why does a style need to be declared? If I remove the style declaration, the accordionTab label doesn't show up. João Fernandes --- In flexcoders@yahoogroups.com, Scott Barnes [EMAIL PROTECTED] wrote: heh, nevermind, found

[flexcoders] Re: CFMX7, Flex 1.5, IIS 6

2005-06-20 Thread joao_m_fernandes
Hi there, didn't you create a diferent instance of Coldfusion to install it with flex? or did you install in the main instance of coldfusion? If you did install in a new instance enterprise manager, it doesn't show up because it is only available in the main cf instance. Is this the case?

[flexcoders] Re: Anyone successfully made a VAccordion Control?

2005-06-20 Thread joao_m_fernandes
would via normal mx:Accordion but be mindful that its text needs rotation along with header(s) skins. On 6/20/05, joao_m_fernandes [EMAIL PROTECTED] wrote: It works perfecly scott... Just a question, why does a style need to be declared? If I remove the style declaration

[flexcoders] Warning :Changes to unknown property, [Property], will not be detected.

2005-05-20 Thread joao_m_fernandes
Hi there, I have an object declared on the top of my application and I have some bindings to it. What happens is when a bindind is defined to a 2 level child I get warnings but with a refresh It loads perfectly. Even if in production it won't happen, for debugging in FB it's impossible to go

[flexcoders] Re: embed flash symbol problem

2005-05-17 Thread joao_m_fernandes
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joao_m_fernandes Sent: Monday, May 16, 2005 9:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] embed flash symbol problem Hi there, I have a AS file that have all my icons (gif format) and now I'm trying to set new ones but in swf

[flexcoders] embed flash symbol problem

2005-05-16 Thread joao_m_fernandes
Hi there, I have a AS file that have all my icons (gif format) and now I'm trying to set new ones but in swf format like this: [Embed(source=/images/icons/mensagens.swf#icon_info1)] var icon_info:String; when I run my aplication I get this error: Error D:\sites\intranet

[flexcoders] Date formating application wide

2005-05-13 Thread joao_m_fernandes
Hi there, Is there a way to set default values other than English formating so each component uses it instead of setting formatters everywhere. Example, If I have several DateFields and DateChoosers I want to be able just to set in the main Application weekday names (or month names) and those

[flexcoders] Re: Date formating application wide

2005-05-13 Thread joao_m_fernandes
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joao_m_fernandes Sent: Friday, May 13, 2005 5:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Date formating application wide Hi there, Is there a way to set default values other than English

[flexcoders] Re: Filtering data in Flex

2005-05-05 Thread joao_m_fernandes
Ketan, Did you try to set Height and Width to 0? For the datagrid it should be easy, setting a new dg dataProvider with only the new Items. João Fernandes --- In flexcoders@yahoogroups.com, Ketan Bengali [EMAIL PROTECTED] wrote: Yes, we did had a look at FlexStore before posting this query.

[flexcoders] Re: Date in RemoteObjects as undefined

2005-05-04 Thread joao_m_fernandes
)? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joao_m_fernandes Sent: Wednesday, May 04, 2005 6:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Date in RemoteObjects as undefined Hi there, I'm having some problems

[flexcoders] Re: saving data from datagrid

2005-04-28 Thread joao_m_fernandes
Hari, You can send it back like this: In AS: ro.updateMethod(myDataGrid.dataProvider); with MXML mx:RemoteObject id=ro ... mx:method name=updateMethod mx:arguments myArray{myDataGrid.dataProvider}/myArray /mx:arguments /mx:method /mx:RemoteObject João Fernandes

[flexcoders] Re: SAP to embed Flex in NetWeaver and NetWeaver Visual Composer...

2005-04-26 Thread joao_m_fernandes
not good news at all, They're awsome news !!! I Hope we can try this new version soon. João Fernandes --- In flexcoders@yahoogroups.com, Eric Guesdon [EMAIL PROTECTED] wrote: Hi, That's a really good news. Venom is going to do it's first effect. You can find more information here

[flexcoders] Loading Images from dataProvider

2005-04-21 Thread joao_m_fernandes
Hi there, maybe this is a very simple question but how do I load images in a listbox based on the dataProvider? The images to be loaded come from the result of a RO and I want to load it dynamicly. mx:List width=180 height=100% id=ls_evento iconField=icon mx:dataProvider

[flexcoders] Re: I am new to programming so bear with me here

2005-04-20 Thread joao_m_fernandes
Hi there, first of all welcome to the flex world. Debugger allows you to debug your application. You can set breakpoints to check some values (locals or application wide), you can also watch some values. You can have an overview here

[flexcoders] setting conditional enabled with AS

2005-04-19 Thread joao_m_fernandes
Hi there, This may be a basic question. I know that if I use mx:Button enabled={someval == otherval}/ My button will be enabled whenever someval = otherval is true. How can I set this kind of conditional values to a button created with ActionScript ? Thanks, João Fernandes Yahoo!

[flexcoders] Re: setting conditional enabled with AS

2005-04-19 Thread joao_m_fernandes
. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joao_m_fernandes Sent: 19 April 2005 18:06 To: flexcoders@yahoogroups.com Subject: [flexcoders] setting conditional enabled with AS Hi there, This may be a basic question. I know

[flexcoders] Re: setting conditional enabled with AS

2005-04-19 Thread joao_m_fernandes
('modelChanged', mx.utils.Delegate.create(this, checkButtonEnable)); private function checkButtonEnable():Void { btn.enabled = (somelist.dataProvider.length == 3); } joao_m_fernandes wrote: Ali, I'm creating a button like this: mx:Script ![CDATA[ var btn; function

[flexcoders] Re: setting conditional enabled with AS

2005-04-19 Thread joao_m_fernandes
items on it... It's a football content management (soccer for those in US). João Fernandes --- In flexcoders@yahoogroups.com, joao_m_fernandes [EMAIL PROTECTED] wrote: Hi there, This may be a basic question. I know that if I use mx:Button enabled={someval == otherval}/ My button

[flexcoders] Re: Adobe aquires Macromedia

2005-04-18 Thread joao_m_fernandes
I'm wondering what will happen to all MMUGs around the world... Will they be: mx:renamed/? mx:maintained/ ? mx:suppressed/ ? --- In flexcoders@yahoogroups.com, Nate Nielsen [EMAIL PROTECTED] wrote: SAN JOSE, Calif.--(BUSINESS WIRE)--April 18, 2005--Adobe Systems Incorporated

[flexcoders] Re: Dynamic DataGridColumns LabelFunction

2005-04-11 Thread joao_m_fernandes
not sure .. just guessing! Andrew --- In flexcoders@yahoogroups.com, joao_m_fernandes [EMAIL PROTECTED] wrote: Hi there, I'm populating a DataGrid and from user selection, columns are added and removed. Everything works fine excepting defining a labelFunction to a column

[flexcoders] Re: Weird behavior with Internet Explorer

2005-04-07 Thread joao_m_fernandes
problems. Matt _ From: joao_m_fernandes [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 8:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Weird behavior with Internet Explorer Hi there, does anyone know any kind of limitation

[flexcoders] Re: Weird behavior with Internet Explorer

2005-04-07 Thread joao_m_fernandes
excepting IE. I'm getting Flex and Cfusion in different context root, too bad that I can't use it under the same. João Fernandes --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Are you using HTTPS? -Original Message- From: joao_m_fernandes [mailto:[EMAIL

[flexcoders] Re: Weird behavior with Internet Explorer

2005-04-07 Thread joao_m_fernandes
experienced only happen with a CF and Flex on the same context root and with XP SP2 clients? Are you using CF6.1 or 7? Just thinking ahead to an install I am about to do. Thanks Ian -Original Message- From: joao_m_fernandes [mailto:[EMAIL PROTECTED] Sent: 07 April 2005 17:09

[flexcoders] Re: Problem with showBusyCursor on a popupWindow

2005-04-06 Thread joao_m_fernandes
components. Do you have calls to substr in your code? Do you have any event handlers calling your RemoteObject that may be executing an extra time? Maybe someone set a reference to the RemoteObject elsewhere in your application? Matt _ From: joao_m_fernandes [mailto

[flexcoders] Weird behavior with Internet Explorer

2005-04-06 Thread joao_m_fernandes
Hi there, does anyone know any kind of limitation with Internet Explorer (possibly SP2 problem)? My application works just fine with Firefox but the same application under IE doesn't work properly. My menu isn't getting populated from a remoteObject call that returns a xmlObject. No result of

[flexcoders] Re: Problem with showBusyCursor on a popupWindow

2005-04-05 Thread joao_m_fernandes
could be introspecting the contained objects but that would be weird. A workaround would maybe be to move the RemoteObject outside the TitleWindow into another class and simply have your functions call the outside remote object. Matt _ From: joao_m_fernandes [mailto

[flexcoders] CF Component and remoting

2005-04-01 Thread joao_m_fernandes
Hi there, I'm invoking cfcs with remoteObject inside Flex and for basic functions it works just great but when I used cfset somevar = listappend(list,value,delimit) inside my remote function I got this error from the FB network debugger. [object] : code[String] : Server.Processing

[flexcoders] Re: MenuBar: how to Hyperlink an item

2005-03-30 Thread joao_m_fernandes
Hi there, When an item is selected an change event is broadcasted. MenuBar broadcasts an event object with this properties menuBar,menu,menuItem,groupName,type and target. For what you need you can use it like this: mx:Script ![CDATA[ function myfunction(event) {

[flexcoders] Tab from Modal not working

2005-03-29 Thread joao_m_fernandes
Hi there, I'm trying to avoid modal window to tab from a popupwindow field (this case a dg) to the background application. Is this possible? I want to have tab enabled but preventing to tab to another container. Thanks, João Fernandes Yahoo! Groups Links * To visit your group on