When I do this the helper menu doesnt come up.
Code:'module
private type Type1
iType as integer
end type
private type Type2
TypeTest as Type1
end type
sub main()
dim tTest as type2
ttest.typetest.itype = 1 'no menu!!
end sub
Printable View
When I do this the helper menu doesnt come up.
Code:'module
private type Type1
iType as integer
end type
private type Type2
TypeTest as Type1
end type
sub main()
dim tTest as type2
ttest.typetest.itype = 1 'no menu!!
end sub
Sometimes you just have to save the project.
There might be some faulty declarations, try compile your app and see what happens