[Lazarus] SQLite & DB Aware Components

2016-12-01 Thread Martin Collins via Lazarus
Hi, Using SQLite3, Lazarus 1.6.2 & FPC 3.0.0 on Peppermint Linux 7. I have a small problem when using the db aware components & sqlite. After countless googling I understand why the components do this but can not find a simple solution! (BTW I this is my first time working with DBs & SQLite seeme

Re: [Lazarus] SQLite & DB Aware Components

2016-12-01 Thread Martin Collins via Lazarus
On 01/12/16 16:15, Martin Collins via Lazarus wrote: > From what I understand, SQLite TEXT type has no set length so db aware > components treat it as a memo. Therefore when I assign a TEXT field to a > db aware component, all that appears in the component is "(MEMO)", even > though most of my TEXT

Re: [Lazarus] AutoAdjustLayout fixes

2016-12-01 Thread Alexey via Lazarus
On 30.11.2016 22:29, Ondrej Pokorny via Lazarus wrote: Just curious: what widget set do you use for macOS? Carbon, and soon I want Cocoa but have problem with TFontDialog on cocoa. (so I wait). -- Regards, Alex -- ___ Lazarus mailing list Lazarus@li

Re: [Lazarus] CCR, how to send files?

2016-12-01 Thread Alexey via Lazarus
>Vincent answered in the meantime? Yes, thks, I've sent my files to him. -- Regards, Alex -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Form Width bigger than 4096 pixels?

2016-12-01 Thread Alexey via Lazarus
Mac has high X resolution, so please, dev's, make thus limit more than 4K. See * iMac (Retina 5K, 27-inch, Late 2014) and later displays have a 5120-by-2880 native resolution with support for millions of colors. * iMac (Retina 4K, 21.5-inch, Late 2015) displays have a 4096-by-2304 native

Re: [Lazarus] SQLite & DB Aware Components

2016-12-01 Thread LacaK via Lazarus
Dňa 1.12.2016 o 21:40 Martin Collins via Lazarus napísal(a): On 01/12/16 16:15, Martin Collins via Lazarus wrote: From what I understand, SQLite TEXT type has no set length so db aware components treat it as a memo. Therefore when I assign a TEXT field to a db aware component, all that appears