Re: [MSEide-MSEgui-talk] TMSSQLQuery.controller.refresh(..) doesn't fire AfterScroll in no data after the refresh

2012-01-13 Thread Martin Schreiber
Am 13.01.2012 09:21, schrieb IvankoB: Two gueries - qry1 reads from table1, qry2 reads/writes from/to table1. After writting by qry2, qry1 is refreshed so that to redraw changes made by qry2. How is qry1 refreshed? qry1.controller.refresh(..); Strange. Please set a breakpoint to

[MSEide-MSEgui-talk] The source editor: no underline char shown in comments written in italic font

2012-01-13 Thread IvankoB
(win-32). It feels quite strange - not seeing just typed. Even if it's a win-32 API fault (wrong font metric etc) anyway we must have an workaround. -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27

Re: [MSEide-MSEgui-talk] The source editor: no underline char shown in comments written in italic font

2012-01-13 Thread Martin Schreiber
Am 13.01.2012 10:58, schrieb IvankoB: (win-32). It feels quite strange - not seeing just typed. Even if it's a win-32 API fault (wrong font metric etc) anyway we must have an workaround. Adjust 'Project'-'Options'-'Editor'-'Extra Sp.'.

[MSEide-MSEgui-talk] LookupBuffer: no Find() fucntion for *string types

2012-01-13 Thread IvankoB
the subj -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 ___ mseide-msegui-talk mailing list

[MSEide-MSEgui-talk] ftMemo field: SigSegv on aswidestring of typecast to widestring

2012-01-13 Thread IvankoB
seems to be in StrChr(). SQLite3, utf8 string field. If disallowed then more graceful exit - with exception etc ? -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now!

Re: [MSEide-MSEgui-talk] TMSESQLQuery.controller.fields[..].OnValidate doesn't fire

2012-01-13 Thread Martin Schreiber
Am Friday 13 January 2012 13.32:48 schrieb IvankoB: Encountered on TMSEStringField. Is the OnValidate property set? Which FPC version? Possibly this: http://bugs.freepascal.org/view.php?id=19313 ? -- RSA(R) Conference

Re: [MSEide-MSEgui-talk] ftMemo field: SigSegv on aswidestring of typecast to widestring

2012-01-13 Thread Martin Schreiber
Am Friday 13 January 2012 14.19:11 schrieb IvankoB: seems to be in StrChr(). SQLite3, utf8 string field. If disallowed then more graceful exit - with exception etc ? Testcase please. -- RSA(R) Conference 2012 Mar

Re: [MSEide-MSEgui-talk] TMSESQLQuery.controller.fields[..].OnValidate doesn't fire

2012-01-13 Thread IvankoB for-mse
Which FPC version? === FPC 2.6. 2012/1/13, Martin Schreiber mse00...@gmail.com: Am Friday 13 January 2012 13.32:48 schrieb IvankoB: Encountered on TMSEStringField. Is the OnValidate property set? Which FPC version? Possibly this: http://bugs.freepascal.org/view.php?id=19313 ?

Re: [MSEide-MSEgui-talk] ftMemo field: SigSegv on aswidestring of typecast to widestring

2012-01-13 Thread IvankoB for-mse
Ooohh, me've already fixed the project by dso_stringmemo :( 2012/1/13, Martin Schreiber mse00...@gmail.com: Am Friday 13 January 2012 14.19:11 schrieb IvankoB: seems to be in StrChr(). SQLite3, utf8 string field. If disallowed then more graceful exit - with exception etc ? Testcase

Re: [MSEide-MSEgui-talk] ftMemo field: SigSegv on aswidestring of typecast to widestring

2012-01-13 Thread Martin Schreiber
Am Friday 13 January 2012 15.34:42 schrieb IvankoB for-mse: Ooohh, me've already fixed the project by dso_stringmemo :( Please try to reproduce the crash because the bug must be fixed. Martin -- RSA(R) Conference 2012

Re: [MSEide-MSEgui-talk] ftMemo field: SigSegv on aswidestring of typecast to widestring

2012-01-13 Thread Martin Schreiber
Am Friday 13 January 2012 16.03:56 schrieb IvankoB for-mse: I get a EVariantTypeCastError The project the steps are here attached. The problematic point is the below: //-- procedure tmainfo.unitnamevalidate(Sender: TField); var s1: msestring; i1: integer; begin

Re: [MSEide-MSEgui-talk] mpqconnection.pp(1629) Fatal: There were 1 errors compiling module, stopping

2012-01-13 Thread Marcos Douglas
On Thu, Jan 12, 2012 at 12:59 PM, Martin Schreiber mse00...@gmail.com wrote: Am 12.01.2012 13:39, schrieb Marcos Douglas: On Wed, Jan 11, 2012 at 6:53 PM, Martin Schreibermse00...@gmail.com  wrote: On Wednesday 11 January 2012 21.51:35 Marcos Douglas wrote: Hi, I updated the sources today.

Re: [MSEide-MSEgui-talk] mpqconnection.pp(1629) Fatal: There were 1 errors compiling module, stopping

2012-01-13 Thread Marcos Douglas
On Fri, Jan 13, 2012 at 2:43 PM, Martin Schreiber mse00...@gmail.com wrote: Am Friday 13 January 2012 18.07:14 schrieb Marcos Douglas: I updated now and the problem still exists... Works for me. git master : 3177adbabe9f4984db1901e0658a085e39fe3127 on WinXP. My ppc386 is the 2.6.1 version:

Re: [MSEide-MSEgui-talk] mpqconnection.pp(1629) Fatal: There were 1 errors compiling module, stopping

2012-01-13 Thread Marcos Douglas
On Fri, Jan 13, 2012 at 3:57 PM, Marcos Douglas m...@delfire.net wrote: On Fri, Jan 13, 2012 at 3:44 PM, Martin Schreiber mse00...@gmail.com wrote: Am Friday 13 January 2012 18.56:20 schrieb Marcos Douglas: On Fri, Jan 13, 2012 at 2:43 PM, Martin Schreiber mse00...@gmail.com wrote: Am Friday

Re: [MSEide-MSEgui-talk] File-New-SimpleForm.. is wrongly painted initially

2012-01-13 Thread Martin Schreiber
Am Thursday 12 January 2012 11.49:21 schrieb IvankoB: see the attachment. (win-32) git master f038c9deeab79fdadcb47fb4f276cf50626f2435 has a workaround. -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27