OldHawk

菜地一块,欢迎拍砖
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Flex

关于Adobe Flex的使用心得
摘要:The following example shows how you can create a pop up TitleWindow container using the Flex PopUpButton control 阅读全文

posted @ 2008-04-15 13:49 OldHawk 阅读(1329) 评论(0) 推荐(0) 编辑

摘要:Random函数在flash里是非常有用的,可以生成基本的随机数,创建随机的移动,以及随机的颜色和其他更多的作用。,这个教程将解释如何做出这个例子以及如何利用Random函数产生其他不同的结果 阅读全文

posted @ 2008-03-14 10:45 OldHawk 阅读(3282) 评论(1) 推荐(0) 编辑

摘要: 好东西,不能独享,不过请低调一点 阅读全文

posted @ 2008-03-09 14:45 OldHawk 阅读(3637) 评论(44) 推荐(1) 编辑

摘要:我做的一个air的视频聊天工具,朋友之间只要知道对方发布的ID号,你就可以与对方进行视频聊天了。 阅读全文

posted @ 2008-03-07 17:52 OldHawk 阅读(959) 评论(2) 推荐(0) 编辑

摘要:WindowedApplication类有一个属性alwaysInFront,它表示此应用程序主界面是否一直置于其它应用程序前面(Always on Top),你可以这样使用它 阅读全文

posted @ 2008-03-07 10:04 OldHawk 阅读(1118) 评论(1) 推荐(0) 编辑

摘要:Adobe® AIR™ 是一个跨平台的运行时,可以使用现有的Web开发技能(Flash, Flex, HTML, JavaScript, Ajax)创建桌面富因特网应用程序。 AIR程序运行基于Adobe AIR Runtime,所以开发的程序在不同的操作系统表现是相同的,就像Java一样。 AIR 允许你使用最熟悉的开发环境,选取你最擅长的工具进行开发 阅读全文

posted @ 2008-03-05 12:58 OldHawk 阅读(5920) 评论(0) 推荐(0) 编辑

摘要:在网上找到的源码,是beta版的,但由于beta与正式版在类上有很大的区别,所以不能直接使用,我在flex3正式版下修改过了,没有bug 阅读全文

posted @ 2008-03-05 11:40 OldHawk 阅读(1146) 评论(0) 推荐(0) 编辑

摘要:由于最近工作比较忙,所以对FlexIRC暂时没有更新,但是我会抽出时间来完善它。接下来会完成如下功能 阅读全文

posted @ 2008-03-04 11:48 OldHawk 阅读(942) 评论(6) 推荐(0) 编辑

摘要:The following example shows how you can style a Flex Alert control using the static StyleManager.getStyleDeclaration() method, and the setStyle() method 阅读全文

posted @ 2008-03-04 11:32 OldHawk 阅读(543) 评论(0) 推荐(0) 编辑

摘要:这是adobe官方的flex3 style编辑工具,你可以通过此工具生成所有组件的样式表,然后应用到你的项目中去,所见即所得,推荐试用 阅读全文

posted @ 2008-03-04 11:24 OldHawk 阅读(816) 评论(0) 推荐(0) 编辑

摘要:The following example shows how you can create a simple Panel container with a nested ControlBar container in Flex using ActionScript 阅读全文

posted @ 2008-02-28 17:03 OldHawk 阅读(529) 评论(0) 推荐(0) 编辑

摘要:The following example shows how you can use a Tree control as a PopUpButton control’s pop up in Flex 阅读全文

posted @ 2008-02-28 17:00 OldHawk 阅读(767) 评论(0) 推荐(0) 编辑

摘要:The following example will show you how you can use a CheckBox control as a custom item renderer in a List control in Flex. I haven’t done a lot of testing yet, so if you have any tips/suggestions/improvements, please, share them in the comments 阅读全文

posted @ 2008-01-31 00:22 OldHawk 阅读(1444) 评论(0) 推荐(0) 编辑

摘要:FlexIRC 1.0 beta 此文章将记录FlexIRC从今天起的changes update。敬请关注。 2008-01-30   1, -new- 增加了视频缩放功能,自认为做的比较成功   2, -new- 新增对/j命令的支持,/j #频道名 可快速加入指定频道   3, -new- 系统支持多设备,不同的频道可以使用不同的设备进行发布 阅读全文

posted @ 2008-01-24 14:30 OldHawk 编辑

摘要:因为公司业务需要,最近研究了flex技术,特做了一直flex的IRC客户端,在这里你可以同时加入多个频道进行聊天,而且可同时与多人私聊,服务器为标准的UnrealIRCd+Anope Services,强大而稳定的即时通信系统,欢迎IRC爱好者及Flex技术开发者体验:http://www.flexirc.net/flexirc.html此系统会在使用过程中不断完善,并且会加入更多的新功能,如FM... 阅读全文

posted @ 2008-01-23 17:44 OldHawk 阅读(1427) 评论(6) 推荐(0) 编辑

摘要:在Flex2中,大家是否发现MenuBar的背景与边框是不能去掉的,其实这是因为MenuBar的缺省的backgroundSkin属性使用的是mx.skins.halo.MenuBarBackgroundSkin,不管您怎么设置,该skin都会绘制背景以及边框,所以我们不能去掉MenuBar的边框 阅读全文

posted @ 2008-01-22 11:21 OldHawk 阅读(2530) 评论(1) 推荐(0) 编辑

摘要:The following example shows you how you can prevent any item from being selected by adding an attribute (named “clickable”, but you could name it anything you wanted) and using E4X expressions to determine if the currently clicked item should be selectable or not 阅读全文

posted @ 2008-01-20 01:10 OldHawk 阅读(602) 评论(0) 推荐(0) 编辑

摘要:The following example shows you how you can align the labels in a PopUpButton control’s pop up menu in Flex by setting the popUpStyleName and textAlign styles 阅读全文

posted @ 2008-01-20 01:02 OldHawk 阅读(1114) 评论(0) 推荐(0) 编辑

摘要:The following example shows how you can change the background color and alpha of a PopUpButton control’s pop up menu in Flex by setting the popUpStyleName, backgroundAlpha, and backgroundColor styles. 阅读全文

posted @ 2008-01-20 00:57 OldHawk 阅读(729) 评论(0) 推荐(0) 编辑