Module Development Help

Monkey Forums/User Modules/Module Development Help

rahman(Posted 2014) [#1]
Can anyone help me with the necessary workflow on module development. Help Appreciated


rIKmAN(Posted 2014) [#2]
http://www.monkey-x.com/Community/posts.php?topic=8621


rahman(Posted 2014) [#3]
@rIKmAN

Thank you for your kind info. I shall explore it


rahman(Posted 2014) [#4]
Is there any module for password text field ? Please help


Pharmhaus(Posted 2014) [#5]
You could try to use JungleGui (compile MonkeyPro\src\Modman\modman.monkey)
if svn/git/hg are installed (I'm not sure which of the three you need) it will show up in the modman list.
Or try eazy gadgets.
I'm not sure if they support password txtfields, but you could write yourself a simple filter which replaces all non-* charcters with * characters which should work (will look a bit sloppy but better than nothing)


rahman(Posted 2014) [#6]
@Pharmhaus

I really appreciate you kind help