|
My company is using Hyperion Intelligence 8.3. The IT department says that, with the Hyperion Scheduler, you can't write JavaScript to fire with the "OnStartup" event and automatically place an Excel spreadsheet on the network. Is this true?
Started by Tod Santee on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at ittoolbox):
|
|
On Sun, 15 Nov 2009 19:52:41 +0100, Birgit Jakob <Sonntagskind01@web.de
So sah und sieht mein OnStartup aus:
| program OnStartup;
| Uses Forms, Extctrls, TextFile;
| {$I Basis_Modul_Include}
| procedure OnStartup;
|
| begin
| ADo('GetNewHeadersInSubscribedGroups...
Started by Birgit Jakob on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
--
und tschüss | Die http://grosse-40td-faq.de - hier werden ... .
Die markierte Zeile gehört weg.
On Sun, 15 Nov 2009 19:55:25 +0100, Dietmar Vollmeier <newsgroup.nospam@gmx.net
Servus Birgit!
*Birgit Jakob* schrieb am 15.11.2009 um 19:52 Uhr.. .
|
|
On Sun, 1 Mar 2009 16:27:56 +0100, Wolfgang Bauer <aon.913314759@aon.at
Servus.
Wenn ich das richtig verstehe sollte doch in dem Intervall der in -
program OnStartup;
procedure OnStartup;
begin
timer1.interval:=60000*1; //Intervalllänge in ...
Started by Wolfgang Bauer on
, 9 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
Code
-
program OnStartup;
uses textfile, Forms, StdCtrls;
{$I VistaReg_include}
{$I Basis....
--
Das unvermeidliche Ergebnis von verbesserten und erweiterten
Mitteilungen zwischen, OnStartUp und OnTimer1 sind compiliert.
OnStartUp.
|
Ask your Facebook Friends
|
I have been approached by someone, who I'll call "Big Executive", who is recruiting a small number of people for a Startup. My particular role would be 1 of a few to develop a software system. I've done some research (re: Googling) on the said individual...
Started by Dan McG on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's the same system as SO but for questions.
You could try asking this on onStartUps website .
|
|
I am trying to modify App.cs and load the WPF XAML files from code behind but its not working as it should.
No matter whatever I try to set as StartupUri it doesnt start, the program quits after this.
public partial class App : Application { protected...
Started by Akash Kava on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In the XAML
<.
Instead of overriding the OnStartup() method, hook into the event instead.
|
|
Background: I'm creating a WPF app using MVVM, and using a DI container to build my ViewModels
My App.xaml looks like this:
<Application x:Class="WpfApp.App" ...xmlns etc... StartupUri="MainWindow.xaml"> <Application.Resources> <app:ServiceLocator...
Started by Orion Edwards on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
OnStartup, try using an event instead:
<Application x:Class="My.App" xmlns="..." Startup="Application.
|
|
Bookmarks appearing in wrong Scripts Hi! I added a few bookmarks to my Global Functions but now bookmarks appear on other scripts like OnStartup.
Started by Bl4ckSh33p on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at indigorose):
Darryl
Indigo Rose Corporation
Product....
Are you able to replicate this problem in a new project? If so, could you please outline the steps we could use to replicate the problem on our end?
Thanks .
I haven't been able to replicate this problem in 8.0.2.0 .
|
|
I have done a WPF appliction using VS 2008 SP1 in Windows XP SP3. I copy the exe and dlls to my Windows 7 RC build 7100 machine. But the exe is not working. When I doubleclick on the exe, a message comes like 'Application stop working. windows is gathering...
Started by Sauron on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Make sure that....
There is no concurrent versioning of those DLL's like there is with .NET assemblies .
Given that you are importing kernel32.dll, powerprof.dll, advapi32.dll, and user32.dll, my first guess is that you are running into a DLL-Hell problem .
|
|
Always annoyed me how C# wants to do the startup for you. So now I am trying to make my own main method. It's not working:
I have provided this main method:
[System.STAThreadAttribute()] [System.Diagnostics.DebuggerNonUserCodeAttribute()] public static...
Started by bobjink on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
MyApp.Startup.
(...); myApp.Run(); Do the Show in the Startup event or OnStartup override e.g.
|
|
Stuck:/ get RoomID of scripted object
I'm stuck with this really stoopit little problem:
I cloned a sign-object and successfully wired up my override code from some painting. My code fires properly, my interactions work etc.
Problem: The Object does ...
Started by Consort on
, 8 posts
by 2 people.
Answer Snippets (Read the full thread at modthesims):
I'm not done delay won't work for OnCreation....
GameObject has 52 On$Somethings.
OnStartup() fires when you grab the object in buy mode in OnStartup() and set the timer to one second or something.
Ooh I just found out what the matter is...
|