an alternative to progressbar? - loading

could anybody knows any alternatives to progressbar?
Inmy project im using progressbar..I would like to change it to something like a rotating gif image which indicates the processing or someother labels which prevents the user from interacting to the program.I tried to implement the gif image by using background worker but its hanging may be coz of huge file transfer process..
So im searching for someother alternative like a label which will disable the content and prevent the user to interact with the program.
Could anybody help me on this?

You can use a Circular Progress Bar

Related

Can I set a button in google sheets to alter the image url

This feels like it should be dead simple but I've not tried anything like this in google sheets before.
I have an image on a sheet but I want it to change to another image (either via altering the image url, or just hiding one and showing another etc) either via clicking the images themselves or just via a button but have no idea where to start with this and all my googling has ironically, turned up absolutely nothing.
Any help or pointers to useful sources would be greatly appreciated!
insert checkbox:
try:
=IF(A1; IMAGE("https://i.stack.imgur.com/futhU.png");
IMAGE("https://i.stack.imgur.com/JKel8.png"))
or:
=IMAGE("https://i.stack.imgur.com/"&IF(A1; "futhU"; "JKel8")&".png")

Display STL file web

I'm working on a web application, using laravel, and I have to display stl files within a slider. So far I have been using png pictures to build the rest and deal with the 3d part later. But later has come, eventually.
For now, the user uploads its png/jpeg file and it goes straight to my 'public/storage/images/' folder. Then it is displayed within the slider, on another view.
I now need to replace those basic pictures with stl file and I am not sure on how to do that.
I wanted to use Three.js but my manager would like something easier (no need to use parameters), like a basic viewer, since there's no need to interact with the obj, yet.
Having to deal with 3D is new to me so I am a little bit confused on how to approach it.
Any help greatly appreciated.

How can I use QTextEdit with remote images?

I'm trying to implement a simple text editor that among other things should be able to show images available through http in a html formatted text - img tags.
However, I don't really know how to go about implementing this and don't even know if that is supported in the first place.
Does QTextEdit support remote images?
If so, how could I implement that?

PHP and Javascript image editing?

I'm looking for a site with a robust API or something I can house on my own server to do some image editing. Yes, I know about Pixlr and Photoshop.com, to name 2, but the API features I'm looking for go beyond that.
I am looking to take an image and add another image to it, with transparency. I also want to be able to add text to the image. The additional image need
Any suggestions will help.
Thanks.
http://www.pixastic.com/lib/
Try this javascript library it works very nice :)

How to override WebKit's PDFViewSavePDFToDownloadFolder?

I have an application that includes a WebView, which automatically displays PDFs in WebKits WebPDFView. When the user hovers above the lower portion of the document, an overlay appears that enables zooming, opening in Finder and saving the PDF in the download folder.
I would like to implement the latter, but I have no idea how to go about it, except that I need to implement PDFViewSavePDFToDownloadFolder. However, where do I implement it? I'd appreciate any pointers.
If you want to monkey patch Apple's built-in PDF viewer, you can't unless you want to use a code injection hack that is guaranteed to break. If you want to implement your own PDF viewer, then you build a WebKit plugin.

Resources