impromptu

impromtu plug in not working

Dear all, I Like to have an Popup Modal Dialog that need to show the list of options {like radio button select event .But I dont Know what i am Missing!.It work fine when No HTML Tag embed In Impromtu ,Does i include in CSS ,Any help $(document).ready(function(){ $.prompt( ' Milk',{ opacity: 0.2 }); }); When I run t...

Keep impromptu "up" while performing a jquery Ajax/MVC post

Is there a way to keep the impromptu dialog box displayed during a post? Here's the javascript code $('#linkPostTest').click(function() { openprompt(); }); function openprompt() { var temp = { state0: { html: 'Are you sure you want to post?<br />', buttons: { Yes: true, No: false }, ...

trying to display datepicker in Impromptu prompt box ?

Hi, I am trying to display ui datepicker ctrl in prompt box [ using impromptu jquery script]. Following is my code what I am trying. var txt = 'Date: <input id="datepicker" name="date_picker" type="text" />'; $.prompt(txt).$('#datepicker').datepicker(); as per blog - impromptu this should work but it doesn't display the datepicker ...

Impromptu conditional display of dtpicker

Hi, I have two checkbox on prompt box i.e If user click yes I have to show dtpicker and user click no hidden the dtpicker. I tried following $('#yes').click(function(){$('#dtpickerdiv').css("display","block");}); but the hidden div doesn't appear on prompt box? I tried alerting following alert -$(‘#dtpickerdiv’).css(“display”) : ...

Impromptu and Istances

Hi everyone, I am having a problem with impromptu and instances. I have two instances of impromptu, so when i call to close the first, the other closes too. Is there any way to say to close one and no the other? ...

2 servers, same website on both: IE shows two slightly different version

I'm getting a weird issue involving IIS and IE, and I'll try to describe it clearly. I have a regular html-css-js/jquery website that I've developed locally. Now that it's ready, I'm trying to deploy it on a server. Once it's hosted on the server, I see two problems in IE only: The rendering is slightly different: there's a few pixel...

Unable to cast COM Object - Exception

Hi everyone, Ive been trying to develop a COM Client application, but without success. My goal is to create an application that can open reports in Cognos Impromptu. Ive got Cognos Impromptu installed on this machine and im using Visual Studio 2008 to develop the client. I created my project as a consoleapplication in Visual Studio. Ne...