Questions tagged [loaded]
139 questions
0
votes
1 answer
how to apply jquery on the content of html which is loaded in another page?
i have two pages index.html and header.html
index.html
header.html
content 1

Ravi Soni
- 953
- 1
- 7
- 17
0
votes
1 answer
Loaded PHP file cannot access parent file's classes
I have the index.php in the root folder, Homepage_top.php and Homepage_bottom in View Folder, and some PHP files classes in folder Model. Index.php includes Homepage_top.php and files from Model…

user3029081
- 15
- 5
0
votes
0 answers
WPF MouseMove event fires before Loaded
In my window, I have a UserControl that is dynamically created. I subscribe to two events of this UserControl: Loaded and MouseMove. In Loaded I create an AdornerLayer from UserControl, and in MouseMove I use this layer to add and remove particular…

Dmitry Arestov
- 1,427
- 12
- 24
0
votes
1 answer
Will shared library used within and outside JVM get loaded twice
I have a C++ application which makes calls to functions in a shared library.
The application also creates a JVM and calls some Java Code. The Java code might end up calling functions from the same shared library.
The question is will the shared…

Satya Prakash GS
- 3
- 2
0
votes
2 answers
How to get the position of loaded image - android
I'm trying to get the position of my loaded image so when I click it in my GridView it show me it in full screen.
The thing is I don't know how to get the position of my image from my Adapter !
I need to set the imageResurce ..…

boudi
- 682
- 1
- 8
- 19
0
votes
4 answers
Wait until AJAX is done before proceeding
I've looked some AJAX threads looking for my problem, but I didn't find a solution for my case. Here's the thing:
I have a page with user comments. Those comments are saved in a database and every time the user press a "Refresh" button there's a…

Alfall
- 11
- 2
0
votes
2 answers
What is the if statement for a frequency a number has shown up?
For example: If the number has been rolled 25% out of all the dice rolls, state (System.out.println("The dice might be loaded!")
import javax.swing.*;
class Dice
{
public static void main (String [] args)
{
int c =…

user3598334
- 11
- 6
0
votes
2 answers
Why loaded event of combobox do not save the list?
I have class say class A and i have cintialised a list (I am using HashSet) in the costructor so as to have its access throught out the program.
I Add the item in the list inside the Loaded event of comboBox. Ans i use that saved list after the…

user3735822
- 337
- 2
- 12
0
votes
1 answer
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 VM (build 1.6.0-b105, mixed mode) it runs…

user219051
- 71
- 1
- 4
0
votes
1 answer
How to check if the swf of Xcelsius embeded on html is fully loaded?
Ive created a swf file with Xcelsius. How can I check when it s is fully loaded?
I tried jquery
$(document).ready(function() {
alert("document ready occurred!");
});
$(window).load(function() {
alert("window load occurred!");
});
but…

Sebastián
- 232
- 2
- 11
0
votes
1 answer
Tabcontrol - Selection changed load/unload
This is a question of curiosity, I have no practical use for such expensive layouts.
I have the following Xaml

pastillman
- 1,104
- 2
- 16
- 27
0
votes
4 answers
onload to trigger a button click (WP7)
I need to trigger a application bar onclick method onload of the page. I have the following methods.
public MapPage()
{
InitializeComponent();
this.Loaded += MapPage_Loaded;
}
void…

NoobieNeedHelp
- 85
- 1
- 1
- 9
0
votes
1 answer
jQuery load into div then all links should be opened in that div + toggle function
I'm new to jQuery & stackoverflow.
I've been trying to fix this for 2 days now, googling around and can't really figure it out - So it's time to reach out.
I have a .main div for main content
I have a #sidebar for a menu.
On that menu i have a…
0
votes
0 answers
Fancybox 2 malfunction, or solved?
I use fancybox 2 to overlays, and after using fancybox 1 for a long time, there is a weird thing in v2.
In v1, if I loaded new html via ajax, with new fancybox link in it, I had to call fancybox again for the new link.
In v2, it seems that after new…

Tóth Attila
- 15
- 1
- 6
0
votes
3 answers
AJAX/PHP – callback after finished loading data
(Not sure if I missed an already similar answered question…)
On click of a button, I'm loading various images from a database via PHP/MySQL and appending it to the body (the actual images are of course not stored in the database, the correct…

Tobias
- 319
- 3
- 16