首页 新闻 论坛 群组 Blog 文档 下载 读书 Tag 网摘 搜索 .NET Java 游戏 视频 人才 外包 数据库 第二书店 程序员

stickyman/ 


共193个网摘 [ 1  2  3  4  5  6 ... 7 ]  下一页  |  访问stickyman的个人空间

Fade from one color to anotherAnimating Color Transitions in Flex - Ntt.cc

stickyman收录,使用标签:Animate, AnimateColor, DHTML, Fade, flex,时间:2008-6-22 23:01:46 | 相关网摘我也收藏

We will need to fade our applications background color from one value to the next like 0xC58D31 to 0�87FEE9. Fading the background color of an element means that you gradually change that elements background color from one color to another. This effect is useful for many things especially when we update a web page without reloading it because it gives you a way to draw attention to the area of the web page that has been updated so the user doesnt miss it.It is not difficult for DHTML or JavaScript, but how to do it in Flex? The following shows how to make the background of your pages fade from one color to another in flex.


Flair–一个让你在线创建Flex/AIR应用程序的项目 - 全文检索博客

stickyman收录,使用标签:AIR, Flair, Flex,时间:2008-6-9 0:02:13 | 相关网摘我也收藏

Flair允许使用者创建自己的Web或者是桌面的Flex应用程序,也就是说,是在Flair运行中,直接在里面添加控件,自定义程序各种UI以及事件。相当不错的想法,Flair应该是刚刚被放出来没多久的项目,


利用Away3D快速创建Flex/Flash的3D应用的教程 - 全文检索博客

stickyman收录,使用标签:Away3D, Flash, flashmagazine, Flex,时间:2008-6-8 10:26:12 | 相关网摘我也收藏

3D总是给人很Cool的感觉,并且在越来越多的场合被使用到。比如很多公司产品的全方位演示(@see Show Your Products In 360 Degree View In Flex)。不过并不是所有的时候都需要自己动手一步一步的去实现,现在已经有非常多的开源3D引擎可以供我们免费使用(@see the list of Open Source realtime 3D engine for Flash)。利用这些3D引擎,可以让我们无需注意太多的细节,快速的开发出自己的3D应用。Away3D就是其中比较好用的引擎之一。


Flex中利用Ruby on Rails解决超大文件上传问题 - 全文检索博客

stickyman收录,使用标签:Flex, Ruby,时间:2008-6-7 23:48:27 | 相关网摘我也收藏

没有用猫上过网的人大概很难想象得出下载一个几百Kb文件或者发送所需要的那种等待,现在几MB的东西也很快就可以被发送出去……时间的车轮真得是滚动的很快,技术的进步也是一样。meK做了10年基于web的开发,清楚地了解超大文件传输时的种种问题,结合自己的经验,利用Ruby on Rails(


Flex中通过设置fontFamily和labelStyleName样式在HSlider控件中使用嵌入字体的例子 - 全文检索博客

stickyman收录,使用标签:Flex, fontFamily, HSlider, Slider, VSlider, 嵌入字体,时间:2008-6-7 13:09:02 | 相关网摘我也收藏

和前面的Flex中如何通过设置fontFamily样式在ComboBox控件中使用自定义嵌入字体的例子以及Flex中如何通过设置fontFamily样式在NumericStepper控件中使用嵌入字体的例子类似,接下来的例子演示了Flex中通过设置fontFamily和labelStyleName样式,在HSlider控件中使用嵌入字体。


Flex中如何通过设置fontFamily样式在ComboBox控件中使用自定义嵌入字体的例子 - 全文检索博客

stickyman收录,使用标签:ComboBox, Flex, fontFamily, fontWeight,时间:2008-6-5 23:16:59 | 相关网摘我也收藏

和前面Flex中如何通过设置fontFamily样式在NumericStepper控件中使用嵌入字体的例子类似的,接下来的例子演示了Flex中如何通过设置fontFamily样式,在ComboBox控件中使用自定义嵌入字体。Demo中仅仅是定义了粗体来表示嵌入字体,实际应用时大家可以添加自己的漂亮的字体。


Flex中如何通过prompt属性在ComboBox控件中添加一个提示项(prompt)的例子 - 全文检索博客

stickyman收录,使用标签:ComboBox, Flex, prompt, selectedIndex,时间:2008-6-5 23:15:52 | 相关网摘我也收藏

接下来的例子演示了Flex中如何通过prompt属性,在ComboBox控件中添加一个提示项(prompt)。例子中你可以通过点击“Reset ComboBox”按钮(将selectedIndex设为-1)来初始化ComboBox。


Flex中如何通过设定headerStyleName样式在Accordion控件中使用嵌入字体的例子 - 全文检索博客

stickyman收录,使用标签:Accordion, Flex, fontWeight, headerStyleName, 字体,时间:2008-6-5 23:14:47 | 相关网摘我也收藏

Accordion控件可以说是一个非常不错的东西,在很多场合可以为我们节省应用程序的空间。Accordion中使用自定义字体的话可以使我们的应用更加个性化。接下来的例子演示了Flex中如何通过设定headerStyleName样式,在Accordion控件中使用嵌入字体。


Flex中如何通过leading样式在一个text控件中设置文本铅框(text leading)的例子 - 全文检索博客

stickyman收录,使用标签:Flex, leading, Text, 文本铅框,时间:2008-6-5 23:13:19 | 相关网摘我也收藏

text控件其实也是Flex中非常常用的一个控件,前面的例子中有用到过,不过并没有专门做过说明。接下来的例子演示了在Flex中,如何通过设置leading样式,在一个text控件中设置文本铅框(text leading,也就是竖直方向的行距)。


Show Your Products In 360 Degree View In Flex - Ntt.cc

stickyman收录,使用标签:Canvas, flex, Sequence, TextArea,时间:2008-6-1 0:27:23 | 相关网摘我也收藏

Don’t you think it is so cool if show your products in 360 degree view on your website to your customer? In fact it is not difficult to realize after you read the following example. First you need prepair a serial images about your products in different views. The basic principle is by using SliderBar to control the image. Generally, you will meet the problem: how to avoid the image flickering when move the sliderbar?


作为一个Flash平台开发/设计者应该拥有的10本书 - 全文检索博客

stickyman收录,使用标签:ActionScript, Book, Flash, Flex,时间:2008-5-31 0:29:32 | 相关网摘我也收藏

Chad罗列了10本Flash平台开发/设计者应该要有的书,虽然都是英文书而且每一本书的价格折算成RMB的话也都不菲,不过好处就是都可以很方便的在亚马逊之类的站点上买到。记录一下,说不定什么时候我也会去买几本来充当“小说”看……


36款新鲜出炉的很酷的Flex/AS3组件,开发包和工具 - 全文检索博客

stickyman收录,使用标签:ActionScript, AS3, Flex,时间:2008-5-30 23:43:42 | 相关网摘我也收藏

在Ntt.cc上曾经发过一篇30 useful as3 open source projects和the list of AS2/AS3 Physics Engine(open source non-open source)列举过一些Flex,ActionScript 3相关的项目。时间的车轮总是滚滚向前……,各种各样的新的Flex/AS3开源项目,优秀的开发包,工具不断地涌现。Sean Moore Bio罗列了一份新的列表,列举了一些很不错的Flex/AS3组件,开发包和工具。很有意思的是这位仁兄居然配了一张蘑菇云的图片,大概是期待这种爆炸性的效果吧。


Flex中如何通过borderStyle和borderSides样式设置NumericStepper控件特定边框(上下左右边)的例子 - 全文检索博客

stickyman收录,使用标签:borderSides, borderStyle, Flex, NumericStepper,时间:2008-5-28 21:03:46 | 相关网摘我也收藏

接下来的例子演示了Flex中如何通过borderStyle和borderSides样式设置NumericStepper控件特定边框(上下左右边)。和前面Flex中如何通过borderThickness样式设置NumericStepper控件边框厚度的例子一样,只有在borderStyle被设置为“solid”的情况下,才支持borderSides样式。Demo中分别通过上下左右的CheckBox框设置相应边的显示。


Flex中通过borderColor样式设置NumericStepper控件边框颜色的例子 - 全文检索博客

stickyman收录,使用标签:borderColor, Flex, NumericStepper, themeColor, 边框颜色,时间:2008-5-27 23:33:07 | 相关网摘我也收藏

关于边框的颜色的设置,前面的例子Flex中如何设置进度条(ProgressBar)边框颜色的例子和Flex中如何改变TextInput输入框得到焦点时边框颜色的例子中都有提到,不过他们分别是通过设置borderColor和themeColor样式实现的。接下来的例子中和进度条的设置方法一样,演示了Flex中如何通过borderColor样式,设置NumericStepper控件边框颜色。


Flex中如何通过borderThickness样式设置NumericStepper控件边框厚度的例子 - 全文检索博客

stickyman收录,使用标签:borderStyle, borderThickness, Flex, NumericStepper, 边框厚度,时间:2008-5-27 23:32:01 | 相关网摘我也收藏

和前面Flex的滑标控件HSlider中如何通过tickThickness样式设置标尺厚度/宽度的例子类似的,接下来的例子中演示了Flex中如何通过borderThickness样式,设置NumericStepper控件边框厚度。需要额外注意的是,只有在borderStyle被设置为“solid”的情况下,才支持borderThickness样式。


Ruboss Framework:将Adobe Flex和AIR应用简单高效的与Ruby On Rails集成的开发框架 - 全文检索博客

stickyman收录,使用标签:Adobe, AIR, Flex, Framework, Python, Ruboss, Ruby, XML,时间:2008-5-27 9:15:15 | 相关网摘我也收藏

在前面的Python, Twisted以及Flex协同作业,我们提到了Python在执行效率上的快速以及高效,而实际上现在还有一种语言以惊人的速度被更多的人所喜爱,那就是Ruby。说穿了Ruby实际上是一个大杂烩,吸收了Perl、 Smalltalk、 Eiffel、 Ada 和 Lisp等各种语言中的精华部分。这是的Ruby看起来像生活一样简单–当然,这是针对使用者来说的。


Flex中通过backgroundColor和backgroundAlpha样式设置NumericStepper控件背景颜色和透明度的例子 - 全文检索博客

stickyman收录,使用标签:backgroundAlpha, backgroundColor, Flex, NumericStepper, 背景颜色, 透明度,时间:2008-5-27 9:14:54 | 相关网摘我也收藏

在前面的Flex中如何通过设置backgroundAlpha风格来设定VideoDisplay控件的背景透明度(background alpha)的例子和Flex中设置面板容器(Panel container)背景透明度的例子中,都演示了如何设置背景颜色以及透明度。接下来的例子演示了Flex中如何通过backgroundColor和backgroundAlpha样式,设置NumericStepper控件背景颜色和透明度。滑动游标调整透明度,从调色板中选择背景颜色。


Flex中通过focusAlpha样式设置NumericStepper控件获取光标时透明度的例子 - 全文检索博客

stickyman收录,使用标签:Flex, focusAlpha, focusManager, NumericStepper, setFocus,时间:2008-5-27 9:14:28 | 相关网摘我也收藏

接下来的例子演示了Flex中如何通过focusAlpha样式,设置NumericStepper控件获取光标时透明度。Demo中点击“click here to remove focus”按钮移除光标,上下按钮调整透明度。

让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):


Flex中如何通过disabledColor样式设置NumericStepper控件无效时文本颜色的例子 - 全文检索博客

stickyman收录,使用标签:disabledColor, enabled, Flex, NumericStepper,时间:2008-5-27 9:14:07 | 相关网摘我也收藏

在前面的Flex中如何设置TextArea控件中的无效(disabled)文本颜色的例子中,我们了解了Flex中如何通过设定TextArea控件的color和disabledColor样式,设定文本在有效,无效状态下的颜色。同样的,接下来的例子演示了Flex的NumericStepper控件中,如何通过disabledColor样式设置NumericStepper控件无效时文本颜色。


Flex中通过disabledIconColor样式设置NumericStepper控件图标(icon)无效时的颜色的例子 - 全文检索博客

stickyman收录,使用标签:disabledIconColor, enabled, Flex, icon, NumericStepper,时间:2008-5-27 9:13:46 | 相关网摘我也收藏

在前面的Flex中如何通过downArrowSkin和upArrowSkin样式设置NumericStepper控件的上下箭头Skin的例子中,我们曾经演示过Flex中如何通过downArrowSkin和upArrowSkin样式,设置NumericStepper控件的上下箭头的Skin。实际上NumericStepper控件还允许我们直接通过disabledIconColor样式设置NumericStepper控件图标(icon)无效时的颜色。


Using Debugger And Print To Debug Your ActionScript Under Linux - Ntt.cc

stickyman收录,使用标签:ActionScript, Adobe, debugger, flex, Linux, SDK,时间:2008-5-25 21:02:07 | 相关网摘我也收藏

In previous article Using Actionscript 3 to develop Adobe Flash Content On Linux(Chinese Version), we have tried to use Adobe Flex 3.0 SDK developed “hello actionscript 3″ under Linux successfully. Compared with Windows programmer, the debug for Linux programmer is more complex. Especially for these user only use the Adobe Flex 3.0 SDK, it is more difficult. But it doesn’t mean the weak function. On the contrary when you get used to Linux gdb (Flex 3.0 SDK fdg), you will find that it could following your own thinking to debugging program under Linux. Which different from the windows, you need to following the result of debugging program. Then, less nonsense. Let’s begin our travel of Debug under Linux immediately.


Flex中通过设置borderColor样式和.errorTip CSS分离器改变错误信息提示背景颜色(background color)的例子 - 全文检索博客

stickyman收录,使用标签:borderColor, errorColor, errorString, errorTip, Flex, 背景颜色,时间:2008-5-24 0:46:06 | 相关网摘我也收藏

在前面的Flex中如何通过errorString属性在CheckBox控件上设置一个错误信息显示字符串的例子中,我们了解了如何在Flex的CheckBox中设置一个Tip来显示提示/错误信息。接下来的例子中,演示了如何通过设置borderColor样式和.errorTip CSS分离器改变错误信息提示背景颜色(background color)。


Flex中如何通过errorString属性在CheckBox控件上设置一个错误信息显示字符串的例子 - 全文检索博客

stickyman收录,使用标签:CheckBox, errorString, Flex, 字符串,时间:2008-5-24 0:45:34 | 相关网摘我也收藏

注册邮箱或者论坛用户以及下载类似于JDK之类的开发包的时候,都会有一个协议确认画面,需要打勾了才可以下一步。下面的例子就演示了这一过程:打勾之前下一步无效,鼠标移动到CheckBox的时候会显示一条信息。该信息利用了Flex中CheckBox控件的errorString属性。


Using Actionscript 3 to develop Adobe Flash Content On Linux - Ntt.cc

stickyman收录,使用标签:ActionScript, Adobe, Flash, flex, VMware,时间:2008-5-19 0:09:50 | 相关网摘我也收藏

Because I installed Linux in my VMware and one of the feature of Adobe Flash is cross-platform, I tried to create the application which using Adobe FLEX 3.0 SDK to develop flex/flash under Linux. In fact it’s just a “hello actionscript 3″ instead “Hello,world!” known for every earthman. This article is not to introduce the skill of ActionScript 3, but how to use free Adobe FLEX 3.0 SDK development environment to build your flex/flash application under Linux. What you do is just following these steps, then you will see your Flash running under your Linux(Firefox). (Here is the Chinese Version of this tutorial posted on my Chinese blog)


Flex中如何利用mx:HTTPService标签读取文本文件中的name/value这样的一对数据并显示在DataGrid中的例子 - 全文检索博客

stickyman收录,使用标签:Flex, HTTPService, ResultEvent, resultFormat,时间:2008-5-18 11:10:02 | 相关网摘我也收藏

和前面的Flex中利用URLLoader和URLVariables类导入文件的例子中实现的功能其实一样,接下来的例子演示如何利用mx:HTTPService标签读取文本文件中的name/value这样的一对数据并显示在DataGrid中。注意例子中的params.txt文件是再编译的时候被嵌入但是真正读入数据是在执行的时候。


Flex中如何利用stepSize属性调整NumericStepper控件每一步操作大小以及ActionScript代码实现同样功能的例子 - 全文检索博客

stickyman收录,使用标签:Flex, HSlider, NumericStepper, stepSize,时间:2008-5-17 17:13:15 | 相关网摘我也收藏

接下来的例子演示了Flex中如何利用stepSize属性调整NumericStepper控件每一步操作大小。和Flex中如何通过设置cornerRadius样式设定NumericStepper控件边缘棱角圆滑幅度(corner radius)的例子中一样,例子中利用了HSlider控件来调整每步的尺度。


100000 Free Fonts To Make Your Flex UI(skins and themes) Stand Out From The Crowd - Ntt.cc

stickyman收录,使用标签:flex, Font, Resource, Skin, Theme,时间:2008-5-17 0:22:35 | 相关网摘我也收藏

In previous we have the tutorial about how to create Skins & Thenmes (@see 15 Strongly Recommend Tutorials You Must Read for Creating Skins and Themes( UI Design ) in Flex) and also prepared many free beautiful icons (@see 480 free and fresh icon sets help you to create your beautiful skins and themes in Flex). Then what others we need for making our flex UI(or skins or themes) stand out from the crowd? The answer is Fonts! Although it is too common to be ignored easily. If you could well use it in your flex project, I think you won’t disappointed, it will bring you finishing touch effect.


Flex中如何通过监听collectionChange事件检测arraycollection是否改变了的例子 - 全文检索博客

stickyman收录,使用标签:ArrayCollection, collectionChange, Flex, PopUpButton, refresh,时间:2008-5-15 21:02:40 | 相关网摘我也收藏

接下来的例子演示了Flex中如何通过监听collectionChange事件检测ArrayCollection是否改变.这里所谓的改变,包括项目的追加,删除,以及刷新等操作。


JavaFX将会给Adobe Flex带来什么样的冲击? - 全文检索博客

stickyman收录,使用标签:Adobe, Flex, JavaFX, SUN,时间:2008-5-15 0:24:59 | 相关网摘我也收藏

Java社区的朋友们一定知道最近貌似很火的JavaFX,由于JavaFX设计初衷就是为了将媒体数据流传递给Java平台,简单的说,JavaFX在声音,视频,2D图片,3D图像,动画这几类Java本身并不“擅长”的数据流类型的处理上,提供了强有力的支持–Flex的同胞们对这些应该并不陌生,因为这些都是Flex所擅长的。


Flex中利用URLLoader和URLVariables类导入文件的例子 - 全文检索博客

stickyman收录,使用标签:ActionScript, Flex, URLLoader, URLRequest, URLVariables,时间:2008-5-14 20:16:05 | 相关网摘我也收藏

Peter在写这个例子的时候说“Not sure if this is helpful to anybody”,其他人不敢说,不过这个例子刚好是我所需要的–我在做的一个解析ActionScript文件的项目中需要用到这个功能。例子中演示了如何利用URLLoader和URLVariables类,从一个扩展文件中读入一定格式的内容(name/value),根据读入的内容随即显示在DataGrid控件中。



共193个网摘 [ 1  2  3  4  5  6 ... 7 ]  下一页

stickyman/相关标签



网站简介广告服务网站地图帮助联系方式诚聘英才English 问题报告
北京百联美达美数码科技有限公司 版权所有 京 ICP 证 020026 号
Copyright © 2000-2006, CSDN.NET, All Rights Reserved