Questions tagged [loaded]

139 questions
1
vote
3 answers

How can I determine which libraries are loaded/needed?

I developing webservice application with IntelliJ IDEA, using Apache CXF, Spring, Hibernate and some more. All these framework are ship with a lot of libraries, but I do not use all of them. At the moment I waste a lot of time to determine which jar…
Alex
  • 4,033
  • 9
  • 37
  • 52
1
vote
1 answer

Emberjs: access application controller from within App.ready

I want to set a property of ApplicationController from within App.ready. But I don't see how this can be done from within this function App.ready = function() { this.controller.set("isLoaded", true) ; } Is something like this possible ? CHeers
Jeanluca Scaljeri
  • 26,343
  • 56
  • 205
  • 333
1
vote
1 answer

Wordpress: Load page content into custom template/theme

I have created a custom theme from the scratch using Starkster to get a static wordpress version without posts/comments. Also, I added six pages in Wordpress with some words for content. So, the design is working up to now, but I just can not get…
vega
  • 127
  • 3
  • 12
1
vote
1 answer

ASP List-view inside a User-control. How to fire a javascript after the User-control has fully loaded?

I am using 2 Usercontrols: Search.ascx Results.ascx They are ajaxfied using Telerik in that Search updates the Results control. My actual problem is i want to implement DataTables for the generated table inside the Results control. How can i call…
HerbalMart
  • 1,669
  • 3
  • 27
  • 50
1
vote
2 answers

C# SendKeys Wait for Program to Load before sending

So long story short, I am trying to automate some things when my computer boots up. I thought I'd write an C# console application to do this and then add it to a schedule task in windows to be executed on bootup. My problem is with one program, it…
akagixxer
  • 1,767
  • 3
  • 21
  • 35
1
vote
1 answer

Execute JavaScript code in an iframe after the iframe is loaded?

I want to be able to execute code inside someones else's page. Here is an example for easy understanding: Lets say I want to change the color of some iframe page after it is loaded: document.body.style.backgroundColor = "#AAAAAA"; …
0
votes
1 answer

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 $(document).ready method again? like…
Pascal Ganaye
  • 1,174
  • 12
  • 28
0
votes
2 answers

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:
user624385
  • 363
  • 1
  • 6
  • 14
0
votes
1 answer

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 now: loadMovieNum("player.swf",5); delay =…
Itamar Marom
  • 525
  • 8
  • 21
0
votes
1 answer

How to stop loading spinner in angular 11

I have added loading spinner in my app. and I want to stop it when PDF is display. I have added code to stop loading but it's not workable. how to solve this issue. pdf.component.html
Mishti
  • 1
  • 4
0
votes
0 answers

Electron - is it possible to make application loaded from internet

I know that it is not the case for Electron is made but if there is a possibility to load for e.g. an angular app (PWA) which is hosted on the Internet to the electron? The effect I want to reach is loading application when Electron is starting up -…
0
votes
0 answers

Hive unpartitioned table didn't get loaded with data

I dropped and recreated existing hive table which is not partitioned through spark job. when I ran the job first time after dropping, it didn't get loaded with data. Then I re ran the same job again with out making any changes now it is showing…
Bindu
  • 11
  • 1
  • 3
0
votes
0 answers

Is there a browser extension that logs every changes to the HTML?

I use the internet archive to save tweets, not just because some are my favorite, but this is a concern of what happens to tweets posted by an account that hasn't been logged in for 6 months. If you have goodtwitter and linkgopher, you can obtain…
AAsomb113
  • 61
  • 5
0
votes
1 answer

Column loaded event to set margin of children

I'm trying to dynamically set the margin of a textblock so that it's placed in the center of its parent column after said column has loaded but I'm getting the error Method name expected when I call my SetManga method. public void…
HyperPXLZ
  • 15
  • 5
0
votes
1 answer

How to make a XAML-only animation of a ScaleTransform (render transform) work via an EventTrigger on event Loaded?

I have an UserControl with RenderTransform set to a ScaleTransform. I try to animate its ScaleX and ScaleY properties in a Storyboard inside an EventTrigger with RoutedEvent=Loaded, but the animation does not take place. I have tried changing the…
silviubogan
  • 3,343
  • 3
  • 31
  • 57