control not working from module
I have made a “star” control just like you have in GMail to mark your favorites. It works fine in the same .mobl file as I use it but if put it in another .mobl module file and import it it doens’t work!!
Submitted by Terje Pedersen on 20 June 2011 at 09:49
Uncaught TypeError: Object # has no method ‘star’
Issue Log
On 20 June 2011 at 09:52 Zef Hemel commented:
Have you tried rebuilding the project? Things may occasionally get a bit messed up when moving code between modules. Generally this should work of course, you use controls from different modules all the time, right? (At the least the
mobl::ui::generic
controls).
On 20 June 2011 at 10:01 Terje Pedersen commented:
Yes that worked :) except I then had to go trought some files and save those again fixing the æøå problems.
Log in to post comments