[jquery-ui] Re: Jquery Modal dialog problem

2009-10-30 Thread Mean Mike
I'm thinking that you need to move this $("#mydialog").dialog({modal:true, autoOpen:false, title:Title, width:800, height:380}); out of the open OpenDialog function and have that in your document ready function see whats happening is that it creating a new instance of .dialog every timeyou call

[jquery-ui] Transparency problem in IE8 with Drag and drop

2009-10-30 Thread Louis Stoltz
*moderator: Had to rewrite this one. Hi I need help with IE8 and an app I developed Please look at: http://sampleboardonline.com/boardcreator.php Then choose categories and barstools. Drag it to the center. Now look how messed up it is. Open up firefox and it is just perfect. I have no idea wha

[jquery-ui] Jquery Modal dialog problem

2009-10-30 Thread Rushi
Hi, I have a strange problem with JQuery modal dialog. I am using the following code to open my dialog. function OpenDialog() { UpdateDIVForThisDialog(); $("#mydialog").dialog({modal:true, autoOpen:false, title:Title, width:800, height:380}); $("#mydialog").dialog("open"); } function

[jquery-ui] Drag and drop in IE8 transparency all funny

2009-10-30 Thread Louis Stoltz
Hi I need help with IE8 and an app I developed Please look at: http://sampleboardonline.com/boardcreator.php Then choose categories and barstools. Now look how messed up it is. Open up firefox and it is just perfect. I have no idea what to do please help someone? Louis -- You received this mes

[jquery-ui] Re: Tabs - align right

2009-10-30 Thread phrosch
Just take a look at: http://jsbin.com/iqupu/edit On 15 Okt., 13:20, RP wrote: > Hi, > > Is it possible to align thetabsto therightwithout causing problems > with other elements of the CSS?  I've tried: > > .ui-tabs.ui-tabs-nav li { > border-bottom-width:0 !important; > float:right; > margin:0 0

[jquery-ui] Date Picker in Dialog Modal

2009-10-30 Thread Coop
I want to include the date picker inside of a dialog ui tool I am assuming the z-index will be a factor. Has anyone successfully implemented this? -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@g

[jquery-ui] Re: Jquery Confirm Box

2009-10-30 Thread Rushi
I am assuming you want to use jquery dialog box here. I don't think there is a confirm box in jquery but the jquery modal dialog can be used like a confirm box. Here's an example: $("#mydialog").dialog({modal:true, title:'Dialog Title', resizable:false, 'buttons':{ "OK": function() { D

[jquery-ui] UI Drag and Drop by click

2009-10-30 Thread Peter
Hi all, spent some hours to my next problem: I have a div with an image: I want to drag this into another div by clicking the first square and then drop it in another div by clicking on that second div, ( replacing the old image their ) second div looks something like: So when i click on kn

[jquery-ui] datepicker distortion in IE

2009-10-30 Thread Andrew243
When I add changeMonth & changeYear, the month/year takes 2 lines in IE, but not in Firefox. View this in both Firefox & IE: http://www.pointandslope.com/ac-play/ac-play.html Any suggestions how I can set it up to work in IE the same as Firefox (i.e. with month/year on a single line)? -- You r

[jquery-ui] Re: dynamically adding a datepicker to an element BEFORE it is attached to the DOM

2009-10-30 Thread shawn
$.('').datePicker({}).appendTo ("#MyDatePickerTextBox"); I tried the above as you mentioned... it threw an error... not supported method/property... is the syntax at the beginning $. correct? I also tried without the dot after the dollar sign... no luck... I need to be more specific in my desc

[jquery-ui] Re: Tab index help

2009-10-30 Thread the intern
Well, i am not sure what I could post. Really what I am hoping to find is just some way to move from the field that was focused at the time the ajax was fired and move it to the next field after it runs. On Oct 30, 12:48 pm, Brandon Ryall wrote: > Aaron, > > Can you attach the code you're having

Re: [jquery-ui] Tab index help

2009-10-30 Thread Brandon Ryall
Aaron, Can you attach the code you're having difficulties with? - Brandon Ryall Software Developer eMaint Enterprises LLC 438 N. Elmwood Road, Suite 201 Marlton, NJ 08053 P 856-810-2700 x7180 F 253-323-6353 On Fri, Oct 30, 2009 at 2:44 PM, the int

[jquery-ui] Tab index help

2009-10-30 Thread the intern
Long explanation short - I have a form that uses Ajax, each field will fire ajax if there was a change in the field and the user changed focus. Since we can only have one field change at a time, I have used jQuery to disable all the fields until the ajax comes back. Where I am having trouble is, wh

[jquery-ui] Re: Set different styles for different days in datepicker?

2009-10-30 Thread Steven Black
Check out the beforeShowDay event. http://jqueryui.com/demos/datepicker/#event-beforeShowDay **--** Steve On Oct 29, 3:12 pm, Sebastián Zulamián wrote: > Hi all, > > I need to set/apply different styles to the same datepicker, for > example for the octuber month I need to highlight octuber 14 i

[jquery-ui] Re: Set different styles for different days in datepicker?

2009-10-30 Thread Steven Black
Check out the beforeShowDay event. http://jqueryui.com/demos/datepicker/#event-beforeShowDay **--** Steve On Oct 29, 3:12 pm, Sebastián Zulamián wrote: > Hi all, > > I need to set/apply different styles to the same datepicker, for > example for the octuber month I need to highlight octuber 14 i

[jquery-ui] Re: dynamically adding a datepicker to an element BEFORE it is attached to the DOM

2009-10-30 Thread Steven Black
$("#datepicker") searches the DOM for this id. So nothing is coming- back despite having a non-DOM element with this ID. This should work: Reference it explicitly. $.('').datePicker(...).appendTo ("#SomeContainer"); One caveat: I know the datepicker adds other things to the DOM, like a textbox

Re: [jquery-ui] Re: Sortable - Nested lists problem

2009-10-30 Thread Cyril Lopez
2009/10/28 Mean Mike > ohh and I used this too ! > > http://www.b-hind.eu/jquery/ > > hope this helps you > Thanks for your feedback. We'll use it for now. I'd would rather use UI core... I hope in v1.8. Cyril, Nethik -- You received this message because you are subscribed to the Google Group

[jquery-ui] Re: .ui-icon in span causes span to be block

2009-10-30 Thread aronduby
I believe anything you apply the class ui-icon to is set to display:block; in the jquery-ui css. On Oct 30, 1:27 am, menkes wrote: > For some reason the span did not show in the original post. Next to the input > element is a span with classes ui-icon and ui-icon-info. The span has no > content.

[jquery-ui] Re: ThemeRoller Bug?

2009-10-30 Thread RaspenJho
Got it! Thanks for the promptness :) On Oct 30, 9:08 am, "Richard D. Worth" wrote: > Can you give it one more try? I applied another fix about 30min back, right > around the time of your email. Thanks. > > - Richard > > > > On Fri, Oct 30, 2009 at 9:45 AM, RaspenJho wrote: > > Thanks for the up

Re: [jquery-ui] Re: Sortable bug in IE? Any solution

2009-10-30 Thread Cyril Lopez
2009/10/29 Titkov Anton > I'm think tah bug connect with that bug > http://dev.jqueryui.com/ticket/4333 > Exactly ! There are few patches on that page. Haven't tested. Milestone : 1.8... -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to

Re: [jquery-ui] Re: ThemeRoller Bug?

2009-10-30 Thread Richard D. Worth
Can you give it one more try? I applied another fix about 30min back, right around the time of your email. Thanks. - Richard On Fri, Oct 30, 2009 at 9:45 AM, RaspenJho wrote: > Thanks for the update :) I am still having some issues... > > I cannot get the download page to show me the "Custom T

[jquery-ui] Re: Disable an "Ok" button in a dialog.

2009-10-30 Thread Fontzter
If your using themeroller try adding the class ui-state-disabled. I think that existed in 1.6 Hth, Dave On Oct 29, 7:02 pm, TimW66 wrote: > Hi all, > > I'm using jQuery UI v1.6rc2.  I know this is an old version, but for > now, I am unable to upgrade.  I have the need to disable a button on

[jquery-ui] Re: datepicker is not a function

2009-10-30 Thread Gianluca
Great! It works, Thank you for help. On 30 Ott, 13:58, Steven Black wrote: > The datePicker() function is attached to $("#rangeDatepicker"), the > outer-container, not the div containing the day numeral or whatever > is  clicked in the pop-up calendar dialog. > > You could declare a var that

[jquery-ui] Re: ThemeRoller Bug?

2009-10-30 Thread RaspenJho
Thanks for the update :) I am still having some issues... I cannot get the download page to show me the "Custom Theme" option for inclusion in the .zip file. I tried to manually build a url (that I got from the ThemeRoller Dev Tool) to ask for the download, and received a .zip file sans CSS (jus

Re: [jquery-ui] THEME GENERATOR DOWNLOAD DONT WORK IN WEB

2009-10-30 Thread Richard D. Worth
I just applied a fix. Please give it another try. Thanks. - Richard On Fri, Oct 30, 2009 at 8:54 AM, Blacknet wrote: > who want to solve it im trying download my own them but a i cant. > > the link to custom theme is down: > > > > http://jqueryui.com/themeroller#ffDefault=Segoe+UI%2C+Arial%2C+s

Re: [jquery-ui] Re: Problem Downloading a Custom Theme (no css folder included)

2009-10-30 Thread Richard D. Worth
Ok, fixed that. I was just able to download a custom theme. Please give it another try. - Richard On Fri, Oct 30, 2009 at 9:34 AM, Richard D. Worth wrote: > Thanks for the update. We'll take another look. > > - Richard > > > On Fri, Oct 30, 2009 at 8:55 AM, Blacknet wrote: > >> The download cus

Re: [jquery-ui] Re: Problem Downloading a Custom Theme (no css folder included)

2009-10-30 Thread Richard D. Worth
Thanks for the update. We'll take another look. - Richard On Fri, Oct 30, 2009 at 8:55 AM, Blacknet wrote: > The download custom theme now dont work fine. Only download > predesigned themes. :(. > > On 30 oct, 12:19, "Richard D. Worth" wrote: > > Sorry for the inconvenience. It's fixed. Please

[jquery-ui] Jquery Confirm Box

2009-10-30 Thread Garg, Vijay
Hello, I want to change JavaScript Confirm () with Jquery so that I can apply some style sheets there. It should behave same as JavaScript where I can get user response and execute code based on user response. Has anyone have any idea about this. Thanks VIJAY GARG This e-mail, including any atta

[jquery-ui] Re: Problem Downloading a Custom Theme (no css folder included)

2009-10-30 Thread Blacknet
The download custom theme now dont work fine. Only download predesigned themes. :(. On 30 oct, 12:19, "Richard D. Worth" wrote: > Sorry for the inconvenience. It's fixed. Please give it another go, and let > us know if you have any other problems. Thanks. > > - Richard > > On Thu, Oct 29, 2009 at

[jquery-ui] THEME GENERATOR DOWNLOAD DONT WORK IN WEB

2009-10-30 Thread Blacknet
who want to solve it im trying download my own them but a i cant. the link to custom theme is down: http://jqueryui.com/themeroller#ffDefault=Segoe+UI%2C+Arial%2C+sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=33&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=

[jquery-ui] Re: datepicker is not a function

2009-10-30 Thread Steven Black
The datePicker() function is attached to $("#rangeDatepicker"), the outer-container, not the div containing the day numeral or whatever is clicked in the pop-up calendar dialog. You could declare a var that remains in-scope and embodies the container. For example var $rangeDatePicker= $("#rang

[jquery-ui] Re: Only apply themeroller to some elements

2009-10-30 Thread Steven Black
Themeroller uses CSS classes to style individual elements. Depending on the plugin, the CSS classes may be used to manage behavior too, so no guarantees, OK? Consider removing classes after the UI-elements are rendered. Here the vanilla-selector isolates the items you want plain-jane, unthemed.

[jquery-ui] Re: JQuery Accordian Problem

2009-10-30 Thread Steven Black
I think this *should* be made much easier and more explicit. Until that happens, this works for me: var nIndex=$("#accordion h3").index($("#accordion h3.ui-state- active")); On Oct 29, 9:38 pm, Eloid wrote: > hi all. Sorry, my english is not good as such. > I'm using JQuery 1.3.2 and JQuery u

[jquery-ui] animate transparency (opacity) in IE8

2009-10-30 Thread jeanluca
Hi All I want to change the opacity of a 'div' from its initial opacity/state to an other using jQuery's animate function. Here is my test html file $(document).ready(function(){ $("#xyz").animate({ opacity: '1'}, 5000) ; }); .lessvisible { -ms-filter: "progid:

[jquery-ui] dynamically adding a datepicker to an element BEFORE it is attached to the DOM

2009-10-30 Thread shawn
Hi there, I am trying to add a datepicker to an element that is not yet attached to the DOM. is this possible? The #datepicker is a text box that is not yet added to the DOM... $("#datepicker").datepicker({ width: 80, buttonImage: '/images/

Re: [jquery-ui] Problem Downloading a Custom Theme (no css folder included)

2009-10-30 Thread Richard D. Worth
Sorry for the inconvenience. It's fixed. Please give it another go, and let us know if you have any other problems. Thanks. - Richard On Thu, Oct 29, 2009 at 8:56 AM, Bobby < robert.vaughanjo...@asapventures.co.uk> wrote: > Hi > > I want to create my own custom theme using theme roller, which i

Re: [jquery-ui] Re: Theme roller download

2009-10-30 Thread Richard D. Worth
Sorry for the inconvenience. It's fixed, and we put a mechanism in place to prevent the issue in the future. Thanks. - Richard On Thu, Oct 29, 2009 at 2:19 PM, freetetras wrote: > Same issue here. A fix is in order asap! > > -- > > You received this message because you are subscribed to the Go

Re: [jquery-ui] Custom UI download trouble

2009-10-30 Thread Richard D. Worth
Sorry for the inconvenience. It's fixed. Thanks. - Richard On Thu, Oct 29, 2009 at 2:56 PM, JasonBrodie wrote: > Hello, when trying to download a new Custom UI design, I don't get > working css. Usually I see a custom css file like: > jquery-ui-1.7.2.custom.css > > Whereas now I get a ui.base.c

Re: [jquery-ui] ThemeRoller Bug?

2009-10-30 Thread Richard D. Worth
Sorry for the inconvenience. It's fixed. Please give it another shot, and let us know if you have any other problems. Thanks. - Richard On Thu, Oct 29, 2009 at 6:30 PM, RaspenJho wrote: > Why can't I download the theme I created? I've tried several times, > and each time I open the ZIP file, i

Re: [jquery-ui] Re: Can't download theme roller css

2009-10-30 Thread Richard D. Worth
Sorry for the inconvenience. It's fixed, and we put a mechanism in place to prevent the issue in the future. Thanks. - Richard On Thu, Oct 29, 2009 at 11:15 PM, BigAB wrote: > Me too. > > Was there an update recently? > > On Oct 28, 8:05 am, Aikeru wrote: > > I've tried with IE 8 and the lates

[jquery-ui] Only apply themeroller to some elements

2009-10-30 Thread Gordon
I would like to use themeroller for designing stuff that's supposed to be part of the user interface of a web app, but there are some items I don't want styled by themeroller and use their own styles instead. For example, I don't want tabs or accordions to get themeroller styled. At the moment, I