This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme.txt
executable file
·59 lines (47 loc) · 2.36 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
__ _ _ _ _
/ _| |_____ _| |_ ___ ___| | |__ _____ __
| _| / -_) \ / _/ _ \/ _ \ | '_ \/ _ \ \ /
|_| |_\___/_\_\\__\___/\___/_|_.__/\___/_\_\
flexwires Library for Adobe Flex
Created by Josh Tynjala
---------------------------------------------------------------------------------
Links:
---------------------------------------------------------------------------------
Project Page:
* http://github.com/joshtynjala/flexwires
API Documentation:
* http://www.flextoolbox.com/components/flexwires/1/documentation/index.html
Getting Started:
* http://wiki.github.com/joshtynjala/flexwires/getting-started
Author's Blog:
* http://joshblog.net/
---------------------------------------------------------------------------------
Usage Tips:
---------------------------------------------------------------------------------
1. flexwires uses a defaults.css for maximum compatibility with Flex 4. The
default styles and skins only get included automatically when you link the
project into your Flex application as a SWC. If you need to make source code
changes, you should build a new SWC. See build.xml for details on recommended
compiler arguments.
---------------------------------------------------------------------------------
Release Notes:
---------------------------------------------------------------------------------
The Next Release
* Fixed issue where connecting property of WireManager could be incorrectly
set to false.
* Fixed null reference error in WireJack when calling disconnectAll().
* WireJack skin now properly changes state when enabled changes.
* Added getWireBetween() to IWireManager
* Changing wireRenderer on IWireManager will now recreate existing wires.
* Added cancelable WireManagerEvent.DELETING_CONNECTION to match
CREATING_CONNECTION.
* Simplified and fixed choosing of bezier points in DefaultWireRenderer.
07/01/2010 - 1.1.0
* Added "hasActiveConnectionRequest" to IWireManager and implementations.
* Added "clickToDrag" static property to WireJack class as an alternative
that does not require holding the mouse button down to connect wires.
* Placeholder wire now properly displays while dragging in Adobe AIR.
* Moved default styles to defaults.css and updated for Flex 4.
* Minimum version is now Flex 3.5.0.
11/11/2008 - 1.0.0
* Initial Release for Flex 3.2.0