Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
2k views

how can you tell when an Android activity is finished loading?

I'm in the process of working on an automated test suite for our android app, and running into trouble waiting for activities to fully load. I can call getActivity, but just because it shows the ...
4
votes
1answer
26 views

Tell whether video is loaded or not in Javascript

So, I've been using a listener on document.getElementById("video").buffered.length to see if it's greater than 0 for when a video's loaded or not. This works for a very small video, and only in google ...
2
votes
1answer
52 views

Rails - Rake error: Library not loaded

I have read just about every post regarding rails errors looking for the solution to my issues and while I have resolved some, I come up with more. I upgraded to Snow Leopard and installed RVM and ...
2
votes
1answer
114 views

DataContext in Window_Loaded

I'm very new to WPF. I'm currently doing a code to detect joints coordinate using the Kinect SDK and displaying on a simple textbox in WPF. The code to detect joints are in a private void ...
2
votes
2answers
74 views

JQuery bind event when CSS background-image is fully loaded

I would like to trigger an event after a background-image is FULLY loaded. The image is made from a dynamic PHP script. $("#box").css("background-image","url(image.php)"); maybe I can try to get ...
2
votes
5answers
2k views

The xdebug extension is not loaded

I've got xdebug installed fine (showing up in phpinfo()) but I'm trying to get it to work with PHPUnit's code coverage functionality. It keeps telling me "The XDebug extension is not loaded". I've got ...
2
votes
1answer
334 views

DataContextChanged of a Tab in a TabControl is raised too early

I have a TabControl binding to some items. Underneath it is a Button where I can add items dynamically. On adding an item, the new item should become the active Tab (works fine with ...
2
votes
1answer
559 views

WPF ItemsControl - how to know when the items finished loading, so that I can focus the first one?

I have an ItemsControl in my View, that is bound to an ObservableCollection from ViewModel. The collection is filled, and afterwards an event from VM to view is raised (think search results and ...
2
votes
4answers
375 views

fade in all divs of a page. once the content of the divs is loaded

Sorry, Ill try simplify my question. Basically, when a user goes to a page...all the divs on the page and the content of the div fade in. Once loaded. I was thinking maybe something like: ...
1
vote
2answers
95 views

have colorbox working before page finished loading

i have the following piece of code in the page HEAD: <script type="text/javascript"> $(document).ready(function(){ ...
1
vote
6answers
115 views

How can I call a function after an element has been created in jquery?

I want to call a function after an element has been created. Is there a way to do this? Example: $("#myElement").ready(function() { // call the function after the element has been loaded here ...
1
vote
4answers
663 views

jQuery check if image is loaded

I need help with the following code which doesn't work: var timeoutID=0; var currentImage=0;//first image is position 0 in arrImages array var arrImages=[bla bla bla array of image URLs]; function ...
1
vote
1answer
573 views

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 ...
1
vote
1answer
865 views

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 ...
1
vote
3answers
565 views

Where to put jQuery actions for extern loaded pages by UI tabs

I'm wondering where i should define my jQuerie actions for extern loaded pages by UI tabs. So for example, i've got an index.html page including 3 tabs. Onclick each tab wil load extern1.html, ...
0
votes
0answers
43 views

Extern loaded Flash redirect with getURL

I got some strange problems with Macromedia Flash 8 and Actionscript 2. I'm having a .swf-File loaded from an external IP (http://123.123.123.123) on a webpage with HTTPS. (https://foobar.com). So ...
0
votes
0answers
32 views

Validate a form loaded from ajax

so here's my problem. i have a html page with a simple form and some javascript (jquery) code to validate it, ok then. this page would looks like this: test.html <html> <head> ...
0
votes
1answer
241 views

Pause Nivo Slider

I'd like to pause the Nivo slider for 5 seconds before it runs but show the first image. So I'll need to add some code in the property afterLoad I believe. I've tried setTimout before running the ...
0
votes
0answers
40 views

EventToCommand fails for the initial GotFocus event

I begin to apply the Mvvm design pattern in my current project and the framework I used is Mvvm Light toolkit. Now I encoutered a problem when using the EventToCommand to handle "GotFocus" event. The ...
0
votes
2answers
93 views

Binding the Loaded event?

I am trying to display a login window once my MainWindow loads while sticking to the MVVM pattern. So I am trying to Bind my main windows Loaded event to an event in my viewmodel. Here is what I have ...
0
votes
1answer
28 views

jquery dynamically loaded tab with a script inside

JQuery UI let us have tabs loaded dynamically: http://jqueryui.com/demos/tabs/#ajax My question is: if the dynamically loaded tab needs scripts, how do I need to write them? Should I use a ...
0
votes
2answers
80 views

Hide Body until Content is Loaded — Works on IE, but not Safari?

Here's a weird one -- something that works great in IE, but not in Safari. Here's my code: <script type="text/javascript"> $(document).ready(function(){ $('body').css('display', 'block'); ...
0
votes
1answer
173 views

Accessing variables inside embedded swf? (AS2)

Right now I'm working on an AS2 code that needs to: Load another AS2 SWF. Display another MovieClip above the loaded SWF. Access variables inside the loaded SWF's MovieClip. Here is my code, for ...
0
votes
3answers
120 views

Dynamically loading image into div from client side - jQuery

I tried loading an web image, it works. But I want to load a client-side image. $("#lol").live("click", function() { $(".main").html('<img src="file:///D:/lol.jpg" />'); })
0
votes
3answers
129 views

jQuery: Changing the CSS on an element loaded with ajax?

I need to change the position of an element i'm loading with ajax. I want to use .css() to change it but jQuery can't find the element cause it's not being recognized. How do i do to make jQuery ...
0
votes
0answers
308 views

Reccurent “Failed loaded properties error” with Eclipse

I have been programming Android applications for a few months with no problem. But since I tried to import one of my project (working on both laptop and desktop computer) I got this error: "Failed to ...
0
votes
0answers
105 views

as3: Can't insert text in the textfield of external loaded swf

I have the next problem: I have many swf files that are loaded into the main app that is kind of preloader. Preloader always loads only one swf that is chosen by user. The problem is that some swf ...
0
votes
1answer
200 views

Jquery plugins won't work in dynamically loaded html

i got this code to dynamically load html BUT i got a problem cause my plugins work fine on index.html but when you change page it no longer works..anyone who can help me out? thnx $(function() { var ...
0
votes
2answers
151 views

Using AJAX to get a div from the loaded content

I have been researching for the last two hours, and have found nothing. Basically, I am using AJAX to load the page: "/API/images.vif" /API/images.vif's source: <div ...
0
votes
1answer
197 views

Image readystate in canvas

Is it possible to use imagename.readyState in canvas? If not does anyone know a way of detecting when an image being drawn to the canvas using "drawImage" has loaded and is ready to display? I am ...
0
votes
2answers
425 views

jquery cluetip breaks when loaded more than once

I am using the jQuery cluetip plugin in a portal environment where there can be more than one instance of a portlet on a portal page. Each portlet is its own app, so it really knows nothing about the ...
0
votes
0answers
467 views

Detect if images have loaded in a UIWebView?

I have a UIWebview that is loading an image. However I am trying to call a method when the image has completed loaded / rendered. I tried using UIWebViewDelgate and used, ...
0
votes
1answer
411 views

Linux org.GNOME.Accessibility.JavaBridge$AccessQueue throws java.lang.ClassNotFoundException after the class has been previously loaded

I am running java with an agent. When my application does not use GUI (swing) it runs fine under both JREs mentioned below. When it does use GUI (swing), when using JRE: HotSpot (TM) 64 Bits Server ...
0
votes
2answers
485 views

[WPF]ItemsControl not completely loaded @Loaded event

I have a propably simple problem, that i just can't seem to figure out: I've made an ItemsControl which has its datacontext set and shows the data as pairs of Checkboxes and TextBlocs: ...
0
votes
2answers
146 views

jquery access content loaded via ajax call

i'm trying to write a jquery plugin that when i click on a image to pop an alert message. Those images are loaded via load() method. Is there possible to load the plugin on document ready and the ...
0
votes
2answers
612 views

How know when a winform is loaded by Process.Start?

I'm in a WindowsForm (c# .net 3.5) and on click of a button launch another external application (also .net 3.5) using Process.Start() and understand when it is available after i have launched it. ...
0
votes
3answers
555 views

ListboxItem loaded multiple times

I have a trigger on a storyboard for my listboxitem where the trigger is 'Loaded'. It appears that every time the listbox scrolls the item gets the 'Loaded' event. I really only want the storyboard to ...
0
votes
2answers
306 views

Silverlight: Is there an event that fires on a FrameworkElement before it is rendered?

In our Silverlight 2 project we have created an attached property to perform on-the-fly translation to text properties of various user controls. To achieve this, we hook the Loaded event of the ...