Hi there,

there are a couple of things you have to change directly in the script, but
unfortunately
I can't help you much with that. The best idea is to have a look at the
rotate function in
the script, and figure out yourself.

Hope this helps a bit,
Paul

On Wed, Nov 19, 2008 at 3:14 AM, Raine <[EMAIL PROTECTED]> wrote:

> Hi Paul,
>
>
> 1. If I were to changed the total width of the carousel, which variables
> should I change? It looks like this is affected by both the settings in css
> and js?
> 2. If I want to change the max width of each image, where should I change?
>
> I tried to start at this line first:
> var inst = new $.ui.carousel($("div.demoflow")[0], { height: 200, width:
> 310 });
>
> But it looks like there are more than one place should be changed,
> otherwise the whole thing will look very weird.
>
> Thank you very much
>
> Regards
>
> Raine
>
>
> On Mon, Nov 17, 2008 at 4:49 AM, Paul Bakaus <[EMAIL PROTECTED]>wrote:
>
>> Hey there,
>>
>> weird, that should work fine. Hope you find out the issue!
>>
>> On Mon, Nov 17, 2008 at 8:43 AM, Raine <[EMAIL PROTECTED]> wrote:
>>
>>> I have been trying to use a slider instead of the 2 buttons, but it seems
>>> a bit harder than I thought.
>>>
>>> I'm trying to do something very simple first to see how things work, so I
>>> just tried to rotate right when the slider moves.It doesnt seem to stop
>>> though when I stop sliding though
>>>
>>>                 $('#example4').slider({
>>>                     steps: 10,
>>>                     range: true,
>>>                     slide: function(e,ui) {
>>>
>>>
>>>                         inst.rotate("right");
>>>
>>>                     }
>>>
>>>                 });
>>>
>>>
>>>  On Wed, Nov 12, 2008 at 2:10 PM, Raine <[EMAIL PROTECTED]> wrote:
>>>
>>>> Excellent, Thank you very much Paul.
>>>>
>>>> Regards
>>>>
>>>> Raine
>>>>
>>>>
>>>> On Wed, Nov 12, 2008 at 10:01 AM, Paul Bakaus <
>>>> [EMAIL PROTECTED]> wrote:
>>>>
>>>>> Hi there!
>>>>>
>>>>> This one is a custom effect called "UI Carousel", which I have
>>>>> implemented
>>>>> specifically for this demo page. Many people have asked about it, but
>>>>> it's not
>>>>> released yet as external plugin.
>>>>>
>>>>> However, feel free to grab the source of that page and use it - it's
>>>>> licensed
>>>>> under MIT/GPL, like jQuery UI.
>>>>>
>>>>> Cheers,
>>>>> Paul
>>>>>
>>>>> On Wed, Nov 12, 2008 at 4:53 PM, yellow1912 <[EMAIL PROTECTED]>wrote:
>>>>>
>>>>>>
>>>>>> http://ui.jquery.com/demos ?
>>>>>>
>>>>>> Looks very nice, pretty much like Mac descktop. Can anyone please tell
>>>>>> me the name of this effect? I love this plugin
>>>>>>
>>>>>> Thank you.
>>>>>>
>>>>>> Raine
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Paul Bakaus
>>>>> UI Architect
>>>>> --
>>>>> http://paulbakaus.com
>>>>> http://www.linkedin.com/in/paulbakaus
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> RubikIntegration
>>>> Think outside the Cube
>>>>
>>>
>>>
>>>
>>> --
>>> RubikIntegration
>>> Think outside the Cube
>>>
>>>
>>>
>>
>>
>> --
>> Paul Bakaus
>> UI Architect
>> --
>> http://paulbakaus.com
>> http://www.linkedin.com/in/paulbakaus
>>
>>
>>
>
>
> --
> RubikIntegration
> Think outside the Cube
>
> >
>


-- 
Paul Bakaus
UI Architect
--
http://paulbakaus.com
http://www.linkedin.com/in/paulbakaus

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to