黑莓许可屏幕协议与 Facebook 类似
我现在有一个“基本”许可协议屏幕,一个带有标题集和垂直字段的屏幕,其中包含文本字段、分隔符字段和 2 个按钮(接受或拒绝)。
许可证相当长,一路向下很烦人(除了暴风雨,这很容易),我想要一种弹出屏幕,显示许可证和底部的 2 个按钮。举个例子,与 Facebook 或 App World 应用程序的许可屏幕协议完全相同!
当您滚动文本时,速度会快得多,而且视觉效果也很棒。
谢谢你!
I have a "basic" license agreement screen for now, a Screen with a title set and vertical field containing a textfield, separatorfield and then 2 buttons (accept or decline).
The license is pretty long, it's annoying going all the way down (except with the storm it's pretty easy) and I want a kind of popup screen showing the license and the 2 buttons at the bottom. To give you an example, the exact SAME as the Facebook or App World application's license screen agreement!
When you scroll the text, it's going a lot faster and it's visualy great.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这应该正是您想要的。
This should be exactly what you want.
我使用带有富文本字段(RTF)的弹出屏幕(子类化)。您可以调整弹出屏幕的大小并更改文本的字体大小(即滚动得更快)。这种组合对我来说很有效。同意/不同意按钮可以位于 RTF 底部的右侧。
I use a popup screen (subclassed) with a richtextfield (RTF) on it. You can size the popupscreen and change the font size of the text (ie. scrolls faster). The combination does the trick for me. The agree/disagree buttons you can then have either right at the bottom underneath the RTF.
嗯,我现在意识到我没有登录做出原来的答案。哦,好吧,很高兴我能帮忙。我本想发表评论而不是回答,但我没有代表!所以,不客气@Dachmt。下周我将添加一个用于全局加密应用程序设置的类(例如“接受许可证”),以处理使用中的//TODO。
Hmmm, I realize now that I did not log in making that original answer. Oh well, Glad I could help. I'd have commented instead of answering, but I dont have rep! So, you're welcome @Dachmt. I'll be adding in a class for global encrypted application settings (Things like "license accepted") next week to deal with that //TODO in the usage.