CFBuilder Colorization

2011-12-09 Thread Michael Brennan-White
Really stupid question: I am using one of the really great colorization resources I found for CFBuilder 2 which really is helpful on my eyes with a dark background. However: When I type a tag like the variablename part displays as black text which doesn't stand out enough to me. What woul

Re: Does CF8 use activex components

2009-02-10 Thread Michael Brennan-White
it turns out that it was only happening on two workstations. We made a change to the Group Policy on that server, ran gpupdate from a command window and now it is working correctly. Thanks for all your suggestions and help. > > I am using a very vanilla CFLayout page with cfajaxproxy calls

Re: Does CF8 use activex components

2009-02-10 Thread Michael Brennan-White
I am using a very vanilla CFLayout page with cfajaxproxy calls and the jQuery framework. I do have the java machine installed (since it is required by Eclipse). >If you are only using Ajax (no Java and no Flash) then you should not >be getting ActiveX warnings. If you are seeing that warning

Re: Does CF8 use activex components

2009-02-10 Thread Michael Brennan-White
Dave, Thanks for the reply. Would I be right in assuming if I am not using the EnableCAB attribute and only using the CF8 ajax components (and no FlashForms) that this is a false error? Thanks, Michael > > Yesterday when we enter my CF8 ColdFusion RIA app in IE, we are > warned that sinc

Does CF8 use activex components

2009-02-10 Thread Michael Brennan-White
I was asked this yesterday and said no but something weird is happening on our IE installs. Yesterday when we enter my CF8 ColdFusion RIA app in IE, we are warned that since we have ActiveX disabled some applications may not display properly. The application does display and function correct

Re: Why wasn't this error caught by my onError function

2008-08-09 Thread Michael Brennan-White
Okay that makes sense. Thanks for the help. >Which is a syntax error and can't be caught by error handling. > > >... > > >> ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free T

Re: Why wasn't this error caught by my onError function

2008-08-08 Thread Michael Brennan-White
Actually the error was : > > > Hi, > > I was using the production version of my pages tonight and got an > error that should have been caught before I sent it live. > > > > > > Okay I have fixed the problem but don't know why it didn't trigger my > error function in application.cfc and

Why wasn't this error caught by my onError function

2008-08-08 Thread Michael Brennan-White
Hi, I was using the production version of my pages tonight and got an error that should have been caught before I sent it live. Okay I have fixed the problem but don't know why it didn't trigger my error function in application.cfc and showed the CF error message with all the debug inform

Re: How do I extract Error Information from Structure?

2008-08-01 Thread Michael Brennan-White
Josh, Thank you very much. That got me going on the path to what I need to accomplish. Once again, thanks, Michael >Here is a little function I use to send myself error messages - >arguments.exc is the exception structure that the onError method receives - >I pass it through to an Error.c

How do I extract Error Information from Structure?

2008-07-31 Thread Michael Brennan-White
My error function sends me error information through email. In addition I would like to place this information into a database table to track the number of times the error happens and indicate when the error is resolved. Error (struct) - TagContext (struct) - error (array)

Switching to new Host question?

2008-07-26 Thread Michael Brennan-White
I am moving my site to a new host. I realize that it will take a few days for the change to be reflected everywhere. Would it be a an okay idea to place a cflocation on the current page to change to the new server address so that the users are all using the same converted database. Does

Re: Flex/ActionScript 3 Instructor-led Training

2008-06-09 Thread Michael Brennan-White
> All, > > Can anyone recommend training in the Southern New Hampshire, > Northeastern Mass area? > > What are some of the popular discussion forums for Flex and > ActionScript 3? Like HOF? > > Any other good online video training resources I'm not aware of other > than TotalTraining.com, tv

Re: What is the mime type for Word Files

2008-06-02 Thread Michael Brennan-White
>google ".doc mime type" >or >use cffile to upload a .doc file without restrictions on mime types, >cfdump cffile and check the mime type and sub-type returned by the dump. > >Azadi Saryev >Sabai-dee.com >http://www.sabai-dee.com/ > > > >Michael B

What is the mime type for Word Files

2008-06-02 Thread Michael Brennan-White
I am trying to upload a .doc file and it keeps coming back as an incorrect Mime type. I can upload html, text and pdf files without a problem. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release t

Re: Anyone going to Webmaniacs next week?

2008-05-14 Thread Michael Brennan-White
I am going Frameworks and Test Unit shopping. since I'm footing the bill, I am staying at the Harrington instead of the conference hotel. Much cheaper. Hopefully it will be good. It had decent reviews from tripadvisor. >Myself and two of my coworkers are going to be at Webmaniacs next we

Re: Anyone going to Webmaniacs next week?

2008-05-14 Thread Michael Brennan-White
I am going. Very excited as it is my first CF conference. >> Myself and two of my coworkers are going to be at Webmaniacs >> next week. I'm just wondering if any of you are planning on >> attending. > >I'll be there, of course. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ >

Refreshing CFPod Contents

2008-05-11 Thread Michael Brennan-White
Is there a way to programmatically refresh the contents of a CFPod similar to the way you can call the GridRefresh method to refresh the grid. OR Is there a way to set a refresh time for a pod? Thanks, Michael ~| Adobe®

Re: OT - Google Hosted Email

2008-05-08 Thread Michael Brennan-White
>I'm wondering if GMail could be my saviour here too. I have a simple >mail system where the client can setup mail 'templates' and choose to >send that email to a client - macros they define get replaced by name, >etc. Would this kind of thing be doable? I.e. can I use a google api >to create email

Re: Binding to a CFGrid from tabs

2008-04-22 Thread Michael Brennan-White
Gary, Thanks for the reply. I wasn't before because I had already used them in the main index page. I tried running the grid/tabs page by itself after adding cfajaximport tags for cfform and cfgrid. The page ran in Firefox (2.0.0.14) without a problem but failed in IE7. If I get rid of

Binding to a CFGrid from tabs

2008-04-21 Thread Michael Brennan-White
I have a generic html cfgrid which is bound to a CFC that returns a large amount of data. The test page is at http://67.199.57.74/jobsearchlog/, select the Jobs tab in the side menu and select saved jobs. The number of returned fields are large enough that I want to break the content into ta

Re: Restricting page access if not from cf8 interface

2008-04-14 Thread Michael Brennan-White
iewed through the cfpod. This isn't a matter of security but instead a way of ensuring the users see the pages in the way we intend. Once again thanks for the reply. Michael Brennan-White > On Sunday 13 Apr 2008, Michael Brennan-White wrote: > > The menu displays the addre

Restricting page access if not from cf8 interface

2008-04-12 Thread Michael Brennan-White
I have a number of pages that get pulled into cflayoutareas from my main page. The menu displays the addresses to these pages and I would like to keep someone from accessing the pages directly by the URL. What method(s) will make it possible to only allow access to these pages by my interf

Re: Do I need ODBC Server

2008-04-07 Thread Michael Brennan-White
t;http://www.dopefly.com/ > > >On Mon, Apr 7, 2008 at 7:01 AM, Michael Brennan-White < >[EMAIL PROTECTED]> wrote: > >> ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release t

Do I need ODBC Server

2008-04-07 Thread Michael Brennan-White
I installed the last HotFix for CF8 on our Win 2003 server running IIS early last week. Over the weekend the server was restarted and discovered the CF ODBC Server could not start because the file C:\ColdFusion8\db\slserver54\bin\swstrtr.exe was not found. Sure enough, the bin folder was not

How to focus on a cfinput field in a cflayoutarea

2008-04-02 Thread Michael Brennan-White
I know how to do this on your traditional html page by using the onload event of the body tag. But: I am populating a CFDiv with another cfm page. I want to set focus on the first field in a form. I use the ajaxonload to call a javascript function to do the following: document.form.somefield

Re: Binding to the display from a cfselect rather than the value

2008-03-27 Thread Michael Brennan-White
Ray, Thank you very much. I had a feeling that was going to be the answer. > Bind to a JS function. This will 'see' the change, and you can grab > the selectedIndex's display value. > > > On Thu, Mar 27, 2008 at 11:31 AM, Michael Brennan-White > <[EMAIL P

Binding to the display from a cfselect rather than the value

2008-03-27 Thread Michael Brennan-White
Hi, I would like to bind a cfinput text box to the selected display of an item from a cfselect rather than the id of the record.? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the

Re: Row Height or Padding in CFGrid

2008-03-25 Thread Michael Brennan-White
yev > Sabai-dee.com > http://www.sabai-dee.com/ > > > > Michael Brennan-White wrote: > > Is there a way to set the Row Height or Padding of a row in CFGrid. > I have a small number of records I want to display at a time and would > like to combine making the grid lo

Row Height or Padding in CFGrid

2008-03-25 Thread Michael Brennan-White
Is there a way to set the Row Height or Padding of a row in CFGrid. I have a small number of records I want to display at a time and would like to combine making the grid look like a table with the paging & sorting capabilities of the grid. thanks in advance, Michael ~~