問題タブ [callisto]
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.
c# - Why is my flyout crashing when I try to create a StackPanel with two child elements and assign that to a Flyout?
I'm trying to invoke a Callisto Flyout when right-tapping on a grid in a GridView (the ultimate goal is to allow the user to change a value and store that in an ApplicationDataContainer). I first tried it with a sample that creates a menu that I found online -- that works, but I don't want a menu.So I tried changing it up from a menu to a StackPanel with a TextBlock and a TextBox on it. This code, though:
...crashes and takes me to this line in App.g.i.cs:
BTW, I may eventually move this code from the RightTapped event to be in its presumably "proper" place in the Charms Settings, but I reckon this problem needs to be solved in either case.
UPDATE
I tried to go a different route with this by moving the flyout from "in place" to the Windows 8 Settings panel:
However, the same thing happens - I can get to the call to SetAndSaveSectionNames() just fine by right-clicking one of the grids in my GridView (ItemView_RightTapped), and then selecting one of
the "Change the name of Section N" TextBlocks or whatever they are on the Settings panel, but then: crasho!
If a fella wants to have dozens of settings in the Settings panel, how will that work - it seems there's not room for much more than the six I added - will it sprout a ViewBox or ScrollBox or something at some point to accommodate this?
xaml - Callisto WinRT ツールキットからカスタム ダイアログを表示するには?
私の質問はまさにそのようなものです。Callisto ツールキットから CustomDialog コントロールを表示するにはどうすればよいですか? 私は次のxamlを持っています:
それは表示されず、トリガーするためのメソッドも表示されません。
c#-4.0 - Metro App Callisto フレームワークは CustomDialog を拡張します - TitleBackground を追加します
プロパティを追加するために、メトロアプリフレームワークCustomDialog
からコントロールを拡張する方法を知っている人はいますか?Callisto
TitleBackground
Background
効果的に、 が表示される行のに色を付けたいと思いTitle
ます。
windows-8 - 画像付きのコントロールに Callisto の Tilt を使用しているときに、画像の点滅を削除するにはどうすればよいですか?
Windows 8 C# アプリで、画像を含むコントロールがあり、Callisto からチルトを適用すると、このコントロールが初めてクリックされると、画像が点滅します。特にカスタムの「画像ボタン」で使用する場合は非常に厄介です。
では、画像を点滅させずにこのコントロールを傾斜可能にする方法はありますか?
この問題を再現するには、これを新しい Windows 8 C# SplitApp プロジェクトに追加し、Callisto NuGet パッケージを追加して、既定の GridView と SpliView にコメントを付けます。
windows-8 - VB での Callisto 設定フライアウトのサンプル
VB で Callisto 設定フライアウトを追加するためのサンプルはありますか? CS にはいくつかのサンプルがありますが、VB モードではそれらを理解できないようです。トグル スイッチを 1 つ追加して、アプリが参照できるように保存します。VB と XAML を使用しています。
c# - チャームを設定する代わりにボタンを使用して設定フライアウトを表示する方法
を使用しCallisto
て設定チャームを追加するコードを書きました。
その下に次のものを添付します。
AppBar
また、チャームを設定して開くのと同じ設定フライアウトを開くボタンを作成する方法がわかりません。私の質問は次のとおりです。はい、一種のヒントが必要な場合、それを作成することは可能ですか。