Leonardo Amigoni

Results 15 comments of Leonardo Amigoni

Thanks for all your help. I only know Titanium unfortunately. I will share all the changes I have including ways to implement the exclamation mark within titanium.

@bcpi. Just set starting to test this out!! Basically set the background to transparent. Disable the touch events. Change the functions to of the send button and picture button to...

Well, That was pretty dumb. If touchEnabled is set to false the typing area can't be touched either. I am trying to use the touchEnabled = false only on the...

I cant' figure a way around it. I tried to listen for touchstart and touchend events to turn the touchEnabled on the textarea on and off when you touch the...

The type area doesn't seem to scroll up if you add something on top. Here is some code. var textArea = Ti.SMSView.createView({ //maxLines:6, //

Pedro, thanks for your help. If I manage to get this one part working, I will be able to use my own tableview object and scrollview to display messages and...

@bcpi If we could only touchEnable = false on just the scrollview that would do the trick. It would work as then we can just use our own view to...

@bcpi I think I was able to modify the scrollview to achieve what we need. I rebuilt the module. I can't figure out how to install it. I read the...

I get this failure at the build.py Even with the normal code that is unmodified llvm-gcc-4.2 failed with exit code 255

@bcpi I get a build fail during the build.py, but it even happens with the normal unmodified file. I want to send you the zip file to see if you...