[Phpmyadmin-devel] Import progress bar

Michael Keck sfnet at michaelkeck.de
Sun Apr 11 19:14:50 CEST 2010


Am 11.04.2010 14:53, schrieb Philip Frank:
>
> I don't quite get it... Is the "upload progress bar" the same as the
> "import progress bar"?
> I'm willing to spend some time on porting mootools code to jQuery
> today, but wouldn't want get in the way of what Michael is working on.
> So, what exactly do these progress bars show?
>   
Philip,

my explained progressbar was an idea for uploading.
I've not done anything for the import progressbar.

If you want porting mootools code to jQuery please still go on.

One tip I've for you with jQuery UI Progressbar:
Update the progressbar with
    $('#your_element').progessbar("value", your_value + "%");
would make problems, cause this call would take to much time.
Please use this:
    $('#your_element .ui-progress-bar-vakue').css({ 'width' : your_value
+ '%' });
This sets the new width of the progressbar directly and is faster.

Michael

>>
>> ------------------------------------------------------------------------------
>> Download Intel® Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> Phpmyadmin-devel mailing list
>> Phpmyadmin-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
>>
>>
>>     
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Phpmyadmin-devel mailing list
> Phpmyadmin-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
>
>   

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 291 bytes
Desc: OpenPGP digital signature
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20100411/716e5cf0/attachment.sig>


More information about the Developers mailing list