Answer the question
In order to leave comments, you need to log in
How to create progress bar like in Visual Studio Community installer?
How to create progress bar like in Visual Studio Community installer? When five circles on the left quickly jump out one at a time, when approaching the middle they slow down, and then fly away with acceleration to the right? It is desirable to do this in Delphi, but in principle it will work in any language (except xaml / wpf, I don’t digest / don’t understand it at all), the main thing is that the implementation is as simple as possible, but it looks the same.
Answer the question
In order to leave comments, you need to log in
For example like this:
SELECT product.id, product.name, characteristic.id, characteristic.value
FROM product_characteristic_link
LEFT JOIN product ON product_characteristic_link.product_id = product.id
LEFT JOIN characteristic ON product_characteristic_link.characteristic_id = characteristic.id
WHERE characteristic.value = 'white'
as simple as possible, but it looked the sameWrite to an animated GIF or to individual pictures. Show. In the examples there is a running person.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question