Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

application crash

$
0
0

```var row = Titanium.UI.createTableViewRow({ title : item, mimeType : item.mimeType }); table.appendRow(row); var comment = Ti.UI.createButton({

                            right : "20dp",
                            backgroundImage : "/images/commentIcon.png",
                            width : "35dp",
                            height : "35dp"
                        });

                        row.add(comment);

                        comment.addEventListener('click', function() {
                            var neWin = Ti.UI.createWindow({
                                backgroundColor : 'white',
                                barColor : 'black',
                                url : 'commentWin.js',
                            });
                            neWin.open({
                                modal:true
                            });
                        }); ```

Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>