RE: Accessing .net webserivce in coldfusion

2006-02-23 Thread Andrew Stevens
But in this case it does say it timed out. "java.net.ConnectException: Connection timed out" It's an example web service, so it could be heavily used. Try setting a higher timeout value in your cfinvoke tag. -Original Message- From: John C. Bland II [mailto:[EMAIL PROTECTED] Sent: Frida

Re: Accessing .net webserivce in coldfusion

2006-02-23 Thread John C. Bland II
Typically that means there is a prob with the service, as the error states. I ran this through WebServiceStudio and it worked just fine though. It was terribly slow in doing so, which is odd, but it still handled it just fine. Can you post some code? On 2/23/06, vishnu prasad <[EMAIL PROTECTED]>

Re: Getting data into Flash 8

2006-02-23 Thread John C. Bland II
I understand what you are saying and agree but it shocked me to read the part about Delegates and your example through service, pendingcall, and relayresponder at him. The use of those 3 together seemed way more advanced for him to learn than a Delegate. All is well though. I guess it is preferenc

Re: Getting data into Flash 8

2006-02-23 Thread Paul Hastings
Kevin Aebig wrote: > // 'http://my.serverdomain.com/test/services/testService.cfc' > var pathToComponent:String = "test.services.testService"; it's kind of important to note that the CFC has to be web accessible, not a mapped dir.

Accessing .net webserivce in coldfusion

2006-02-23 Thread vishnu prasad
Hi guy can some one help me how to access the .net webservice in coldfusion? when i try to access the third party webservice i got this error Could not generate stub objects for web service invocation. Name: http://www.xmethods.net/sd/2001/BabelFishService.wsdl. WSDL: http://www.xmethods.net/

RE: Getting data into Flash 8

2006-02-23 Thread Kevin Aebig
Delegates might be simple to those of us comfortable with ActionScript, but I always try and keep it extremely cut and dry so that the example doesn't try to show more that what it should. Anyhow, I think both were pretty well the same, so no big deal. On a side note, I actually always err on the

OT - Removing carriage returns from an Access Cell

2006-02-23 Thread Les Mizzell
Task: trying to export an Access database to a tab format MIVA merchant will recgnize for importing Problem - a needed description field has carriage returns in the text, so the MIVA import thinks this is the start of a new row, whicn then screws everything up after that... Solution - I dunno

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Eric Roberts
According to my webstats, I only get from 2-5% using anything other than IE...most intranets use IE because it comes with windows and is less of a hassle. Eric -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, 23 February 2006 10:02 To: CF-Talk Subject: RE

RE: REPOST Re: OCR and CF

2006-02-23 Thread Eric Dawson
I am presuming you are creating the XLS file originally? You can buy bar code font sets to create barcodes in excel. Why barcodes? What is the objective? User creates entry in formatted excel files - emails or uploads updated spreadsheet. and faxes in as well? ?for verification? Eric -Orig

Re: SOT: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Al Everett
I use a bookmarklet that resizes my browser window. http://bookmarklets.com/tools/windowing/index.phtml "Resize Window to 800 x 600" On 2/22/06, Earl, George <[EMAIL PROTECTED]> wrote: > We just got new LCD monitors that have a native resolution of 1280 x > 1024 but we develop for 800 x 600 (in

RE: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-23 Thread Bobby Hartsfield
HA! Sue me. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Matt Levine [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 6:14 PM To: CF-Talk Subject: OT: U.S. Grants Patent For Broad Range Of Internet Rich Applications I thoug

Re: OT: The Unified Process

2006-02-23 Thread Steve Collins
Quoting Troy Simpson <[EMAIL PROTECTED]>: > Is anyone aware of a list server, news group, or forum that discusses > the Unified Process and the various artifacts that are created? Right > now, I am specifically looking for something about the Vision Document > artifact that contains stakeholder ty

Re: Need help - OBDC Timeout

2006-02-23 Thread Charles Polisher
On Thu, Feb 23, 2006 at 05:39:17PM +0800, ekcien wrote: > You are right, i am using Access as my database and server activities are > growing too busy. > It is time for me to migrate to MS SQL. > Thanks for your advice. > > Rgrd > Ang Ang, In the mean time, you might want to consult this Macro

Re: Frameworks in a shared environment

2006-02-23 Thread James Holmes
I found myself thinking very similar things. At least in Java, one can use a URLClassLoader to point to a jar file to get an entire package that isn't in the classpath (the classpath being a rough equivalent of a mapping). Something like this in CF would be nice (e.g. point to a folder that acts l

RE: getting response back from a webservice

2006-02-23 Thread Russ
Ok, I think I figured it out... turns out they were returning an object of type any, and to get it I used the get_any() and that returned an array with 1 element. So once I referred to to it as an array, I can use the toString() function to get the xml back. So if I wanted to, I can parse t

Re: Frameworks in a shared environment

2006-02-23 Thread James Holmes
Ah that stands to reason. Thanks. On 2/24/06, Michael Traher <[EMAIL PROTECTED]> wrote: > Just to mention that with fusebox it is easy to put your own set of core > files whereever you like and point to them with a simple FUSEBOX_APPLICATION_PATH = "../"> or whatever. > > and don't discount it so

Re: Getting data into Flash 8

2006-02-23 Thread John C. Bland II
Do you mean my example above is too complex? Delegates are super simple. Delegate.create(scope, functionname) You might not want to import the entire remoting and rpc package since you're not using all of it. That is extra bloat that isn't needed. On 2/23/06, Kevin Aebig <[EMAIL PROTECTED]> wrot

RE: getting response back from a webservice

2006-02-23 Thread Munson, Jacob
Never mind, I see that 'method' is required for a webservice call... Are you passing the web service parameters using cfinvokeargument? > -Original Message- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 4:50 PM > To: CF-Talk > Subject: RE: getting re

Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-23 Thread Josh Nathanson
Well, that certainly is creepy -- no joke, there's a link to the actual patent in the article... Who will pay the royalties, hosting companies? How could this be enforced? Anyone with legal experience please comment... -- Josh - Original Message - From: "Matt Levine" <[EMAIL PROTECT

RE: getting response back from a webservice

2006-02-23 Thread Munson, Jacob
Are you using the 'method' option of cfinvoke to use the specific piece of the web service you want? > -Original Message- > From: Russ [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 4:37 PM > To: CF-Talk > Subject: RE: getting response back from a webservice > > Well it's

RE: getting response back from a webservice

2006-02-23 Thread Russ
Well it's a web service that gets some parameters including an xml parameter, and returns an soap request back. If I call it using cfhttp, everything works fine, and I get back an xml string. If I call it using cfinvoke, it gets back an object. Russ > -Original Message- > From: Munso

OT: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-23 Thread Matt Levine
I thought that I would share this with everybody, it sounds like a joke but I don't think it is. http://www.informationweek.com/story/showArticle.jhtml?articleID=180206472&cid=RSSfeed_IWK_News Matt

RE: getting response back from a webservice

2006-02-23 Thread Munson, Jacob
I think it might help if you gave more details about what you want from the web service, and maybe some of your code. > -Original Message- > From: Russ [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 2:57 PM > To: CF-Talk > Subject: RE: getting response back from a webservi

Borders in report builder

2006-02-23 Thread Tim Do
Anybody know how to add a border around a cell? The only styles that I see are background color, font color, and transparency. Thanks, Tim ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233305 Archives: http

RE: Getting data into Flash 8

2006-02-23 Thread Andy Matthews
You rocketh sir... I've already got the code for the CFC...just need the Flash code. -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 3:59 PM To: CF-Talk Subject: RE: Getting data into Flash 8 O Christmas came early for you this year. Gi

RE: Getting data into Flash 8

2006-02-23 Thread Kevin Aebig
It's using certain development idea's that complicate things for beginners like using Delegates to handle listeners. Here's a bare-bones example... comments included. Let me know if any of this is confusing. Cheers, !k /* - CODE-START --- */ import mx.remoting.*; import mx.rp

OT: Merging Company Databases from Quickbooks to Comma Seperate File

2006-02-23 Thread Aaron Roberson
Our company just merged with another, and we need to merge our contact list. Quickbooks exported our contact list as a comma seperated file, but the billing and shipping address are all scrambled and there are fields that make no sense. Since we all work with databases here, and some of you work w

Re: Getting data into Flash 8

2006-02-23 Thread John C. Bland II
I posted this on a different thread earlier but the site isn't showing it (maybe because of the attachment) so here it goes again. Remoting is quite simple but it has be convoluted with a million different ways of doing it. Download the zip file

RE: Getting data into Flash 8

2006-02-23 Thread Kevin Aebig
O Christmas came early for you this year. Gimme a few and I'll whip up an example... =] !k -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: February 23, 2006 3:53 PM To: CF-Talk Subject: RE: Getting data into Flash 8 I have Flash 8 and I'd prefer to use remoting bu

CFUNITED-06 interview 8: Raymond Camden - Verity Searching Secrets

2006-02-23 Thread Michael Smith
In this issue of ColdFusion conference and training news: * Hotel 89% full * New Sponsor * Conference Keynotes announced * Win a ticket to CFUNITED with our competition. Deadline 2/28/06 * CFUNITED Sneak Peek 3/1/06 * New Dynamic Schedule http://www.cfunited.com/schedule.cfm * Interview with Raymon

RE: getting response back from a webservice

2006-02-23 Thread Russ
toString returns an object: com.ngpsoftware.ngpapi.WebService.ProcessRequestWithCredsResponseProcessRequ [EMAIL PROTECTED] > -Original Message- > From: Adrian Lynch [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 4:46 PM > To: CF-Talk > Subject: RE: getting response back fro

RE: Getting data into Flash 8

2006-02-23 Thread Andy Matthews
I have Flash 8 and I'd prefer to use remoting but I don't know how.. I've looked for tutes on Flash remoting but can't find anything straight-forward. Do you have any links you'd care to share with the class? -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Getting data into Flash 8

2006-02-23 Thread Kevin Aebig
Here's an even better idea. Why not use a CFC and use Flash remoting to get the data. It's way more clean... What version of Flash and CF are you using? !K -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: February 23, 2006 2:18 PM To: CF-Talk Subject: Getting data

RE: getting response back from a webservice

2006-02-23 Thread Adrian Lynch
The sample page breaks because of the IP limit. Were you expecting an XML response? What if you run a ToString() on it? Ade -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 21:22 To: CF-Talk Subject: RE: getting response back from a webservice I tried isXM

RE: quick mysql 4.0.17 query question...

2006-02-23 Thread Bobby Hartsfield
I THINK mysql has something similar (if not exact) to the newID() function in SQL server that lets you order records pseudo-randomly. So either 4 selects (or unioned like Claude suggested) where you select the top 1 of each, ordered by newid() If not, QoQ and CF's random functions could get you th

RE: add a break inside a select list?

2006-02-23 Thread Bobby Hartsfield
Lol! ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:36 PM To: CF-Talk Subject: Re: add a break inside a select list? Shhh!! They might hear you. On 2/23/06, B

RE: getting response back from a webservice

2006-02-23 Thread Russ
I tried isXML on it... the answer is no... > -Original Message- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 4:16 PM > To: CF-Talk > Subject: RE: getting response back from a webservice > > Actually, isSoapRequest won't help any, but isXML might. >

manually set soapAction

2006-02-23 Thread Vikram Ponuganti
Hi, Iam creating a coldfusion webservice which will be consumed by a realbasic application. But i have been getting an xmlexception. on searching the web, i came to know that realbasic requires the webservice wsdl to have SOAPAction header set to something. So can someone please suggest how we c

RE: getting response back from a webservice

2006-02-23 Thread Munson, Jacob
Actually, isSoapRequest won't help any, but isXML might. > -Original Message- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 1:56 PM > To: CF-Talk > Subject: RE: getting response back from a webservice > > Did you try cfdumping it? Also, you could u

RE: getting response back from a webservice

2006-02-23 Thread Russ
Basically I'm getting this: object of com.ngpsoftware.ngpapi.WebService.ProcessRequestWithCredsResponseProcessRequ estWithCredsResult Methods hashCode (returns int) equals (returns boolean) getSerializer (returns interface org.apache.axis.encoding.Serializer) getDeserializer (returns interface o

RE: getting response back from a webservice

2006-02-23 Thread Russ
http://asp.istandfor.com/test.cfm > -Original Message- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 3:56 PM > To: CF-Talk > Subject: RE: getting response back from a webservice > > Did you try cfdumping it? Also, you could use one of ColdFusion's Is

RE: getting response back from a webservice

2006-02-23 Thread Munson, Jacob
Did you try cfdumping it? Also, you could use one of ColdFusion's Is_ functions to find out exactly what it is: isObject, isArray, isStruct, isSoapRequest, isQuery, etc. > -Original Message- > From: Russ [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 1:38 PM > To: CF-Tal

RE: Getting data into Flash 8

2006-02-23 Thread Andy Matthews
Ah...I gotcha. I am trying to run this from within Flash itself. I hadn't thought about that Adrian. I'll check that out shortly. Thanks for making that suggestion. -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 2:38 PM To: CF-Talk Subje

Re: Getting data into Flash 8

2006-02-23 Thread John C. Bland II
You probably need to de-url it. Remember, you are loading a URL string so you'll prob have %20's, etc in there. On 2/23/06, Adrian Lynch <[EMAIL PROTECTED]> wrote: > > You haven't said what the problem is. > > -Original Message- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > Sent: 23 Fe

RE: getting response back from a webservice

2006-02-23 Thread Adrian Lynch
Are you dumping the response to the screen? Can we have a look? -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 20:38 To: CF-Talk Subject: getting response back from a webservice We are using CF7 and I'm trying to invoke a webservice written in asp.net. The

RE: Getting data into Flash 8

2006-02-23 Thread Adrian Lynch
Ahh right so Ted. If you're doing this in the Flash IDE, it will access the .cfm page via the file system so you'll get back the CFML code instead of what you expect. If that's not the problem and if it's failing in the broswer (HTTP, not the file system), then you should see if it really is retu

getting response back from a webservice

2006-02-23 Thread Russ
We are using CF7 and I'm trying to invoke a webservice written in asp.net. The webservice returns an xml fragment, but coldfusion thinks it's some sort of object, and I can't seem to figure out how to read it. Am I doing something wrong? Is there a way to tell coldfusion to treat the response as

RE: Getting data into Flash 8

2006-02-23 Thread Andy Matthews
You're right. I was so irritated that I forgot to add that part. I'm trying to add the variables from the incoming data string to the "idArray". But when I loop over it, each var shows as undefined. -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, February

RE: Getting data into Flash 8

2006-02-23 Thread Adrian Lynch
You haven't said what the problem is. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 20:18 To: CF-Talk Subject: Getting data into Flash 8 I'm getting so freaking pissed at Flash and at Macromedia I can't see straight. I don't want to be one of th

Getting data into Flash 8

2006-02-23 Thread Andy Matthews
I'm getting so freaking pissed at Flash and at Macromedia I can't see straight. I don't want to be one of those people who complains about changes in programs but for God's sake Macromedia/Adobe leave something alone for at LEAST one version! That's my rant, but here's my problem. I'm trying to p

RE: Frameworks in a shared environment

2006-02-23 Thread Sandra Clark
I don't know whether it would or not, but the best person to ask would be the person who wrote MG Joe Rinehart. you can find his blog at http://clearsoftware.net/, his email address can be found at the bottom. Sandra Clark -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED

RE: Trying to pinpoint an error

2006-02-23 Thread Munson, Jacob
Are you cfparaming all your non-private variables (form, url, etc.)? > -Original Message- > From: Eric Scuccimarra [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 11:32 AM > To: CF-Talk > Subject: Trying to pinpoint an error > > I am running CFMX 6 on a RedHat Linux server.

RE: Frameworks in a shared environment

2006-02-23 Thread Munson, Jacob
Good to learn that, thanks Sandra. I'd be curious to know if MG will work in a shared environment, since I've heard so much good about MG. > -Original Message- > From: Sandra Clark [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 12:28 PM > To: CF-Talk > Subject: RE: Framewo

RE: Frameworks in a shared environment

2006-02-23 Thread Sandra Clark
Fusebox doesn't require any mappings. It does have a variable, FUSEBOX_APPLICATION_PATH, which can be set in a relative manner if you want to bring the core files out of the application webroot. So Fusebox can and does work well in shared environments either with multiple sites sharing the same co

RE: quick mysql 4.0.17 query question...

2006-02-23 Thread Andy Matthews
Ah...that might work, thank you Claude. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:20 PM To: CF-Talk Subject: Re: quick mysql 4.0.17 query question... >>Is it possible to do this in one query and if so how might I do that?

OT: The Unified Process

2006-02-23 Thread Troy Simpson
I realize that this is off topic, but I have found no where else to go to ask this question. Is anyone aware of a list server, news group, or forum that discusses the Unified Process and the various artifacts that are created? Right now, I am specifically looking for something about the Vision Do

Re: quick mysql 4.0.17 query question...

2006-02-23 Thread Claude Schneegans
>>Is it possible to do this in one query and if so how might I do that? I would try a UNION between 3 SELECTs, one for each possible option. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam

RE: quick mysql 4.0.17 query question...

2006-02-23 Thread Andy Matthews
by the way, the structure of the table is as follows: id (auto-increment) name (varchar: 50) type (enum: 'A','L','P') -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:13 PM To: CF-Talk Subject: quick mysql 4.0.17 query question... I'

quick mysql 4.0.17 query question...

2006-02-23 Thread Andy Matthews
I've got a table with an ENUM column that has 3 possible options. I want to return 4 random entries for each option. I know how to get N random records, but this requires that I get 4 of each type. Is it possible to do this in one query and if so how might I do that? ~~

Re: A very specific """"message board/forum"""" question...

2006-02-23 Thread Andrew Grosset
The betanews.com link doesn't work, here is a link that explains how mySpace was hacked by the hacker himself! http://namb.la/popular/ Andrew. >As a general rule, yes. Providing HTML editing in any publicly accessible >part of a web app is one of those "bad things" you typically want to avoid.

Re: Frameworks in a shared environment

2006-02-23 Thread Michael Traher
On 2/23/06, James Holmes <[EMAIL PROTECTED]> wrote: > > > > I'm not sure if Fusebox does this, but it's irrelevant as the fusebox > method of writing parsed files to the "parsed" folder means that we > can't use it anyway (our servers do not allow write access apart from > within a set temp direct

Re: CFMX SW Engineering/SW Design Training

2006-02-23 Thread Deanna Schneider
Hal came in and did such a training for us. While there was some mix up on what he was supposed to be teaching (he though it was an intro class, and it was really a customized "intro to MX's new features with and OO slant" class, he rolled with it and we learned a lot from him about the practical u

Re: add a break inside a select list?

2006-02-23 Thread Jerry Johnson
Shhh!! They might hear you. On 2/23/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > Would that be the same users that don't complain about 1 entry being 3 > separate, selectable lines? ;-) ~| Message: http://www.houseoffusion.c

Trying to pinpoint an error

2006-02-23 Thread Eric Scuccimarra
I am running CFMX 6 on a RedHat Linux server. There is a pervasive error I am unable to duplicate. I am however getting emails from my global error handler that says that the error is occuring on line 1. It is a session variable which is undefined. As I am unable to find what line this error i

RE: Frameworks in a shared environment

2006-02-23 Thread Figy, Kam
This is why my company doesn't use any of the major frameworks, most of our clients are on shared hosts. That said, there's no excuse for hard coding CFC paths. At the very least there should be some kind of variable set to the path to your app's CFCs. The only exception to this, is that you can't

Re: add a break inside a select list?

2006-02-23 Thread Ken Ferguson
That looks exactly like what Ray was asking for. I would think it'd be a perfect fit for his original post. --Ferg Ray Champagne wrote: > 'Tis pretty slick, though. :) > > I fall more in love with CSS the more I use it. > > Jerry Johnson wrote: > >> Oh please, oh please, do NOT show this to

RE: add a break inside a select list?

2006-02-23 Thread Bobby Hartsfield
Would that be the same users that don’t complain about 1 entry being 3 separate, selectable lines? ;-) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:20 PM To:

Re: add a break inside a select list?

2006-02-23 Thread Ray Champagne
'Tis pretty slick, though. :) I fall more in love with CSS the more I use it. Jerry Johnson wrote: > Oh please, oh please, do NOT show this to my users! > > On 2/23/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: >> I'm a control+ enter freak... here's the link >> http://bigelowtea.com/entertai

Re: add a break inside a select list?

2006-02-23 Thread Jerry Johnson
Oh please, oh please, do NOT show this to my users! On 2/23/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > I'm a control+ enter freak... here's the link > http://bigelowtea.com/entertaining/recipes/ > > Click the recipe drop down

RE: add a break inside a select list?

2006-02-23 Thread Bobby Hartsfield
I'm a control+ enter freak... here's the link http://bigelowtea.com/entertaining/recipes/ Click the recipe drop down ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 20

RE: add a break inside a select list?

2006-02-23 Thread Bobby Hartsfield
You could try something like this... ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 10:51 AM To: CF-Talk Subject: add a break inside a select list? I swear this w

Re: add a break inside a select list?

2006-02-23 Thread Ray Champagne
Will do. Thanks, guys, I've had to dump this project for a little bit to put out some other fires, but when I get back to it, I'm going to re-look at all these ideas. Ray Jerry Johnson wrote: > Ray, I'd still look at a DHTML replacement for the listbox. > > Something like: > http://support.mi

Re: A very specific "message board/forum" question...

2006-02-23 Thread Stan Winchester
Ya know I guess you really have think like a hacker. You would think blocking bad tags was enough. I guess the only way to provide a WYSIWYG such as tinyMce would be to offer it to trusted uses only like moderators or administrators, but to regular members they should only use BBML or just offe

Re: add a break inside a select list?

2006-02-23 Thread Jerry Johnson
Ray, I'd still look at a DHTML replacement for the listbox. Something like: http://support.milonic.com/demos/select_box/index.htm http://simplythebest.net/scripts/DHTML_scripts/javascripts/javascript_101.html http://www.siteexperts.com/tips/webfx/ts09/page1.asp I haven't used any of these. I did

RE: Returning a recordset from ColdFusion into Flash 8

2006-02-23 Thread Brad Wood
> Anyone have links or some code for example? Asfusion has some really good flash remoting examples: http://www.asfusion.com/blog/examples/item/populating-a-cfgrid-with-flas h-remoting ~| Message: http://www.houseoffusion.com/

Returning a recordset from ColdFusion into Flash 8

2006-02-23 Thread Andy Matthews
I've got some code which displays a "name" randomly on the stage. Currently I'm looping over an array of names just so I can get it up to show the client. But the client wants these names to be random. So pulled from a database will be easiest. I can easily write the code to query the database and

Re: add a break inside a select list?

2006-02-23 Thread Josh Nathanson
What about throwing a #Left# in there or something...as long as they can tell what the option is with the first 15 or so characters that will keep it under control. Plus you can control the width quite precisely. #Left(thelabel, 15)#... Not ideal but better I think than breaking it into multip

Re: add a break inside a select list?

2006-02-23 Thread Ken Ferguson
That's not going to work in IE though. I didn't think it would, so I tried it to be sure. test fff sss works in Firefox like you say, but in IE the options list is sti

Re: add a break inside a select list?

2006-02-23 Thread Scott Stroz
you can use style="width:200px" in teh , and in the form it will only be 200Px wide, however, when you try to select someting, the list will expand but not 'break' teh page. On 2/23/06, Ray Champagne <[EMAIL PROTECTED]> wrote: > > No - not without a lot of work that they won't pay for. > > It's a

Re: add a break inside a select list?

2006-02-23 Thread Ray Champagne
No - not without a lot of work that they won't pay for. It's a shopping cart app that literally sells everything - from Lamps to Faucets to heaters to, well, the kitchen sink. There really are no "groups" that the product add-ons would fit into. I'm looking into Jerry's suggestion of breaking t

Strange things in the state of HOMESITE+

2006-02-23 Thread DURETTE, STEVEN J \(ASI-AIT\)
Ok, so I tried to be funny in the subject. :) First: Homesite+ 5.5 Windows XP SP2 I have files that end in .cfm associated to Homesite+. Whenever I double-clicked on a .cfm file it always opened directly into homesite, but recently it stopped doing that. The association is still there and it

RE: add a break inside a select list?

2006-02-23 Thread Adkins, Randy
Can you GROUP the items? FRUIT: -- Apples -- Oranges MEAT: -- ground Beef -- Steak ...etc -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 11:07 AM To: CF-Talk Subject: Re: add a break inside a select list? Then just three ideas: A fla

Re: REPOST Re: OCR and CF

2006-02-23 Thread Bryan Stevenson
> Yeah, "ColdFusion is not the only fruit". > > -- > > Tom Chiverton > Advanced ColdFusion Programmer Not sure why ya said that Tom, but of course there are other languages and tools. I am not even asking a CF question thoughI want suggestions for barcode readers and/or OCR utilities that

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Munson, Jacob
That's a valid point but I think the payoff is worth it. Have you ever looked at one of your sites in 640x480 (yes, some folks still run that)? Or maybe check it out on a Mac (usually high resolution). In my experience, I usually scream when I see those cases. A liquid layout solves the problem.

Re: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Ray Champagne
I don't see the hype in liquid designs. I mean, yea, they fit across all resolutions, but they have the potential to look really really ugly for high resolution monitors. Having one long line of text across the whole screen is just plain ugly. You just lose control of how the end user is goi

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Munson, Jacob
Not to mention, all of this discussion only matters /if/ your are doing down to the pixel designs. It is my understanding that the design gurus out there do liquid layouts. I.E., you can resize the browser window to virtually any resolution and the layout holds its original design. Personally, I

Re: CFMX SW Engineering/SW Design Training

2006-02-23 Thread cf
Hi, > This may not exist, but..Can anyone recommend > a Software > Engineering/Software Design course that uses real- > world CFMX examples, not > lots of theory.something that would be could > for someone familiar with > CF, but not OOP. Take a look at Hal Helms' trainings (http://www.

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Munson, Jacob
It sounds to me like you are only looking at Microsoft Windows, and possibly only one browser. I just did a test with my screen resolution (your theory should hold water for all resolutions, not just 800x600). The only difference I see is because the window lost it's border. The maximized versio

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Dawson, Michael
I'm not counting scroll bars or the *entire* chrome. I'm only counting how Windows handles borders when a window is maximized. The borders are technically still there, but out of sight. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, Februar

Re: Help! Error in OnSessionEnd in Application.cfc

2006-02-23 Thread asherwood
Unfortunately, this did not fix the problem. A lull in traffic led me to believe that it was fixed, but the same error began to occur as traffic picked back up. Any other ideas? ~| Message: http://www.houseoffusion.com/lists.cf

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Dawson, Michael
Window dimensions are measured w/o the border. Try this: 1. On a larger screen resolution, resize an unmaximized window to 800 x 600 using the outside of the borders. Then do a screen capture. 2. Change your screen resolution to 800 x 600. Maximize the browser, then do another screen capture.

Re: add a break inside a select list?

2006-02-23 Thread Jerry Johnson
Then just three ideas: A flash form. Highlight multiple lines through javascript. When you are writing out the select options, add a function to highlight attached rows. Write your own dhtml dropdown list that behaves however you want. On 2/23/06, Ray Champagne <[EMAIL PROTECTED]> wrote: > Thanks

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Munson, Jacob
> Thanks. I'm familiar with this and it has value, but we have > standardized on MSIE. Keep in mind that according to most studies 15% of the Internet is now using Firefox, and some studies show the US at 20%. If I remember right, you are talking about Intranet apps here, and I don't think there

CFMX SW Engineering/SW Design Training

2006-02-23 Thread Howell Craig H Civ 542 ATSG/GBTRNI
This may not exist, but..Can anyone recommend a Software Engineering/Software Design course that uses real-world CFMX examples, not lots of theory.something that would be could for someone familiar with CF, but not OOP. Thanks. ~

Re: add a break inside a select list?

2006-02-23 Thread Ray Champagne
Thanks Jerry. I actually tried that, but the client isn't liking it so much. They think it is confusing. Jerry Johnson wrote: > I break the long string into multiple lines, add 2 spaces before all > but the first line, and set the value for each to the same value. > > This does not highlight

Re: add a break inside a select list?

2006-02-23 Thread Jerry Johnson
I break the long string into multiple lines, add 2 spaces before all but the first line, and set the value for each to the same value. This does not highlight all the lines when moused over, but my users haven't complained yet. On 2/23/06, Ray Champagne <[EMAIL PROTECTED]> wrote: > I swear this w

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Earl, George
Thanks for all the responses. My comments are inline . . . > Create a favorite (bookmark) in the browser of your choice > with this as the "url" > > javascript:resizeTo(800,600); > > Name it 800x600 and it will force the window to that size. I found this when I Googled and it's the solution th

RE: Frameworks in a shared environment

2006-02-23 Thread Munson, Jacob
Dang, this is serious. I am on a shared host, and I was planning to give MG a try. If it is true that all the frameworks have hardcoded values like this, I'm not sure I'll ever use them. I /can't/ create mappings. One of the biggest reasons I moved to ajaxCFC from CFAjax was because you can dro

RE: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Robertson-Ravo, Neil (RX)
Is he? Usually with 800 x 600 you only get around 760px width so you will not get more. -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 15:44 To: CF-Talk Subject: RE: Developing for 800 x 600 on monitor at higher resolution Wait a minute here. Y

add a break inside a select list?

2006-02-23 Thread Ray Champagne
I swear this was answered before - but I can't find it anywhere. Is there a way to make an option in a select list break into two or more lines? In other words, my drop-down list is dynamically built, and it is becoming silly-long, throwing off my page width. Is there a way for me to break it

  1   2   >