上一页 1 ··· 5 6 7 8 9
摘要: public function walkTree(tree:Tree, item:Object, startAtParent:Boolean = false):void{ // get the Tree's data descriptor var descriptor:ITreeDataDescriptor = tree.dataDescriptor; var cursor:IV... 阅读全文
posted @ 2007-03-02 10:24 fishert 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 先来看Flex调用JavaScript中的函数 阅读全文
posted @ 2007-03-02 10:21 fishert 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 来看JavaScript调用flex中的函数 阅读全文
posted @ 2007-03-02 10:12 fishert 阅读(806) 评论(1) 推荐(0) 编辑
摘要: Remoting Object一共有两个属性:source和stateful 阅读全文
posted @ 2007-03-02 10:07 fishert 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 1.使用ArrayCollection的FilterFunction来过滤数据2.ToggleButtonBar.dataProvider结合viewStack实现导航条效果3.Flex全屏:首先要安装flashplayer 9.0.28.0以上 然后中要加入allowFullScreen="true" Flex中只要stage.displayState=S... 阅读全文
posted @ 2007-03-02 10:06 fishert 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1.文件名 大写开头 Main.mxml 2.类名 大写打头 CustomEdit.as 3.控件 简写+名称 阅读全文
posted @ 2007-03-02 10:03 fishert 阅读(656) 评论(0) 推荐(0) 编辑
摘要: 比如 其中product是自定义的属性,select为自定义的事件 在ProductList.mxml中 阅读全文
posted @ 2007-03-02 10:01 fishert 阅读(2699) 评论(1) 推荐(0) 编辑
摘要: 一种水平的List,可用于展示图片,而 则是竖直的List,像表格式的List,自己确定列数 也会是常用到的那种,各种Bar与的结合可生成导航效果 选择日期 阅读全文
posted @ 2007-03-02 09:56 fishert 阅读(1550) 评论(0) 推荐(0) 编辑
摘要: 使用rs.next()提示"Unhandled exception type SQLException" 阅读全文
posted @ 2007-03-02 09:54 fishert 阅读(324) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9