Notifications
Clear all
[Closed] [Ask] dotNet Combobox Error on Max 9
Feb 14, 2013 2:49 am
Hey all
Uhm … I got a little problem with dotNet Combobox…this is the simplest dotNet combobox on net that I found…and I copy and develop based on it…so its not that far different…
rollout roll_test "test" width:400 height:100 (
dotNetControl dno_combobox "System.Windows.Forms.Combobox" width:350 height:24
on roll_test open do
(
--(dotnetclass "System.gc").SuppressFinalize AssemblyComboBox
--(Dotnetclass "System.gc").KeepAlive AssemblyComboBox
strs = #("Hello","World","of",".NET")
dno_combobox.items.addRange strs
)
)
createdialog roll_test
the problem is… I can run it fine with max 2009 and cant run it on max 9…as far as my knowledge [not too far I guest] …addrange worked in max 9…worked in net formList…but why not on combobox…Is there any problem solving for this ?
if any posible ways…is there any different method that will make net combobox work on max 9?
Solved now…I read in here
Thanks & Best Regard
Fajar