Questions tagged [loaded]
139 questions
1
vote
2 answers
have colorbox working before page finished loading
i have the following piece of code in the page HEAD:
as a result,…

samoyed
- 881
- 4
- 13
- 25
1
vote
3 answers
ASP.Net Core MVC - Validation Summary not working with bootstrap tabs and dynamically loaded content
How do you get dynamically loaded tabs to work in ASP.Net Core MVC?
I have a simple Index.cshtml that uses bootstrap tabs to create two tabs from the a tags on the page. (To test out options, I first copied from…

Dev
- 31
- 5
1
vote
2 answers
At what point is a UIElement loaded?
I have the following code:

Harry Will
- 131
- 7
1
vote
1 answer
AS3 Loader keeps reloading same swf over and over
I have a flash animation made on the main timeline of the SWF with a couple of layers, some functions and some keyframe labels. For example, i have a movieclip of a star that come across the screen and then triggers a dispatchEvent for the main…

hell0.c0pter
- 30
- 5
1
vote
0 answers
How to find out If scene is fully rendered. (loaded all textures,etc)
I am doing project in Three.js and I have in scene maybe 300 objects, with 30 sprites, some of them put me in loading to console warning about image is not power of two and they are resizing (one img resize maybe 0.1 sec (aprox)). My scene is fully…

LiH
- 382
- 3
- 7
- 21
1
vote
3 answers
jQuery doesn't load in firefox
I've got a simple HTML file in which jQuery is included. In Safari it works but in Firefox it doesn't load. And when I use $ I get the following error message in firefox:
ReferenceError: $ is not defined

Sam
- 13
- 4
1
vote
1 answer
I want to replace one word from all page when website is loaded
In my website, there have many page and content.
Now I want to replace one word from all page when website is loaded.

Shapon Pal
- 1,098
- 3
- 16
- 27
1
vote
1 answer
Is canvas load event occurring after other events expected?
It's not clear to me what the order of events are when subscribing to events in xaml. I'm not sure why, but my canvas1_SizeChangedevent occurs first, and causes a null reference exception because image has not yet been initialized because the Loaded…

jsirr13
- 944
- 2
- 12
- 38
1
vote
0 answers
listen loaded event of each resource (all scripts, css, images, etc)
I am working to a page loaded percentage bar based on every single resource in the page loading: I mean monitoring every image, or script, css, etc and use its "loaded event" to increase the general page loaded percentage
I have readed in some…

neoDev
- 2,879
- 3
- 33
- 66
1
vote
1 answer
Play Store app page loaded listener
Is there a way to know when the Play Store app finished loading an app page?
I want to implement an animation drawn upon the screen(over the Play Store app) when it opened the link to my app and finished loading the page.
I did the animation over…

Alexandru Spasenie
- 43
- 2
- 5
1
vote
1 answer
How can I change a wpf Databound grid cell based on the cell value?
I'm relatively new to WPF, and am trying to change certain grid cells where the bound values are decimal zeros. The intent is to leave the cell blank where the cell has 0's. For example, if the TranDeposit column is zeros, I would like to change…

Romel Evans
- 69
- 10
1
vote
1 answer
Generating items in ListVIew
I need to generate a listview with data I have in an array
my XAML is:

Tal
- 337
- 2
- 8
- 21
1
vote
2 answers
XamlParseException when trying to bind subclass Loaded event handler
I am having these same problems in my Windows Phone Project:
XamlParseException when adding event handler in…

Francisco Aguilera
- 3,099
- 6
- 31
- 57
1
vote
1 answer
Lightbox not working after external loaded page with images
I have implemented lightbox-plugin for jQuery of krewenki in a masterpage including all images. This was working fine.
Till i put the images in a external page and load this external images page in the master document. Lightbox does not work…

Guido Lemmens 2
- 2,317
- 5
- 23
- 29
1
vote
3 answers
Where to put jQuery actions for extern loaded pages by UI tabs
I'm wondering where i should define my jQuery actions for externally loaded pages by UI tabs.
So for example, I've got an index.html page including 3 tabs. Onclick each tab will load extern1.html, extern2.html, extern3.html. These 3 external pages…

Guido Lemmens 2
- 2,317
- 5
- 23
- 29