Re: CFINPUT type="datefield" popup calendar underlaps other form fields

2007-09-11 Thread Andrew Scott
Yes I blogged about it a long time ago, and have reported it as a bug
to adobe as well.


On 9/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I'm using CFINPUT type="datefield" to create a popup calendar and the 
> calendar works
> fine but is showing up under other form fields and is hard to read.  I've 
> tried applying a class
> with a z-index through CSS and it doesn work.  Has anyone ever ran into this? 
>  Any Advice?
>
> Thanks
>
> Dan
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288214
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFINPUT type="datefield" popup calendar underlaps other form fields

2007-09-11 Thread coldfusion . developer
I'm using CFINPUT type="datefield" to create a popup calendar and the calendar 
works
fine but is showing up under other form fields and is hard to read.  I've tried 
applying a class
with a z-index through CSS and it doesn work.  Has anyone ever ran into this?  
Any Advice?

Thanks

Dan

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288208
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Popup calendar

2001-10-25 Thread wdlist

Dave Babbitt wrote:
> ... Some fine craftmanship comes out of Brazil.

Thanks! :)

> In the fillDate(dataVal,month,year) function could you
> run obj1's onChange event if there was one set in the tag?
> How would you go about doing that?

I don't know for sure if that's what you mean, but the field is
disabled and read only, so there's no onChange event related to
it,
but you can use an event if you want, even 2 or more, just separate
them using semi-colons.
If there is already a date set, the
app gets the field's date and year to show the calendar but
without the day colored red (it only colors the day in the
current day, set by the local machine's clock).
This app was made to minimize problems when users were filling
forms when I was working as a programmer for PSINet in Brazil (it was made 1
week before they shut their doors and was
never really used).
I have a new improved version but it's locked on PSINet's ftp
server and I don't have access anymore, I'll try to duplicate the
changes I've made and post it to the list.
If I didn't answer your doubt fell free to contact me on or off
list, ok? (my English is not so good)

> http://planeta.terra.com.br/informatica/vega/_opcal/cal_en2.html

UAI - ESTADO DE MINAS
O Grande portal dos Mineiros na Internet
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Popup calendar

2001-10-25 Thread Dave Babbitt

Man! That is wild! Some fine craftmanship comes out of Brazil. In the
fillDate(dataVal,month,year) function could you run obj1's onChange event if
there was one set in the tag? How would you go about doing that?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 25, 2001 11:51 AM
To: CF-Talk
Subject: RE: Popup calendar


I have one at
http://planeta.terra.com.br/informatica/vega/_opcal/cal_en2.html

It has nothing to do with CF and it only puts the date into the field but
that
can be accomplished with a small script modification.
Feel free to modify and use it if you like.
__

Jones, Becky wrote:

> Has anyone seen a good script that pops up a calendar
> and fills in not only a date in the text field but
> also a time?

UAI - ESTADO DE MINAS
O Grande portal dos Mineiros na Internet

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Popup calendar

2001-10-25 Thread wdlist

I have one at http://planeta.terra.com.br/informatica/vega/_opcal/cal_en2.html

It has nothing to do with CF and it only puts the date into the field but that
can be accomplished with a small script modification.
Feel free to modify and use it if you like.
__

Jones, Becky wrote:

> Has anyone seen a good script that pops up a calendar
> and fills in not only a date in the text field but
> also a time?

UAI - ESTADO DE MINAS
O Grande portal dos Mineiros na Internet
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Popup calendar

2001-10-25 Thread Angel Stewart

Error Occurred While Processing Request
Error Diagnostic Information
An error occurred while attempting to establish a connection to the
service.

The most likely cause of this problem is that the service is not
currently running. You can use the 'Services' Control Panel to verify
that the service is running and to restart it if necessary. 

Windows NT error number 2 occurred.
 
When I went to that page.I didn't do anything :)
Just clicked on the URL below. The top and bottom banner graphics came
up fine though.

-Gel


-Original Message-
From: James Taavon [mailto:[EMAIL PROTECTED]] 

also, you can go here.

http://www.webtricks.com/Main.cfm

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Popup calendar

2001-10-25 Thread Angel Stewart

When you turn off the POPUP Attribute on the UI Calendar, it seems the
user needs to DOUBLE CLICK on a particular date in order for that date
to be registered as being selected. 

Is there any way to change this behaviour? As it is counter intuitive to
a user to have to doubleclick a date, especially since there is no
visual cue as to whether a date is finally selected or not using this
method.

-Gel
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Popup calendar

2001-10-25 Thread James Taavon

also, you can go here.

http://www.webtricks.com/Main.cfm



-Original Message-
From: Neil Clark [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 25, 2001 9:14 AM
To: CF-Talk
Subject: RE: Popup calendar


Hi Michael

http://devex.allaire.com/developer/gallery/info.cfm?id=20C2283F-3392-11D5-83
F400508B94F380&method=full

Take a squiz at this... download and your away.. if you need a hand just
shout.

HTH

Neil
Team Macromedia


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Popup calendar

2001-10-25 Thread corrigan

PERFECT  Thanks Neil!!!

Michael Corrigan
Programmer
Endora Digital Solutions 
www.endoradigital.com
630/942-5211 x-134
  - Original Message - 
  From: Neil Clark 
  To: CF-Talk 
  Sent: Thursday, October 25, 2001 8:13 AM
  Subject: RE: Popup calendar


  Hi Michael

  
http://devex.allaire.com/developer/gallery/info.cfm?id=20C2283F-3392-11
D5-83
  F400508B94F380&method=full

  Take a squiz at this... download and your away.. if you need a hand 
just
  shout.

  HTH

  Neil
  Team Macromedia

  
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Popup calendar

2001-10-25 Thread Neil Clark

Hi Michael

http://devex.allaire.com/developer/gallery/info.cfm?id=20C2283F-3392-11D5-83
F400508B94F380&method=full

Take a squiz at this... download and your away.. if you need a hand just
shout.

HTH

Neil
Team Macromedia

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Popup calendar

2001-10-25 Thread corrigan

Neil,

I'm interested in something like this too, but I'm not familiar with 
ColdFusion/Flash UI.  Could you give a few more details?  I'd love to 
find out more about it.

Thanks,

Michael Corrigan
Programmer
Endora Digital Solutions 
www.endoradigital.com
630/942-5211 x-134
  - Original Message - 
  From: Neil Clark 
  To: CF-Talk 
  Sent: Thursday, October 25, 2001 8:04 AM
  Subject: RE: Popup calendar


  Use the ColdFusion/Flash UI. Adding the date is easy.

  Neil
  Team Macromedia

  
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Popup calendar

2001-10-25 Thread Neil Clark

Use the ColdFusion/Flash UI. Adding the date is easy.

Neil
Team Macromedia

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Popup calendar

2001-10-25 Thread Jones, Becky

Has anyone seen a good script that pops up a calendar and fills in not only
a date in the text field but also a time?


*
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information.  If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 
use or distribution of this e-mail is strictly prohibited. 

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists