Here's a small improvement I've had to make since unicenta is currently using doubles for currency, and is rounding them in weird ways. These lines don't exactly match what the UI does: double total = ticket.getTotal(); int totalInt = Math.round(total * 100.0); And so there are cases where it doesn't work. Instead I use these lines, including necessary imports: import com.openbravo.pos.util.*; ... Double total = ticket.getTotal(); Double fixedTotal = DoubleUtils.fixDecimals(total); int totalInt =...
I don't think that's the right approach. A ListView is not a collection of controls,...
If you lock a grouping, and then try secondary sorting, it doesn't work. This is...
If you lock a grouping, and then try secondary sorting, it doesn't work. This is...
I don't think that's the right approach. A ListView is not a collection of controls,...
not sure how printing to serial works exactly, but it could depend on DPI of ima...
Sorry, I was just concerned I was being an arrogant know-it-all by barging into the...
iPOD would be pretty unlikely. iPAD would be less unlikely but still hard if not...