Posts by Martinho Capelo • 1 point
4 posts
-
0
votes0
answers5
viewsQ: How to run ellipsize="end" for two lines?
I have this Textview, but ellipsize doesn’t work. I’ve researched enough and I haven’t found a solution. <TextView android:id="@+id/nomeOperador" android:layout_width="200dp"…
androidasked Martinho Capelo 1 -
0
votes3
answers373
viewsA: Error hiding dataGridView line
I have found a solution that seems to me the right one to avoid this problem. The error happens because there is a Currencymanager associated with Datasource. public partial class Form1: Form { //…
c#answered Martinho Capelo 1 -
0
votes2
answers124
viewsA: Valueeventlistener coming back null?
It had exactly the same problem. Inside the Event the list is fed. But elsewhere in the mainactivitie the list is always empty.... The problem is that the operation in Firebase is asynchronous and…
-
0
votes3
answers6231
viewsA: How to compare the structure of two SQL Server databases?
Not satisfied with the previous answers. I put here my example comparing first the existing tables and two the fields of the tables. SELECT A.NAME, B.NAME FROM BANCO1.SYS.tables A LEFT JOIN…