問題タブ [splash-screen]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
853 参照

wpf - MilCore.dllのMilReleaseAPIに代わるものは何ですか?

こんにちは私は自分のアプリケーションをWindowsVistaからWindows7に移植しようとしています。私のWPFアプリケーションでは、WICコンポーネントを使用したスプラッシュ画面を表示しています。私はを使用していくつかのリソースを作成しています

IWICImagingFactory_CreateDecoderFromStream_Proxy IWICImagingFactory_CreateFormatConverter_Proxy CreateBitmapFlipRotator

そして、私が呼んでいるこれらのリソースを解放するために

MILRelease(void *不明)

Windows 7では、MilCore.dllはWindows 7から削除され、MILReleaseはmilcore.dllの一部です。使用できる代替APIは何ですか?

0 投票する
5 に答える
2194 参照

java - スプラッシュスクリーンの作成

netbeans や eclipse スプラッシュ スクリーンのようなスプラッシュ スクリーンを作成する方法。これについて私を助けてください

よろしく、

チャンドゥ

0 投票する
1 に答える
511 参照

c# - 閉じる前にスプラッシュ画面が上に移動します

C# では、スプラッシュ スクリーンに問題があります。閉じる時間になり、メインの Form1 が表示されると、Form1 の右上隅に移動します。その後、消えます。これまでにこれが発生したことはなく、修正するためのアイデアがほとんどなくなりました。スプラッシュ スクリーンが画面中央に消えて、開始 Form1 の上隅に移動しないようにします。コードは次のとおりです。

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~

より適切なコードのみを示す、より要約されたリスト:

スプラッシュのコード:

0 投票する
1 に答える
1986 参照

c# - wpfで実行時に画面解像度を設定する方法

wpfアプリケーションを正常に実行できるようにしましたが、別の画面解像度でアプリケーションを実行すると、xbapページに追加されたコントロール(つまりサイズ)が変更されます。だから私は現在の画面解像度を取得し、コントロールのサイズを変更できないようにしたい.誰でも私を助けてくれる.

前もって感謝します Radhe Govind

0 投票する
2 に答える
1248 参照

wpf - フォーム アプリケーションで WPF スタイルのスプラッシュ スクリーンを実現できますか?

Visual Studio 10 プロジェクトでリソースをいじっていたときに、「スプラッシュ スクリーン」と呼ばれるビルド アクションに出会い、WPF の優れたスプラッシュ スクリーン機能に関するこの記事を見つけました。

Windows フォームでスプラッシュ スクリーンを作成することに関するこの MSDN の記事を見つけましたが、それは別の種類のアプローチです。初期化中。

WinForms アプリでこの優れたタイプのスプラッシュ スクリーンを実現する方法はありますか?

0 投票する
3 に答える
777 参照

iphone - iphoneのスプラッシュスクリーン

アプリケーションにスプラッシュ スクリーンがあります。ただし、スプラッシュ画面は、アプリケーションが xcode から実行された場合にのみ表示され、シミュレーターから直接起動された場合には表示されません。

私を助けてください。

ありがとう。

0 投票する
2 に答える
414 参照

iphone - デバッグ モードではスプラッシュ スクリーンが表示されるが、リリースでは表示されない (iOS4)

私は iPhone 3GS、iOS4、xcode 3.2.3 を持っています。

Default.png をロードした後、アプリケーションの開始ビューとまったく同じように見える小さなスプラッシュ スクリーンを追加します。このスプラッシュ スクリーンは、デバッグ モードではアニメーション表示されますが、リリース モードではまったく表示されません (空白の画面が表示されます)。もちろん、サイズや名前など、画像に関する問題は除外されます。私はすべてのターゲットをきれいにしようとしましたが、うまくいきませんでした。また、トラブルシューティングのために、リリース構成をデバッグ構成とまったく同じようにしようとしました (コピーおよび最適化レベルでデバッグ シンボルを削除するなど)。

何か案は?

0 投票する
1 に答える
26428 参照

javascript - クリック時または10秒後にjqueryリダイレクト

「スプラッシュ」の ID を持つ div を持つ Web サイトにスパッシュ画面があります。div をフェードインさせようとしています。ユーザーが div をクリックすると、フェードアウトしてメインサイトにリダイレクトされます。ユーザーがクリックしないと、フェードアウトして 10 秒後にリダイレクトされます。

時限リダイレクトは機能していますが、クリック機能は機能していません。

どんな助けでも素晴らしいでしょう

0 投票する
1 に答える
597 参照

xcode - xcode のスパッシュ画面でロードするサウンドを追加する

アプリ プロジェクトのスプラッシュ スクリーンを設定しました。スプラッシュ スクリーンがロードされた直後にサウンド (mp3) を再生したいと考えています。私はxcodeを使用するのが初めてで、どのコードを入力する必要があるか/どこに入力する必要があるかについて誰かがアドバイスできるかどうか疑問に思いました..

どうもありがとう

0 投票する
2 に答える
618 参照

c# - Exception when using secondary UI message pump for a splash screen

I have encountered an odd issue with the way I am showing a splash form, that causes an InvalidAsynchronousStateException to be thrown.

First of all, here is the code for Main{} where I start the splash form:

I am using .NET2.0, with Win XP.

During some testing where the app was left running for may hours, I noticed that the number of exceptions would occasionally increase by one or two. (Numbers obtained by PerfMon, viewing '# of Exceps Thrown' counter.) These exceptions seem to be caught and swallowed by the runtime, because they do not ripple up and cause anything to go wrong in the app itself. At least nothing that I can determine anyway.

I have discovered that the exception is thrown when the UserPreferenceChanged event is fired by the system. Since finding this out, I can generate the exception at will by changing the background picture or screen saver, etc.

I am not explicitly subscribing to this event myself anywhere in code, but I understand (via the power of Google) that all top level controls and forms subscribe to this event automatically.

I still have not determined why this event is being fired in the first place, as it appears to happen while the app is running over night, but I guess that is another mystery to be solved.

Now, if I stop the splash form thread from running, the exception disappears. Run the thread, it comes back. So, it appears that something is not unsubscribing from the event, and this is causing the subsequent exception perhaps?

Interestingly, if I substitute my splash form with a default, out of the box Form, the problem still remains:

While this form is being displayed, any UserPreferenceChanged events do not cause any exceptions. As soon as the form is closed, and the thread exits, exceptions will be thrown.

Further research has lead me to this Microsoft article, that contains the following comment:

Common causes are a splash screens created on a secondary UI thread or any controls created on worker threads.

Hmm, guilty as charged by the looks of it. Note that my app is not freezing or doing anything untoward though.

At the moment, this is more of a curiosity than anything else, but I am conecerned that there may be some hidden nasties here waiting to bite in the future.

To me, it looks like the form or the message pump started by Application.Run is not cleaning up properly when it terminates.

Any thoughts?