Tagged Questions
0
votes
1answer
81 views
Flex tree : any way to reduce vertical spacing between nodes?
I would like the tree to render each node with less vertical space between them. Any suggestions?
1
vote
1answer
140 views
Why is a static method giving me an error
Call to a possibly undefined method test through a reference with static type Class.
here is my class
package com.singleton.sample{
public class SampleSingleton{
public static function ...