JulianSwales

Results 12 comments of JulianSwales

I'd actually like the above and one step further.. I have a backend SQL database that on Inserts has some Not Null with default database fields. So whilst I'm using...

I'll second this. Unless there a way to do it already. I have a form, that I display to a user with a group button on it. I use the...

What I've done to sort of address this is disable each button (using disabled indexes) when in read only mode, then when the state changes, re-enable each button. The problem...

@contactlutforrahman, What have you tried? On your update screen is it a single record? Have you got the data showing up on the screen? You should be querying the sqflite...

I would like to be able to override the default suggestions item builder. I have some suggestions where I need to provide more information to the user.

I'd like some documented examples of integrating other widgets.. There are a couple examples in the issues pages, but you have to go find them, and whilst I've managed to...

I don't currently have a widget but will look for one.. I have read your other posts on integrating widgets into this solution.. So I will take a look at...

Ok, this is getting there.. I have it working with static text. Is there a way to pass in a variable so that the Text can show a dynamic message?...

When the user changes the startTime it does a lookup and returns bookingInfo. I would like to integrate that into some text in a Text widget to display along with,...

I would like to thank you for your assistance on this.. I now have this piece working and it's pretty slick...