Re: Flash Forms - Why Not?

2005-12-21 Thread Felipe Fernandes
You are thinking wright. Take a look at this: http://www.everythingflex.com/popups/FlexJavascript.html I tried averything i know but couldn´t make it work in cfform ~| Logware (www.logware.us): a new and convenient web-based time

Re: Flash Forms - Why Not?

2005-12-21 Thread Felipe Fernandes
what I would realy like is the ability to use flash8 externalinterface to comunicate with the browser via javascript, with that it would be possible to have a wysiwyg html editor (like fckeditor) talking to my flash form. Felipe

Re: Flash Forms - Why Not?

2005-12-21 Thread Felipe Fernandes
If you are using the 7.0.1 update you won´t get so many problems cause you can create functions with cfformitem type="script", it will support onload functions and other things. I have created i hole CMS with them, and for my client the ability to edit his hole catalog without a page refresh overco

Re: Flash Forms - Why Not?

2005-12-21 Thread Felipe Fernandes
One thing I do that does make it loads i little faster (nothing that would make you say wow, now its fast) is to set the preloader to false, in my tests it got about 5 sec faster. Felipe ~| Find out how CFTicket can increase your

Re: cfgrid flash form question

2005-12-02 Thread Felipe Fernandes
ECTED]> wrote: > Felipe, > Thank you! I thought about doing it that way too but I didn't know enough > Flex and actionscript to make that happen. > > Can I ask you another question? What if I wanted to disable (gray out) a > row in the cfgrid when 'selectmode=&q

Re: cfgrid flash form question

2005-12-02 Thread Felipe Fernandes
Nick, the best way is to use a cfinput type="button" to delete the rows insted of the auto genereted del of the grid. This code also popup´s an confirmation alert to confirm the delete: var batchType = batchType var myClickHandler = function (evt) { if (evt.detail == mx.

Re: flash forms

2005-11-28 Thread Felipe Fernandes
Paul, You must have access to the /CFIDE/scripts/ directory to use flash forms, try ask your host, or if you have access to the web server alow it and it will probably wok fine. Felipe ~| Logware (www.logware.us): a new and conv

Re: flash forms - again

2005-11-28 Thread Felipe Fernandes
Here it goes, you must have access to the /CFIDE/scripts/ directory to use flash forms, try ask your host, or if you have access to the web server alow it and it will probably wok fine. Felipe On 11/28/05, Felipe Fernandes <[EMAIL PROTECTED]> wrote: > Sorry, I don´t know what exactly yo

Re: flash forms - again

2005-11-28 Thread Felipe Fernandes
Sorry, I don´t know what exactly you have to do, but every time I use flash form I need to ask my host to turn it on for that especific site, I guess it´s something about security, I´m gonna ask him what does he do and I´ll come back to you. Felipe On 11/28/05, Paul Stewart <[EMAIL PROTECTED]> wr

Re: unbelievable flash form problem

2005-11-22 Thread Felipe Fernandes
.myGlobalObjects.drug_history.getDrugHistory(filterArguments); > > explorer.selectedIndex=2; > } > > > Those who have the problem, my workaround was to add bogus code after > the button. I did not change the function, the line

Re: form posting question

2005-11-22 Thread Felipe Fernandes
kiley jus be carefull to do not use the word 'Delete' in place of 'Del' because it will throw an error of illegal actionscript use. Here it goes: var myform = myform var teste = teste var confirm = function (evt) { if (evt.detail == mx.controls.Alert.OK) { myform.action = 'Del' _root.sub

Re: form posting question

2005-11-22 Thread Felipe Fernandes
Ken here it goes: var myform = myform var teste = teste var confirm = function (evt) { if (evt.detail == mx.controls.Alert.OK) { myform.action = 'ok' _root.submitForm(); } } alert("Are you sure?", "Warning", mx.controls.Alert.OK | mx.controls.Alert.CANCEL, confirm);

Re: unbelievable flash form problem

2005-11-22 Thread Felipe Fernandes
I had some problem like yours a time ago, what i learned is the the 32K (or 64K sometimes) refer to i single line of mxma script. So lets understend what´s going under the hood here: When you do a flash form, coldfusion gets your code, process it and passes to it´s internal flex compiler (yes coldf

Re: easy cfgrid question

2005-11-22 Thread Felipe Fernandes
function doubleCheck(){ var msg = 'The massage you want to display'; var alertSettings:Object = {title:'Warning!', message: msg, headerHeight:27, x: 60, y: 10} errorpopup = mx.managers.PopUpManager.createPopUp(this, FormErrorException, true, alertSettings);

Re: FlashForm

2005-10-28 Thread Felipe Fernandes
http://www.asfusion.com/blog/entry/consuming-a-web-service-through-flash Take also a look at some other posts from them, they got everything you need to work with cfform and flash remoting On 10/28/05, Asim Manzur <[EMAIL PROTECTED]> wrote: > thanks for your help, I have a strong concept of remo

Re: A timeout alert

2005-10-18 Thread Felipe Fernandes
The only client side aproach for this tha i can think of, is with flash, it already has a timer that starts when the swf loads, so you would just need to read tha variable and when the time comes you give the alert and send him to the page you need, it´s not harder than with JS and it will always w

Re: form data has expired

2005-09-27 Thread Felipe Fernandes
As far as i know the timeou parameter of the flash form is the only way to go, did you tried with what amount? The value is in seconds. Felipe On 9/27/05, Michael Hohnecker <[EMAIL PROTECTED]> wrote: > Hi, > > I know this might be a common question but I keep getting the following error > when w

Re: Changing Tab Colors with CFFORM

2005-09-02 Thread Felipe Fernandes
Is this what you want? http://www.printeccom.com.br/int.cfm?acao=longe_tema If so, what i did was to set the "theme-color" at accordin page that contains my tabnavigator, so I guess that it would work if you do the same with a hbox or any other container. Felipe On 9/2/05, Aqil Mansuri <[EMAIL

Re: URGENT - Flash CFForm and Global functions

2005-08-31 Thread Felipe Fernandes
Stephen, Take a look at this: http://casacarriersantos.porta80.com.br/ click in "comprar" and look at the flash form at the bottom, all I couldn´t do was to put ',00' in the grid. Is that what yoiu want to do? Felipe On 8/31/05, Stephen Moretti <[EMAIL PROTECTED]> wrote: > David Brown wrote:

Re: cfgrid update using cfquery

2005-08-24 Thread Felipe Fernandes
David, after play a little with the flash forms what I can tell you is to not let the user make more than one kind of modification (if they update don´t let them insert or delete, and so on). Another bug is try to edit some row, than click in another row, don´t update it and send the form you gonn

Re: multi select related flash form

2005-08-15 Thread Felipe Fernandes
As Kevin sad, you need to use a onchange for each combobox something like this: if(_global.backupDP1 == undefined) { (_global.backupDP1 == combobox2.dataProvider } var item = combobox1.selectedItem.data; for(var i = 0; i < _global.backupDP1.length; i++) { if(_global.backupDP1[i] == item)

Re: Best Rich Text Editor

2005-08-11 Thread Felipe Fernandes
Claude, Can I have a look at your html editor? Felipe On 8/11/05, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>This is also a good way to avoid popup blocker blues. > > I solved this problem with a "pop up enabled test" on the admin login. > If pop ups are not allowed, the user is sent

Re: data binding in flash form

2005-08-09 Thread Felipe Fernandes
Post the code. On 8/9/05, Ida Chen <[EMAIL PROTECTED]> wrote: > Tried all three possibilities, still no help. What is this "null" that is > captured? > > > >So try, with 2 single quotes like this: > > > >if (allSpeakers.dataProvider[allSpeakers.selectedIndex]['speakerPhoneNo'] > >!= '') > > > >

Re: data binding in flash form

2005-08-09 Thread Felipe Fernandes
So try, with 2 single quotes like this: if (allSpeakers.dataProvider[allSpeakers.selectedIndex]['speakerPhoneNo'] != '') Felipe On 8/9/05, Ida Chen <[EMAIL PROTECTED]> wrote: > If I change it from null to undefined, those defined records will no longer > show up, basically leaving a blank sp

Re: data binding in flash form

2005-08-09 Thread Felipe Fernandes
Try change if (allSpeakers.dataProvider[allSpeakers.selectedIndex]['speakerPhoneNo'] != 'null') to if (allSpeakers.dataProvider[allSpeakers.selectedIndex]['speakerPhoneNo'] != 'undefined') or you can use tha short if sintax in the bind like this: bind="{(allSpeakers.selectedItem.speakerPhoneNo !=

Re: CFFORM: ActionScript to Control TabNavigator in Flash Form?

2005-08-09 Thread Felipe Fernandes
Give your tabnavigator an id and use this code: yourTabNavId["tabBar"]._tab0.enabled = false; _tab0 is the first tab on the tabnavigator (use _tab1 for the second and so on). "Be aware, using unsupported code like this is not guaranteed to work in future releases, and could have unintended con

Re: CF7 Flash Remoting

2005-06-15 Thread Felipe Fernandes
Talking about flash remoting, I´m a coldfusion developer and i would like to learn actionscript. I don´t know much about flash. I want to buy a book, any sugestion? Felipe On 6/15/05, Ben Forta <[EMAIL PROTECTED]> wrote: > Add a ? to the end of that URL. > > See: http://www.forta.com/blog/inde

Re: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Felipe Fernandes
Store your text in thd BD like this: Some text here, some more text, a #Evaluate("ColdFusion_Variable")# here, some more text, even more text. Felipe On 6/13/05, Stewart, Ryan <[EMAIL PROTECTED]> wrote: > It still isn't working. I've tried a couple of things. Before, my > query statement was

css no flashform - dica

2005-06-11 Thread Felipe Fernandes
Galera, Estava fuçando nos flashforms e o fato dele só aceitar style escrito inline estava me incomodando bastante. Então resolvi criar uma página de estilos para facilitar, o truque é bastante simples. Ao inves de ter uma página .css com os estilos defindos na sintaxe de css eu defini variáveis c