Search found 3 matches

by sbswensen
Sun Dec 14, 2008 8:45 pm
Forum: Databases
Topic: FileMaker developer looking to convert
Replies: 5
Views: 7190

FileMaker developer looking to convert

I have been using SQLite for about 1 year in a multiuser application. SQLite can in fact handle multi-user applications. HOWEVER, SQLite uses file locking vs. PAGE or ROW level locking. If your application requires one user to be able to insert or update large numbers of records this will impact the...
by sbswensen
Fri Nov 21, 2008 6:38 am
Forum: Talking LiveCode
Topic: Geometry control looses control after field resized
Replies: 2
Views: 3262

Just a quick note for future readers I added the following code after I resized a control in a button handler.

revCacheGeometry
send resizeControl

Thanks to Janschenkel for helping out.
by sbswensen
Mon Nov 17, 2008 5:55 am
Forum: Talking LiveCode
Topic: Geometry control looses control after field resized
Replies: 2
Views: 3262

Geometry control looses control after field resized

I set up a card with geometry management controlling the card resizing and there is a button on this card that lets you change the size of a field in order to hide or show other fields on the card. Then when I resize the card the geometry manager reverts to the size of the field before it was resize...