[jquery-ui] Re: dialog size on ui1.6rc6

2009-02-12 Thread jack
With UI 1.6rc6, I found the problem is if we change the size of dialog before open it, the first time it will open not properly in size. After the first time, close and open again with the same size, it then displays properly. I mean without changing the size before open, it works properly. --~--

[jquery-ui] Re: possible bug with tabs and IE (might be UI-related)

2009-02-12 Thread Klaus Hartl
On 12 Feb., 23:50, Kanzie wrote: > Ok, update with the culprit line of code for blowing IE up. > It seems the span-tag with the icons in them is not handled gracefully > in IE. I took code from the documentation and only when I removed the > span-element with a image did I get the rendering to wo

[jquery-ui] Re: About JQuery Tab

2009-02-12 Thread Klaus Hartl
http://groups.google.com/group/jquery-ui/browse_thread/thread/dada998a4040acd3/ac5ed583f6c55939?lnk=gst&q=cleartype#ac5ed583f6c55939 On 13 Feb., 02:20, N3T wrote: > Hi, > > Recently I used JQuery Tab ver 1.5.3. The latest stable version. > > I am realizing that when switching to other tab with

[jquery-ui] Re: jQuery UI Accordion inside jQuery UI Tabs (monetary reward for help)

2009-02-12 Thread Klaus Hartl
http://docs.jquery.com/UI/Tabs#...my_slider.2C_Google_Map.2C_sIFR_etc._not_work_when_placed_in_a_hidden_.28inactive.29_tab.3F He, regarding the reward, why not donate something to jQuery? --Klaus On 13 Feb., 01:10, "stefan.sober...@gmail.com" wrote: > Hey guys, > > I'm completely new to java

[jquery-ui] Re: How to use selectable?

2009-02-12 Thread wangsuya
Hi Rechard I download jQuery UI files and selectable successed. here is treeTable's url http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/index.html#example-2 Thanks Wang Suya wangsuya のメッセージ: > Hi Richard > > Thank you for you return treeTable is a tree structure jQuery > Plugin.

[jquery-ui] Re: Dialog won't show after closed

2009-02-12 Thread mea
Thanks - the trick was to put everything inside $(document).ready() - script below works! I was testing this locally, and I had somehow assumed $(document).ready () would only be necessary given client/server lag. But, also, are .click()'s initialized on load or when clicked? If I take the .click

[jquery-ui] Re: UI Dialog

2009-02-12 Thread mea
Ah, I'm sorry - I had show() confused as a method! Makes sense, now. Thanks! On Feb 11, 11:35 pm, Bruno Alexandre wrote: > Hi Mea, > > show() is to telldialoghow to open, like > > .dialog({ show: slow }); > > open & close, affects it's visibility! > > full documentation:http://docs.jquery.com/UI

[jquery-ui] Re: Personalized downloads

2009-02-12 Thread CharlesTMunger
I am having the exact same problem. Jquery is working, the UI will not. Extremely frustrating - I have been debugging for hours trying to get tabs or dialogue working. I know it is loading the ui personalized .js file because I have modified it during the course of debugging to add document.wri

[jquery-ui] Re: How to use selectable?

2009-02-12 Thread wangsuya
Hi Richard Thank you for you return treeTable is a tree structure jQuery Plugin. I use jquery-1[1].3.1.min.js this is not include your mentioned js files? How can I get your metioned files? I totally new one about jQuery. Hope everyone help. Thanks again. Wang Suya Richard D. Worth のメッセ�恁�: >

[jquery-ui] Re: possible bug with tabs and IE (might be UI-related)

2009-02-12 Thread Kanzie
> IE just won't understand and sees it as an opening tag. Not a > reason to crash, but hey, IE is always good for a surprise. Thanks, that could very well be the explanation! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[jquery-ui] Re: Rounding any corner + Dialog breaks in IE7

2009-02-12 Thread Nikola
Right, I realized that a moment or two after changing it.. heh On Feb 12, 8:45 pm, mgl wrote: > I'm pretty sure you won't need to replace :visible anywhere else, as > that's what the change to jQuery.fn.is is supposed to fix..  Any time > you use ':visible' in a selector, it should be substitute

[jquery-ui] Re: How to use selectable?

2009-02-12 Thread Richard D. Worth
A few questions: 1. What is treeTable? 2. It doesn't look like you've included the jQuery UI Core or jQuery UI Selectable files (ui.core.js, ui.selectable.js). Is this a complete code sample? 3. What version of jQuery UI are you using? - Richard On Thu, Feb 12, 2009 at 8:01 PM, wangsuya wrote:

[jquery-ui] Re: buttons on dialog are in reverse order

2009-02-12 Thread Richard D. Worth
You can do a simple override after including the default theme .ui-dialog .ui-dialog-buttonpane button { float: left; } but the float: right in the default theme is by design. - Richard On Thu, Feb 12, 2009 at 8:48 PM, jack wrote: > > So, is that possible to change the default theme to {flo

[jquery-ui] Re: NEWS: jQuery UI 1.7 is the new 1.6

2009-02-12 Thread Richard D. Worth
On Thu, Feb 12, 2009 at 4:19 PM, Keith wrote: > > Thanks for the update. > > Looking toward the future... > > To avoid having books and and large numbers of developers dependent on > a release candidate in the future, maybe it would be wise to note > prominently that a jQuery release candidate is

[jquery-ui] Re: buttons on dialog are in reverse order

2009-02-12 Thread jack
So, is that possible to change the default theme to {float: left}. And it is the same as previous ver. Current default make lots of eq() coding have to change. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery U

[jquery-ui] How to use selectable?

2009-02-12 Thread wangsuya
Hi everyone I try to use selectable as bellow code. However it did not work who can tell me why? Thanks in advance. Wang Suya