Re: [jQuery] Interface: Draggable Ghost should only show the border

2007-01-23 Thread Stefan Petre
Hi,

I just released Interface 1.1.1 so you can download it.

About your select script: Paul showed your script to me, but I never got 
the chance to study it. Somehow it closed to Selectables.

Stefan



floepi wrote:
> Hi Stefan,
>
> did you already put the frameClass thingy in the dragables? I am really
> looking forward to it. 
>
> Cheers
>
> Phil
>
> PS: Did Paul send you the select script i am created? Would like to get some
> feedback on it. Was my first try. 
>
>
>   


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface: Draggable Ghost should only show the border

2007-01-22 Thread floepi

Hi Stefan,

did you already put the frameClass thingy in the dragables? I am really
looking forward to it. 

Cheers

Phil

PS: Did Paul send you the select script i am created? Would like to get some
feedback on it. Was my first try. 




Stefan Petre wrote:
> 
> floepi wrote:
>> Hi all,
>>
>> i was wondering how i can set my draggable options so that while dragging
>> a
>> copy of the element is made which shows only the border dimensions of
>> it's
>> parent element. 
>>
>> Gilles window plugin (http://gilles.jquery.com/window/) does that really
>> nicely. 
>>
>> My problem is, that the modal divs i want to drag around contain a lot of
>> data like forms and such. While dragging the browser update is really bad
>> and i get this stutter effect, which makes the overall feel quite bad. 
>>
>> Hope somebody can give me a hint. 
>>
>> Cheers
>>
>> Phil
>>
>>
>>   
> Hi Phill,
> 
> I change draggables so now you can drag only a frame by setting option 
> 'frameClass' with the name for the frame's class. This will be released 
> at the end of the week.
> 
> Stefan
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Interface%3A-Draggable-Ghost-should-only-show-the-border-tf3029309.html#a8486560
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface: Draggable Ghost should only show the border

2007-01-18 Thread Paul Bakaus
Hi Phil,

I'd love to see your select plugin in action (I have build something
similar for a client these days). Does is handle ctrl+click,
shift+click (ranges), shift+up / shift+down and additionaly an
activated state?

-Paul

2007/1/18, floepi <[EMAIL PROTECTED]>:
>
> Hi Stefan,
>
> that would be awesome ! Thanks very much. I have to admit - what you guys
> have created is absolutely awesome.
> I wrote a pretty cool select plugin. Give me a shout if you are interested
> to see how it works.
>
> Maybe we can even put it on the jQuery webiste.
>
> Take care
>
> Phil
>
>
>
> Stefan Petre wrote:
> >
> > floepi wrote:
> >> Hi all,
> >>
> >> i was wondering how i can set my draggable options so that while dragging
> >> a
> >> copy of the element is made which shows only the border dimensions of
> >> it's
> >> parent element.
> >>
> >> Gilles window plugin (http://gilles.jquery.com/window/) does that really
> >> nicely.
> >>
> >> My problem is, that the modal divs i want to drag around contain a lot of
> >> data like forms and such. While dragging the browser update is really bad
> >> and i get this stutter effect, which makes the overall feel quite bad.
> >>
> >> Hope somebody can give me a hint.
> >>
> >> Cheers
> >>
> >> Phil
> >>
> >>
> >>
> > Hi Phill,
> >
> > I change draggables so now you can drag only a frame by setting option
> > 'frameClass' with the name for the frame's class. This will be released
> > at the end of the week.
> >
> > Stefan
> >
> > ___
> > jQuery mailing list
> > discuss@jquery.com
> > http://jquery.com/discuss/
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/Interface%3A-Draggable-Ghost-should-only-show-the-border-tf3029309.html#a8427654
> Sent from the JQuery mailing list archive at Nabble.com.
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>


-- 
--
Paul Bakaus

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface: Draggable Ghost should only show the border

2007-01-18 Thread floepi

Hi Stefan,

that would be awesome ! Thanks very much. I have to admit - what you guys
have created is absolutely awesome. 
I wrote a pretty cool select plugin. Give me a shout if you are interested
to see how it works. 

Maybe we can even put it on the jQuery webiste. 

Take care

Phil



Stefan Petre wrote:
> 
> floepi wrote:
>> Hi all,
>>
>> i was wondering how i can set my draggable options so that while dragging
>> a
>> copy of the element is made which shows only the border dimensions of
>> it's
>> parent element. 
>>
>> Gilles window plugin (http://gilles.jquery.com/window/) does that really
>> nicely. 
>>
>> My problem is, that the modal divs i want to drag around contain a lot of
>> data like forms and such. While dragging the browser update is really bad
>> and i get this stutter effect, which makes the overall feel quite bad. 
>>
>> Hope somebody can give me a hint. 
>>
>> Cheers
>>
>> Phil
>>
>>
>>   
> Hi Phill,
> 
> I change draggables so now you can drag only a frame by setting option 
> 'frameClass' with the name for the frame's class. This will be released 
> at the end of the week.
> 
> Stefan
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Interface%3A-Draggable-Ghost-should-only-show-the-border-tf3029309.html#a8427654
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface: Draggable Ghost should only show the border

2007-01-17 Thread Webunity | Gilles van den Hoven
I have to update my window plugin some time.. All those nice jQuery 
releases make my life so much easier!

Thanx you guys for activly devving this!!

Stefan Petre wrote:
> floepi wrote:
>   
>> Hi all,
>>
>> i was wondering how i can set my draggable options so that while dragging a
>> copy of the element is made which shows only the border dimensions of it's
>> parent element. 
>>
>> Gilles window plugin (http://gilles.jquery.com/window/) does that really
>> nicely. 
>>
>> My problem is, that the modal divs i want to drag around contain a lot of
>> data like forms and such. While dragging the browser update is really bad
>> and i get this stutter effect, which makes the overall feel quite bad. 
>>
>> Hope somebody can give me a hint. 
>>
>> Cheers
>>
>> Phil
>>
>>
>>   
>> 
> Hi Phill,
>
> I change draggables so now you can drag only a frame by setting option 
> 'frameClass' with the name for the frame's class. This will be released 
> at the end of the week.
>
> Stefan
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>   


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface: Draggable Ghost should only show the border

2007-01-17 Thread Stefan Petre
floepi wrote:
> Hi all,
>
> i was wondering how i can set my draggable options so that while dragging a
> copy of the element is made which shows only the border dimensions of it's
> parent element. 
>
> Gilles window plugin (http://gilles.jquery.com/window/) does that really
> nicely. 
>
> My problem is, that the modal divs i want to drag around contain a lot of
> data like forms and such. While dragging the browser update is really bad
> and i get this stutter effect, which makes the overall feel quite bad. 
>
> Hope somebody can give me a hint. 
>
> Cheers
>
> Phil
>
>
>   
Hi Phill,

I change draggables so now you can drag only a frame by setting option 
'frameClass' with the name for the frame's class. This will be released 
at the end of the week.

Stefan

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Interface: Draggable Ghost should only show the border

2007-01-17 Thread floepi

Hi all,

i was wondering how i can set my draggable options so that while dragging a
copy of the element is made which shows only the border dimensions of it's
parent element. 

Gilles window plugin (http://gilles.jquery.com/window/) does that really
nicely. 

My problem is, that the modal divs i want to drag around contain a lot of
data like forms and such. While dragging the browser update is really bad
and i get this stutter effect, which makes the overall feel quite bad. 

Hope somebody can give me a hint. 

Cheers

Phil


-- 
View this message in context: 
http://www.nabble.com/Interface%3A-Draggable-Ghost-should-only-show-the-border-tf3029309.html#a8417085
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/