P
P
pfemidi2018-12-11 16:52:45
MySQL
pfemidi, 2018-12-11 16:52:45

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

2 answer(s)
S
Stalker_RED, 2016-01-26
@Stalker_RED

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'

K
Konstantin Tsvetkov, 2018-12-11
@tsklab

as simple as possible, but it looked the same
Write 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 question

Ask a Question

731 491 924 answers to any question