Click here to Skip to main content
15,881,882 members

Comments by __John_ (Top 21 by date)

__John_ 9-Apr-15 11:11am View    
Thanks Richard, I can know the scale factor by using getScaleX and getScaleY, I can determine the text size required, but Spinner has no setTextSize method.
I guess there is a TextView in there somewhere, but I have been unsuccessful trying to get access to it.
__John_ 9-Apr-15 11:01am View    
To do this using QSL you would first need to put the information required in to the database. i.e. a list of users and how many db's each has opened.
Doing it with SQL is probably not the best approach, but could be made to work, but only if you provide the required data first.
__John_ 6-Apr-15 11:57am View    
I inserted the column and then read back the dflt_value, it showed the text with quote's, which broke my code. But as you say an inserted row does get the correct value. My bad.
__John_ 16-Nov-12 6:57am View    
I assume the language is C++, you dont state.
You need to show declaration of 'CardDetails' and 'pinblock'.
Also CPinPad::GenPinBlock takes 3 strings, you are calling it with 2.
__John_ 16-Nov-12 5:36am View    
What is a 'container class frame'?