Re: [MSEide-MSEgui-talk] TMainMenu.menu.font change doesn't work both in runtime & design-time

2012-05-14 Thread IvankoB
>> But "fontactive" does. >> > Please try again with git master > 88894476637118ed424b75f9bc461c97f8825fef. > Fixed, thanx ! -- Live Security Virtual Conference Exclusive live event will cover all the ways today's secu

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-14 Thread IvankoB
> Yup, on client side especially on Windows where OpenSSH does not request > passwords for private keys from pipes. Win32's SSH is a nightmare too. It requires key path to be ANSI no-space as long as still requires it to be user home directory which is space-containing & non-latin at me. The s

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-14 Thread Martin Schreiber
Am 14.05.2012 12:33, schrieb Ivanko B: > it is better to use git commands to > change settings. > > These must be read out from the huge GIT doc massive :) > > > PS: > It was a real nigtmare to get working SSH-redy (no password requests) > GIT repo (GitoSis) in our LAN...Me spent a

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-14 Thread Ivanko B
it is better to use git commands to change settings. These must be read out from the huge GIT doc massive :) PS: It was a real nigtmare to get working SSH-redy (no password requests) GIT repo (GitoSis) in our LAN...Me spent a day + a half on it ! 2012/5/14, Martin Schreiber : >

Re: [MSEide-MSEgui-talk] To README.devel

2012-05-14 Thread Ivanko B
Which AVAST version? = The 7-th one. Are you prepared to check every new version if the message is still correct? = If there's a desktop deadlock then these exclusions MUST be applied (me had to press the RESET button to escape). 2012/5/14, Martin Schreiber : > On Monday

Re: [MSEide-MSEgui-talk] TMainMenu.menu.font change doesn't work both in runtime & design-time

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 09:09:10 IvankoB wrote: > But "fontactive" does. > Please try again with git master 88894476637118ed424b75f9bc461c97f8825fef. Martin -- Live Security Virtual Conference Exclusive live event will cove

Re: [MSEide-MSEgui-talk] To README.devel

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 09:44:12 IvankoB wrote: > IMPORTANT: if AVAST antivirus is active then "fpc.exe" & "gdb.exe" & > "{your_project}.exe" MUST be added to behavioral filter exclusions > otherwise a deadlock of desktop may happen on running the project from > within IDE! > Which AVAST version? Are

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 10:32:03 IvankoB wrote: > > Do you know the ".gitignore" file? > > Project wide too ? What for this doubling.. > Valid for the directory and subdirectories without ".gitignore" files. You should not touch the files in ".git", it is better to use git commands to change settin

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-14 Thread IvankoB
> Do you know the ".gitignore" file? > Project wide too ? What for this doubling.. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and h

Re: [MSEide-MSEgui-talk] IDE's file monitor: to exclude deleted filees from tracking

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 10:15:05 IvankoB wrote: > >> Me deleted wrong form files by TotalCommander (from file system) outside > >> the IDE (sure forgot to exclude them from the project) - the IDE > >> detected > >> that & bombed with complains :) > > > > What means "exclude them from the project"? >

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 10:13:14 IvankoB wrote: > For instance: > > > > # git ls-files --others --exclude-from=.git/info/exclude > # Lines that start with '#' are comments. > # For a project mostly in C, the following would be a good set of > # exclude patterns (uncomment them if

Re: [MSEide-MSEgui-talk] IDE's file monitor: to exclude deleted filees from tracking

2012-05-14 Thread IvankoB
>> Me deleted wrong form files by TotalCommander (from file system) outside >> the IDE (sure forgot to exclude them from the project) - the IDE >> detected >> that & bombed with complains :) >> > What means "exclude them from the project"? > Just an assumption. Me don't know how to do it. Maybe

[MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-14 Thread IvankoB
For instance: # git ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. # For a project mostly in C, the following would be a good set of # exclude patterns (uncomment them if you want to use them): # *.[oa] # *~ *.exe *.a *.o *_mfm.*

Re: [MSEide-MSEgui-talk] IDE's file monitor: to exclude deleted filees from tracking

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 10:04:46 IvankoB wrote: > > On Monday 14 May 2012 09:31:54 IvankoB wrote: > >> otherwise annoying messages on building project etc. > > > > I don't understand. Example? > > Me deleted wrong form files by TotalCommander (from file system) outside > the IDE (sure forgot to exclu

Re: [MSEide-MSEgui-talk] IDE's file monitor: to exclude deleted filees from tracking

2012-05-14 Thread IvankoB
> On Monday 14 May 2012 09:31:54 IvankoB wrote: >> otherwise annoying messages on building project etc. >> > I don't understand. Example? > Me deleted wrong form files by TotalCommander (from file system) outside the IDE (sure forgot to exclude them from the project) - the IDE detected that &

Re: [MSEide-MSEgui-talk] IDE's file monitor: to exclude deleted filees from tracking

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 09:31:54 IvankoB wrote: > otherwise annoying messages on building project etc. > I don't understand. Example? Martin -- Live Security Virtual Conference Exclusive live event will cover all the ways t

[MSEide-MSEgui-talk] To README.devel

2012-05-14 Thread IvankoB
IMPORTANT: if AVAST antivirus is active then "fpc.exe" & "gdb.exe" & "{your_project}.exe" MUST be added to behavioral filter exclusions otherwise a deadlock of desktop may happen on running the project from within IDE!

Re: [MSEide-MSEgui-talk] Case sensitive in tmsebuffdataset.locate

2012-05-14 Thread wahono sri
> It seems as designed to me. If you don't want case sensitivity use > lko_case*in*sensitive. > BTW, find() in localindex is much faster than locate(). > > Martin Upps, sorry, I confused to see case*in*sensitive, he he I think lko_casesensitive. But after I use lko_caseinsensitive this problem stil

[MSEide-MSEgui-talk] IDE's file monitor: to exclude deleted filees from tracking

2012-05-14 Thread IvankoB
otherwise annoying messages on building project etc. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Dis

Re: [MSEide-MSEgui-talk] Case sensitive in tmsebuffdataset.locate

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 08:46:10 wahono sri wrote: > if > sqlcustomerBalance.locate([sqlcustomerBalance.fieldbyname('customerid')],[f >ieldbyname('customerid').value],[false],[],[])=loc_ok then begin > > I don't use lko_caseinsensitive in akeyoptions for locating record, > but it always case sensitiv

[MSEide-MSEgui-talk] TMainMenu.menu.font change doesn't work both in runtime & design-time

2012-05-14 Thread IvankoB
But "fontactive" does. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoin