11 2011 档案
摘要:package com.founder.tbm.components{ import org.osmf.layout.HorizontalAlign; import spark.components.Group; import spark.components.Label; import spark.components.SkinnableContainer; import spark.layouts.HorizontalLayout; public class ItemForm extends SkinnableContainer { public function ItemForm()..
阅读全文
摘要:第一种方法 传值方式http://host:port/index.jsp#UserID=111//获取传递参数var browser:IBrowserManager=BrowserManager.getInstance();browser.init();var param:Object=URLUtil.stringToObject(browser.fragment, "&");我用这种方式在3.2下读不到,但4.0的SDK下是没有问题的第二种方法http://host:port/index.jsp?UserID=111为了保持一致性(我们项目中),我做了兼容,也支持
阅读全文
摘要:Control 'XXXX' accessed from a thread other than the thread it was created on在FORM初始化的时候加入Control.CheckForIllegalCrossThreadCalls = false;另一种方法delegate void DataGridView_Delegate(IEnumerable<CaseInfo> list); /// <summary> /// 向DataGridView绑定数据 /// </summary> private void Da
阅读全文

浙公网安备 33010602011771号