| / | Forum |
|
andrewf22
2009.07.03 19:17
Hi I cant seem to set the Fibo levels once I draw it using code. I am on Version 4 Build 224 ObjectCreate ("MyFibo", OBJ_FIBO,0,left, bottom, right,top) ObjectSet("MyFibo",OBJPROP_FIBOLEVELS,4); The above 2 lines work fine. The below lines for setting the Level and Description do absolutely nothing. Can someone let me know what I am doing wrong here. ObjectSet("MyFibo",OBJPROP_FIRSTLEVEL+0,0.382);
|