Hello everybody,
i have make a view and on this view i have add scrollbars, but when i remove this view the scrollbar are avaiable.
I think view remove doesn't work correctly.
i use YAB 1.7.5 (but this problem is older) with Haiku os -> 49562
View 2,120 to WindowSize_x-15,WindowSize_y-35, "Malflaeche", Start_FensterName$
SCROLLBAR "scroll", 3, "Malflaeche" //"Malflaeche"
SCROLLBAR SET "scroll", "plain-border"
SCROLLBAR SET "scroll", "Vertical Position", 0
SCROLLBAR SET "scroll", "Horizontal Position", 0
view_exists=view get "Malflaeche","exists"
print view_exists
if (view_exists=1) then
view remove "Malflaeche"
endif
Best Regards
lorglas
i have make a view and on this view i have add scrollbars, but when i remove this view the scrollbar are avaiable.
I think view remove doesn't work correctly.
i use YAB 1.7.5 (but this problem is older) with Haiku os -> 49562
View 2,120 to WindowSize_x-15,WindowSize_y-35, "Malflaeche", Start_FensterName$
SCROLLBAR "scroll", 3, "Malflaeche" //"Malflaeche"
SCROLLBAR SET "scroll", "plain-border"
SCROLLBAR SET "scroll", "Vertical Position", 0
SCROLLBAR SET "scroll", "Horizontal Position", 0
view_exists=view get "Malflaeche","exists"
print view_exists
if (view_exists=1) then
view remove "Malflaeche"
endif
Best Regards
lorglas