需要有关XNA消息框的帮助 [英] need help about XNA message box

查看:81
本文介绍了需要有关XNA消息框的帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发Windows Phone 8应用程序,我使用XNA框架显示警告 

i`m developing Windows Phone 8 application , i use XNA framework to display an alert 

    Guide.BeginShowMessageBox(AlertTitel,AlertMessage,

       ButtonNamesList,0,MessageBoxIcon.None,

        asyncResult =>

       {

      ;    int?returned = Guide.EndShowMessageBox(asyncResult);

         ClickResult =(returned.ToString() ); $
         CallBack(ClickResult,OKButtonActionFunctionHolder,CancelButtonActionFunctionHolder);



      },null);      

   Guide.BeginShowMessageBox(AlertTitel, AlertMessage,
            ButtonNamesList, 0, MessageBoxIcon.None,
            asyncResult =>
            {
                int? returned = Guide.EndShowMessageBox(asyncResult);
                ClickResult = (returned.ToString());
                CallBack(ClickResult, OKButtonActionFunctionHolder, CancelButtonActionFunctionHolder);

            }, null);      

我需要更改文本的流向,我该怎么办?

i need to change the flowdirection of the text, how could i do this ???




推荐答案

我认为不可能在MessageBox中更改文本流,我会很高兴,如果有人想出一个解决方案,无论如何!
I believe it's not possible to change the text flow within a MessageBox, I'd be glad if anyone would come out with a solution, anyway!


这篇关于需要有关XNA消息框的帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆