You cannot post messages because only members can post, and you are not currently a member.
Description:
Fever ActionScript 2.0 project is :
- A dedicated AsWing Extensions framework.
- A pure Actionscript framework for applications / sites development
The Fever group is for :
- SVN update notifications - Bug report and feedback
- General discussions, questions,...
|
|
|
model to model communication
|
| |
Hi! Does fever or maybe pixlib have some solution for the case when I need to actually make a modelA listen to modelB because the change in modelA is not from a command but from the server? Maybe this is more a general question but any hint from the masters would be great :) cosmin
|
|
maximumLayoutSize
|
| |
Where is maximumLayoutSize supposed to be readable? I try to add some JFrames to my MainView in the FeverApp _configureUI method. At that point maximumLayoutSize does not have a valid value. My goal is to create some JFrame pods and restrict their dragging area and maximized size to the size of the MainView's container using... more »
|
|
aswing padding
|
| |
Is this only method to get a html "padding" equivalent in aswing: .setBorder( new EmptyBorder( null, new Insets( 5, 5, 5, 5 ) ) ); ? Also I haven't found anything for setting margins either. cosmin
|
|
gradient background
|
| |
Any one can tell me please how to get the cool gradient background on my FeverApplication's area? thanks, cosmin
|
|
|