Re: [MSEide-MSEgui-talk] Possibly a large project

2011-11-25 Thread IvankoB
 Me'll try to build binaries for both lINUX  Win32 versions of
 http://sqlcipher.net/.


BTW, it encrypts both database  transaction journal.


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] SigSegv on TMSEFILESTREAM.create( file, fm_write)

2011-12-09 Thread IvankoB
if the file doesn't exist.
Me guess it should raise exception instead.


--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] How to check if is correct DLL function imported by the MSE DLL loader ?

2011-12-09 Thread IvankoB
The debugger shows incorrect imports.


--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] How to check if is correct DLL function imported by the MSE DLL loader ?

2011-12-09 Thread IvankoB
 The debugger shows incorrect imports.

 How?


Oops, it were floating hints over procedure/function type variables
in design time (when imports weren't assigned yet).


--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] utf8string: which type is it mapped to ?

2011-12-12 Thread IvankoB
Looks most appropriate amongst others for crypting both single-   
multibyte data.


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] utf8string: which type is it mapped to ?

2011-12-12 Thread IvankoB
 PChar or AnsiString ?

 In which context?


Per char access plus string length.


--
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive out cost and 
improve service delivery. Take 5 minutes to use this Systems Optimization 
Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] utf8string: which type is it mapped to ?

2011-12-12 Thread IvankoB
 Per char access plus string length.

 I still don't get the question. Please explain.


How to pass it to C function expecting unsigned char* ?
PChar(utf8_string)  len=strlen(utf8_string) or @utf8_string[1]   
len=length(utf8_string)?
BTW, the utf8_string is produced by stringtoutf8(msestring) since  
taken from widgets.

Simply saying, how to pass UCS2=UTF8=(unsigned char*) correctly?


--
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive out cost and 
improve service delivery. Take 5 minutes to use this Systems Optimization 
Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Are there any issues to expect with ATI Radeon HD in LINUX ?

2011-12-13 Thread IvankoB
Thanx ! Yesterday me managed the things.
One more question - how do You set up fancontrol for video-card's cooler  
RPM requlator (PWM) ?
And which are kernel options to access ATI GPU sensors  PWM ?


--
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive out cost and 
improve service delivery. Take 5 minutes to use this Systems Optimization 
Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-13 Thread IvankoB
Me have SIGSEGV there even for properly initialized pointers.

//-
var
digest: pEVP_MD; // from OPRNSSL
cipher: pEVP_CIPHER; // from OPRNSSL
[..]
try
[..]
finally
   if assigned(digest) then freeandnil(digest); // HERE
   if assigned(cipher) then freeandnil(cipher);
end;
//-

Can't it be OPENSSL specific due to some memory management ?
If can not be used then how to free memory so that it will be called  
anyway ?


--
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive out cost and 
improve service delivery. Take 5 minutes to use this Systems Optimization 
Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-13 Thread IvankoB

At main.pas:179  if outdata  nil then dispose(outdata); me have
incorrect memory block (shown if heap trace is on)
Uncomenting teh same code at :183 cause the SigSegv. Bypassing this code
causes a memory leak,

PS:
This project has even more extended mopenssl.pas/



Decoding procedure has  been also written but it doesn't restore crypted  
text.
Strangely, possibly incorrect pascal-vs-c typecast. Could You recheck that  
code (here attached)?

Altogether, we'll introduce data transcryption functionality to MSEgui.

In the chain Userok.cfg = Userok.des3 = Userok.decrypt,  
Userok.decrypt should be exact copy of Userok.cfg but it doesn't.

main.pas
Description: Binary data
--
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive out cost and 
improve service delivery. Take 5 minutes to use this Systems Optimization 
Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-14 Thread IvankoB
 I had to remove Kmail and Knode from my KDE4 installations completely
 because the akonadi server regularly froze the whole desktop, don't ask
 me why.



Known issues, me had to switch to Opera Mail (also features SQLITE-based  
local storage).


--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-14 Thread IvankoB
 And then so many keep saying KDE4 is totally usable now!  Yeah right.  :)



These many are users of NVidia GTX470/570/580 or ATI HD68+/69+ :)


--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] TMSEFileStream: can its READDATASTRING be used for reading binary data

2011-12-14 Thread IvankoB
that's returned by the Pointer type ?


--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-14 Thread IvankoB
 Strangely, possibly incorrect pascal-vs-c typecast. Could You recheck
 that code (here attached)?
 Altogether, we'll introduce data transcryption functionality to MSEgui.

 In the chain Userok.cfg = Userok.des3 = Userok.decrypt,
 Userok.decrypt should be exact copy of Userok.cfg but it doesn't.



Has started working brilliant once switched to FPC/MSegui native  
ansistring/file data types.
And there has been no memory issue anymore :)


--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-15 Thread IvankoB
 Opera Mail is the best NNTP client for LINUX, IMHO :)

 Marketing blurb. Reasons?


Not marketing - me tried all possible NNTP/Mail clients for LINUX (incl  
Sylpheed).
The Opera's one doesn't degrade as long its local message database grows.
Possible because its mail storage is SQLite3-based.

With Sylpheed, me also had troubles with packaging  viewing attachments  
in other clients.
Martin is aware of that since me had been mocking at him with Sylpheed for  
a couple of months :)


--
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Statfiles: can reading/writting from/to be intercepted ?

2011-12-19 Thread IvankoB
so that to decrypt/encrypt contents on-fly
( by crypto functions using ANSISTRING for both input  output data)

PS:
ANSISTRING is much-much more manageable than pure POINTER for byte-level  
data manipulations.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] IFI remote datasets

2011-12-19 Thread IvankoB
Can their APPLYUPDATE[S] be executed in FIFO manner - so that only one  
transaction can be active
( needed to organize backing up DB files before committing transactions ).



--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Debugging IDE in IDE: SIGTRAP stop in parent IDE on pressing F12 to display a form designer in the child IDE

2011-12-20 Thread IvankoB
SIGTRAP: Trace/ breakpoint on ntdll!DbgUIConnToDbg
(win-32, fpc-2.4.4)

The debugged project is project run in the debugged IDE.
In both projects, there're no active breakpoints, all stop options in  
project settings are off too.

PS:
It seems that we have a recursion or endless loop when manual adding last  
of persistent fields to TMSESQLQuery.
(the PODPISKA, adding to a query inherited from another form)


All these issues are urgent to fix.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Debugging IDE in IDE: SIGTRAP stop in parent IDE on pressing F12 to display a form designer in the child IDE

2011-12-21 Thread IvankoB
It seems to be an old (and forgotten) issue :)

http://muzso.hu/2011/12/13/setting-f12-as-a-global-hotkey-in-windows;  
tells:

--
Now this is pretty much upsetting. But not all is lost. I tried to google  
for a way to disable the kernel from registering F12, but found instead  
the description of the HKLM\SOFTWARE\Microsoft\Windows  
NT\CurrentVersion\AeDebug\UserDebuggerHotKey registry key. Modifying this  
you can set the keycode (scancode) that is registered as a global hotkey  
for the debugger. By default it's value is zero (0x0), but you can set it  
to eg. 0x2F (VK_HELP) which is not present on most PC keyboards, thus you  
can free up the F12 key.  Of course a reboot is necessary after having set  
this registry key.
--

To the README ?

PS:
In Tashkent, very cold weather again :( And no snow. Those Siberian  
anticyclones...


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Razor-qt: a new lite Qt-based desktop environment

2011-12-21 Thread IvankoB
 now. Razor-qt is a new project creating a lighter desktop environment
 using Qt.


Great work !
These guys have managed not to make already heavy Qt heavier.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Razor-qt: a new lite Qt-based desktop environment

2011-12-21 Thread IvankoB
 now. Razor-qt is a new project creating a lighter desktop environment
 using Qt.


Is it capable of top-level (QT MOC) source-code debugging ? If no then  
hardly usable for complex projects.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Debugging IDE in IDE: SIGTRAP stop in parent IDE on pressing F12 to display a form designer in the child IDE

2011-12-21 Thread IvankoB
 http://muzso.hu/2011/12/13/setting-f12-as-a-global-hotkey-in-windows;
 tells:


Really fixes :) If such key doesn't exist (my case) it should be created.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Debugging IDE in IDE: SIGTRAP stop in parent IDE on pressing F12 to display a form designer in the child IDE

2011-12-21 Thread IvankoB
 Please provide simple reproducible testcase.


Possibly there're memory errors, see the attached stack trace (happened on  
confirming test query is OK in the SQL editor):

#0  0040E103 :0 SYSTEM_SYSGETMEM_FIXED$LONGWORD$$POINTER()
#1  0030 :0 ??()
#2  0003 :0 ??()
#3  064F0633 :0 ??()
#4  0030 :0 ??()
#5  0008 :0 ??()
#6  06507538 :0 ??()
#7  004E4AE8 msestrings.pas:1488 SPLITSTRING(SOURCE=0x6391978  
'/C:/Documents and  
Settings/'#1040#1076#1084#1080#1085#1080#1089#1090#1088#1072#1090#1086#1088'/'#1052#1086#1080'
  
'#1076#1086#1082#1091#1084#1077#1085#1090#1099'/MSE_PROJECTS/podpiska_reports_ref/refs/common/refviewform.mfm',
  
DEST=0x6507538, SEPARATOR=47 '/', TRIM=false)
#8  00512BEF msefileutils.pas:1298 FILEPATH(PATH=0x6242740 '/C:/Documents  
and  
Settings/'#1040#1076#1084#1080#1085#1080#1089#1090#1088#1072#1090#1086#1088'/'#1052#1086#1080'
  
'#1076#1086#1082#1091#1084#1077#1085#1090#1099'/MSE_PROJECTS/podpiska_reports_ref/refs/common/refviewform.mfm',
  
KIND=FK_DEFAULT, RELATIVE=true, result=0x0)
#9  005137C3 msefileutils.pas:1480 SPLITFILEPATH(PATH=0x6242740  
'/C:/Documents and  
Settings/'#1040#1076#1084#1080#1085#1080#1089#1090#1088#1072#1090#1086#1088'/'#1052#1086#1080'
  
'#1076#1086#1082#1091#1084#1077#1085#1090#1099'/MSE_PROJECTS/podpiska_reports_ref/refs/common/refviewform.mfm',
  
DIRECTORY=0x0, FILENAME=0x0)
#10  00513CFF msefileutils.pas:1554 FILENAME(PATH=0x6242740 '/C:/Documents  
and  
Settings/'#1040#1076#1084#1080#1085#1080#1089#1090#1088#1072#1090#1086#1088'/'#1052#1086#1080'
  
'#1076#1086#1082#1091#1084#1077#1085#1090#1099'/MSE_PROJECTS/podpiska_reports_ref/refs/common/refviewform.mfm',
  
result=0x0)
#11  00457BCA msefileutils.pas:0 MAIN_TMAINFO_$__UPDATEMODIFIEDFORMS()
#12  0045F0E1 msefileutils.pas:0  
MAIN_TMAINFO_$__SOURCECHANGED$TSOURCEPAGE()
#13  00448839 msefileutils.pas:0  
OBJECTINSPECTOR_TOBJECTINSPECTORFO_$__PROPERTYMODIFIED$TPROPERTYEDITOR()
#14  0059AC4D msefileutils.pas:0  
MSEPROPERTYEDITORS_TPROPERTYEDITOR_$__MODIFIED()
#15  005A3668 msefileutils.pas:0  
MSEPROPERTYEDITORS_TTEXTSTRINGSPROPERTYEDITOR_$__EDIT()
#16  0066D6F7 msefileutils.pas:0 REGDB_TMSESQLPROPERTYEDITOR_$__EDIT()
#17  00449702 msefileutils.pas:0  
OBJECTINSPECTOR_TOBJECTINSPECTORFO_$__VALUESBUTTONACTION$TOBJECT$BUTTONACTIONTY$LONGINT()
#18  005AE9C6 msefileutils.pas:0  
MSELISTBROWSER_TITEMEDIT_$__BUTTONACTION$BUTTONACTIONTY$LONGINT()
#19  0056C701 msefileutils.pas:0  
MSEDROPDOWNLIST_TCUSTOMDROPDOWNCONTROLLER_$__BUTTONACTION$BUTTONACTIONTY$LONGINT()
#20  004880AA msefileutils.pas:0  
MSEEDIT_TFRAMEBUTTON_$__MOUSEEVENT$MOUSEEVENTINFOTY$IFRAME$IBUTTON$LONGINT()
#21  00488FB8 msefileutils.pas:0  
MSEEDIT_TCUSTOMBUTTONFRAME_$__MOUSEEVENT$MOUSEEVENTINFOTY()
#22  005AEA01 msefileutils.pas:0  
MSELISTBROWSER_TITEMEDIT_$__MOUSEEVENT$MOUSEEVENTINFOTY()
#23  0042B52B msegui.pas:13159 TWINDOW__DISPATCHMOUSEEVENT(INFO={MOUSE =  
{EVENTKIND = EK_BUTTONRELEASE, SHIFTSTATE = [], POS = {X = 187, Y = 12},  
EVENTSTATE = [], TIMESTAMP = 289938704, BUTTON = MB_LEFT}, WHEEL =  
{EVENTKIND = EK_BUTTONRELEASE, SHIFTSTATE = [], POS = {X = 187, Y = 12},  
EVENTSTATE = [], TIMESTAMP = 289938704, WHEEL = MW_UP, DELTA = 0}},  
CAPTURE=0xe2348, this=error reading variable)
#24  0042E80E msegui.pas:14721  
TINTERNALAPPLICATION__PROCESSMOUSEEVENT(EVENT=0x78a8388, this=error  
reading variable)
#25  004306B8 msegui.pas:15611  
TINTERNALAPPLICATION__EVENTLOOP(AMODALWINDOW=0x0, ONCE=false, this=error  
reading variable)
#26  0043187C msegui.pas:16141  
TINTERNALAPPLICATION__DOEVENTLOOP(ONCE=false, this=error reading  
variable)
#27  005276B8 mseapplication.pas:1447 TCUSTOMAPPLICATION__RUN(this=error  
reading variable)
#28  004026A7 mseide.pas:65 main()

PS:
Martin, will You be in a long vacation on Christmans ?
Why me ask, there seems to be a lot of work in MSE* (older  new projects)  
and possibly Your support will be in a great demand.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Debugging IDE in IDE: SIGTRAP stop in parent IDE on pressing F12 to display a form designer in the child IDE

2011-12-21 Thread IvankoB
 Please use -gh (heaptrace), maybe there is more information.

Strange, no more errors. Maybe because me rebuilt the child IDE within ist  
parent ?


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Encrypted SQLite3 (with sqlite3d.dll from the SQLite Cipher): no such table for really existing table

2011-12-21 Thread IvankoB
 Since the subdir access doesn't work the executable directory is used to
 hold database files.

 Are you sure the working directory is c:\superprog?


It's a syntax example :)


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] SigSegv in the IDE: around form inheritance

2011-12-21 Thread IvankoB
The stack trace:

#0  0192 :0 ??()
#1  005E5992 :0 DB_TDATASOURCE_$__DOSTATECHANGE()
#2  005E5A5E :0 DB_TDATASOURCE_$__PROCESSEVENT$TDATAEVENT$LONGINT()
#3   :0 ??()

100% reproducible with the PODPISKA on confirming changes of  
TREFVIEWFORM.dbddOperDay(tdbdatetimedisp).anchor.an_right.
This change propagates through forms inrerited from TREFVIEWFORM -  
TREFEDITIONVIEWFORM..
Me have all these forms loaded to the IDE.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Encrypted SQLite3 (with sqlite3d.dll from the SQLite Cipher): no such table for really existing table

2011-12-21 Thread IvankoB
 No, as a debugger session from the IDE. Though, it's the same.
 With DB file pointed by fabsolute path c:\Documents and
 Settings\Администратор\Мои
   документы\MSE_PROJECTS\login\db\dbfile.db
 everthing is OK, but with db\dbfile.db the DB isn't found.





For me too. Even encrypted (with TMSESQLScrit) one from relative path.
And inserting/editing data as well.
Maybe, there was some inattention.
Appzs !


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Razor-qt: a new lite Qt-based desktop environment

2011-12-21 Thread IvankoB
 It this new will be implementing MOC-code debugging (really handling
 XML-based MOC data in RTTI manner) then it could make revolution in QT
 development :)

 I don't understand the interrelation, Razor-qt is a desktop environment?


Oops, no time to see what's exactly :)
Smth like a lightweight KDE replacement ?


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Wrong russian text in tdbenumeditlb placed in TDBWidgetGrid

2011-12-22 Thread IvankoB
once the widget gets focus (clicked). Before accessing the cells they look  
correctly.

The bound query has dso_utf8/stringmemo set TRUE. The database encoding is  
UTF8. The text is russian.

Finally, playing with the failing cells results in SigSegv with the below  
stack trace:

#0  0040DC43 :0 SYSTEM_SYSGETMEM_FIXED$LONGWORD$$POINTER()
#1  0070 :0 ??()
#2  0007 :0 ??()
#3  00057ED3 :0 ??()
#4  0045EDCA msestrings.pas:845 UTF8TOSTRING(VALUE=0xf95b8  
#208#159#208#190#208#180#208#191#208#184#209#129#208#189#208#176#209#143'  
'#208#186#208#176#208#188#208#191#208#176#208#189#208#184#209#143' 2011  
'#208#179#208#190#208#180' ', result=0x0)
#5  00573212 msebufdataset.pas:2818  
TMSEBUFDATASET__LOADBUFFER(BUFFER={BLOBINFO = 0x0, FIELDDATA = {NULLMASK =  
{255}}}, this=error reading variable)
#6  00572B2C msebufdataset.pas:2663  
TMSEBUFDATASET__GETNEXTPACKET(ALL=true, this=error reading variable)
#7  00572402 msebufdataset.pas:2460  
TMSEBUFDATASET__GETRECORD(BUFFER=0x4232260 '', GETMODE=GMNEXT,  
DOCHECK=true, this=error reading variable)
#8  00517249 msebufdataset.pas:0 DB_TDATASET_$__GETNEXTRECORD$$BOOLEAN()
#9  0057B151 msebufdataset.pas:6397  
TMSEBUFDATASET__GETNEXTRECORD(this=error reading variable)
#10  0051731F msebufdataset.pas:0 DB_TDATASET_$__GETNEXTRECORDS$$LONGINT()
#11  04277080 msebufdataset.pas:0 ??()
#12  00517B32 msebufdataset.pas:0 DB_TDATASET_$__RECALCBUFLISTSIZE()
#13  0009 msebufdataset.pas:0 ??()
#14   msebufdataset.pas:0 ??()


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] The PODPISKA: SigSegv when loading REFEDITIONVIEWFORM from REFCOMPANYVIEWFO (via actEditions)

2011-12-22 Thread IvankoB
#0  7C91B1FA :0 ntdll!RtlpWaitForCriticalSection()
#1  7C901046 :0 ntdll!RtlEnumerateGenericTableLikeADirectory()
#2  0078C9A0 :0 U_SYSTEM_ORPHANED_FREELISTS()
#3  0040EC19 :0 SYSTEM_SYSENTERCRITICALSECTION$formal()
#4  0040E748 :0 SYSTEM_ENTERCRITICALSECTION$TRTLCRITICALSECTION()
#5  0040DDF8 :0 SYSTEM_WAITFREE_FIXED$PMEMCHUNK_FIXED$POSCHUNK()
#6  00042BA4 :0 ??()
#7  00485C65 mseformatstr.pas:537 STOREFORMAT()
#8  004857CB mseformatstr.pas:621 FORMATDATETIMEMSE()
#9  00486870 mseformatstr.pas:1679 DATETIMETOSTRING()
#10  004868E0 mseformatstr.pas:1690 DATETOSTRING()
#11  005049B7 msedataedits.pas:5466  
TCUSTOMDATETIMEEDIT__INTERNALDATATOTEXT()
#12  004FEB66 msedataedits.pas:2334 TCUSTOMDATAEDIT__DATATOTEXT()
#13  004FCAE0 msedataedits.pas:1560 TCUSTOMDATAEDIT__UPDATEEDITTEXT()
#14  004FD8D0 msedataedits.pas:1835 TCUSTOMDATAEDIT__VALUECHANGED()
#15  005042FC msedataedits.pas:5292 TCUSTOMDATETIMEEDIT__SETVALUE()
#16  004E514F msedbedit.pas:5153 TDBDATETIMEEDIT__FIELDTOVALUE()
#17  004E2B71 msedbedit.pas:3300 TCUSTOMEDITWIDGETDATALINK__RECORDCHANGED()
#18  00521781 msedbedit.pas:0 DB_TDATALINK_$__DATASETCHANGED()
#19  0052170D msedbedit.pas:0  
DB_TDATALINK_$__DATAEVENT$TDATAEVENT$LONGINT()
#20  0062E640 msedbedit.pas:0 $MSEDBEDIT$_Ld83()
#21  0002 msedbedit.pas:0 ??()
#22  0052DFBD msedb.pas:6359 TMSEDATALINK__DATAEVENT()
#23  004E25CD msedbedit.pas:3187 TCUSTOMEDITWIDGETDATALINK__DATAEVENT()
#24  00522309 msedbedit.pas:0  
DB_TDATASOURCE_$__DISTRIBUTEEVENT$TDATAEVENT$LONGINT()
#25  000710E0 msedbedit.pas:0 ??()
#26  0058D346 msqldb.pas:4634 TSQLQUERY__DATAEVENT()
#27  0058232D msesqldb.pas:785 TMSESQLQUERY__INHERITEDDATAEVENT()
#28  0052FE53 msedb.pas:7206 TDSCONTROLLER__DATAEVENT()
#29  005822E8 msesqldb.pas:774 TMSESQLQUERY__DATAEVENT()
#30  005196A7 msesqldb.pas:0 DB_TDATASET_$__RESYNC$TRESYNCMODE()
#31  005194F9 msesqldb.pas:0 DB_TDATASET_$__REFRESH()
#32  04280AA8 msesqldb.pas:0 ??()
#33  005310B3 msedb.pas:7836 TDSCONTROLLER__REFRESH()
#34  00582A8F msesqldb.pas:998 TPARAMSOURCEDATALINK__RECORDCHANGED()
#35  00582B38 msesqldb.pas:1016 TPARAMSOURCEDATALINK__LOADED()
#36  005835A1 msesqldb.pas:1251 TFIELDPARAMLINK__LOADED()
#37  0044518E msesqldb.pas:0 CLASSES_NOTIFYGLOBALLOADING()
#38  00080670 msesqldb.pas:0 ??()
#39  00467BAA mseclasses.pas:2434 LOADMSEMODULE()
#40  00433317 mseforms.pas:792 TCUSTOMMSEFORM__CREATE()
#41  00435BF6 mseforms.pas:1792 TMSEFORM__CREATE()
#42  004333F1 mseforms.pas:802 TCUSTOMMSEFORM__CREATE()
#43  005C537F refviewform.pas:950 TREFVIEWFO__CREATE()
#44  00467703 mseclasses.pas:1855 CREATEMODULE()
#45  0043056D msegui.pas:16337 TGUIAPPLICATION__CREATEFORM()
#46  005C0528 refcompanyviewform.pas:57 TREFCOMPANYVIEWFO__INDEXESEXEC()
#47  004A220C mseact.pas:379 DOACTIONEXECUTE1()
#48  004A226B mseact.pas:395 DOACTIONEXECUTE()
#49  004D0929 msesimplewidgets.pas:735 TCUSTOMBUTTON__DOEXECUTE()
#50  004AEECB msewidgets.pas:1860 TACTIONSIMPLEBUTTON__INTERNALEXECUTE()
#51  004AEEE7 msewidgets.pas:1867 TACTIONSIMPLEBUTTON__DOSHAPEEXECUTE()
#52  004BE425 mseshapes.pas:427 UPDATEMOUSESHAPESTATE()
#53  004AEF83 msewidgets.pas:1881 TACTIONSIMPLEBUTTON__CLIENTMOUSEEVENT()
#54  00420C07 msegui.pas:8832 DOCLIENTMOUSEEVENT()
#55  00420AAA msegui.pas:8968 TWIDGET__MOUSEEVENT()
#56  004B4FDB msewidgets.pas:4500 TACTIONWIDGET__MOUSEEVENT()
#57  00429C8B msegui.pas:13159 TWINDOW__DISPATCHMOUSEEVENT()
#58  0042CE0E msegui.pas:14721 TINTERNALAPPLICATION__PROCESSMOUSEEVENT()
#59  0042ECB8 msegui.pas:15611 TINTERNALAPPLICATION__EVENTLOOP()
#60  0042F295 msegui.pas:15730 TINTERNALAPPLICATION__BEGINMODAL()
#61  00429091 msegui.pas:12920 TWINDOW__BEGINMODAL()
#62  004223B7 msegui.pas:9742 TWIDGET__INTERNALSHOW()
#63  004226E6 msegui.pas:9847 TWIDGET__SHOW()
#64  00422730 msegui.pas:9866 TWIDGET__SHOW()
#65  00436668 main.pas:505 TMAINFO__REFCOMPANYEXEC()
#66  004A220C mseact.pas:379 DOACTIONEXECUTE1()
#67  004A226B mseact.pas:395 DOACTIONEXECUTE()
#68  004C3E4D msemenus.pas:1049 TMENUITEM__DOEXEC()
#69  004C2F6D msemenus.pas:543 TCUSTOMMENU__CHECKEXEC()
#70  004CCEF7 msemenuwidgets.pas:1349 TPOPUPMENUWIDGET__ACTIVATEMENU()
#71  004CC5C2 msemenuwidgets.pas:1154 TPOPUPMENUWIDGET__MOUSEEVENT()
#72  004CE34A msemenuwidgets.pas:1899 TCUSTOMMAINMENUWIDGET__MOUSEEVENT()
#73  00429C8B msegui.pas:13159 TWINDOW__DISPATCHMOUSEEVENT()
#74  0042CE0E msegui.pas:14721 TINTERNALAPPLICATION__PROCESSMOUSEEVENT()
#75  0042ECA6 msegui.pas:15607 TINTERNALAPPLICATION__EVENTLOOP()
#76  0042FE7C msegui.pas:16141 TINTERNALAPPLICATION__DOEVENTLOOP()
#77  00465738 mseapplication.pas:1447 TCUSTOMAPPLICATION__RUN()
#78  0040 podpiska.pas:41 main()




The issue is DB-related since doesn't trigger if  
REFEDITIONVIEWFORM.qryContents is set inactive in design time.
In this case REFEDITIONVIEWFORM loads  shows well but upon closing this  
form we have another SigSegv - with the below call stack:

#0  0040D43A :0 SYSTEM_REMOVE_FREED_FIXED_CHUNKS$POSCHUNK()
#1  0070 :0 ??()
#2  00063ADC :0 ??()
#3  00410901 :0 

[MSEide-MSEgui-talk] The PODPISKA: SigSegv when clicking within widgetgrid on REFPUBLISHERVIEWFORM

2011-12-22 Thread IvankoB

#0  7C91B1FA :0 ntdll!RtlpWaitForCriticalSection()
#1  7C901046 :0 ntdll!RtlEnumerateGenericTableLikeADirectory()
#2  0078C9A0 :0 U_SYSTEM_ORPHANED_FREELISTS()
#3  0040EC19 :0 SYSTEM_SYSENTERCRITICALSECTION$formal()
#4  0040E748 :0 SYSTEM_ENTERCRITICALSECTION$TRTLCRITICALSECTION()
#5  0040DE42 :0 SYSTEM_WAITFREE_VAR$PMEMCHUNK_VAR()
#6  042CCBCC :0 ??()
#7  0040A0F0 :0 fpc_dynarray_setlength()
#8  0047B022 mserichstring.pas:462 PACKFONTFORMATS(FORMATS=0x42ccbd4)
#9  0047B0FE mserichstring.pas:509 SETFONTINFOLEN(FORMATS=0x42ccbd4,  
AINDEX=0, LEN=1073741823, ASTYLE={FONTCOLOR = 0, COLORBACKGROUND = 0,  
FONTSTYLE = []}, FLAGS=[NI_SELECTED])
#10  0047B2CD mserichstring.pas:581 UPDATEFONTSTYLE1(FORMATS=0x42ccbd4,  
AINDEX=0, LEN=1073741823, ASTYLE=FS_SELECTED, ASET=false)
#11  0047B258 mserichstring.pas:555 SETSELECTED1(TEXT={TEXT = 0x0, FORMAT  
= 0x42ccbd4, FLAGS = []}, START=0, LEN=0)
#12  00558C87 mseinplaceedit.pas:826  
TINPLACEEDIT__UPDATESELECT(this=error reading variable)
#13  0055AF98 mseinplaceedit.pas:1701 TINPLACEEDIT__SELECTALL(this=error  
reading variable)
#14  0055B0CF mseinplaceedit.pas:1748 TINPLACEEDIT__INITFOCUS(this=error  
reading variable)
#15  004FC7A6 msedataedits.pas:1474  
TCUSTOMDATAEDIT__VALUETOTEXT(this=error reading variable)
#16  0050292F msedataedits.pas:4439 TCUSTOMENUEDIT__GRIDTOVALUE(AROW=17,  
this=error reading variable)
#17  00563A6F msewidgetgrid.pas:3359  
TCUSTOMWIDGETGRID__DOCELLEVENT(INFO={CELL = {COL = -1073741823, ROW = 17},  
GRID = 0x0, EVENTKIND = CEK_FOCUSEDCELLCHANGED, CELLBEFORE = {COL =  
-1073741823, ROW = -1073741823}, NEWCELL = {COL = -1073741823, ROW = 17},  
SELECTACTION = FCA_SETFOCUSEDCELL, SELECTED = true, ACCEPT = false, ZONE =  
3221225473, MOUSEEVENTINFOPO = 0xc001, GRIDMOUSEPOS = {X =  
-1073741823, Y = 17}, KEYEVENTINFOPO = 0xc001}, this=error reading  
variable)
#18  004E9B8A msedbedit.pas:8429  
TCUSTOMDBWIDGETGRID__DOCELLEVENT(INFO={CELL = {COL = -1073741823, ROW =  
17}, GRID = 0x0, EVENTKIND = CEK_FOCUSEDCELLCHANGED, CELLBEFORE = {COL =  
-1073741823, ROW = -1073741823}, NEWCELL = {COL = -1073741823, ROW = 17},  
SELECTACTION = FCA_SETFOCUSEDCELL, SELECTED = true, ACCEPT = false, ZONE =  
3221225473, MOUSEEVENTINFOPO = 0xc001, GRIDMOUSEPOS = {X =  
-1073741823, Y = 17}, KEYEVENTINFOPO = 0xc001}, this=error reading  
variable)
#19  00546ED3 msegrids.pas:10710  
TCUSTOMGRID__AFTERFOCUSCELL(CELLBEFORE={COL = -1073741823, ROW =  
-1073741823}, SELECTACTION=FCA_SETFOCUSEDCELL, this=error reading  
variable)
#20  00547AA1 msegrids.pas:11231 TCUSTOMGRID__FOCUSCELL(CELL={COL =  
-1073741823, ROW = 17}, SELECTACTION=FCA_SETFOCUSEDCELL,  
SELECTMODE=SCM_CELL, ASHOWCELL=CEP_NEAREST, this=error reading variable)
#21  004EA04C msedbedit.pas:8551 TCUSTOMDBWIDGETGRID__FOCUSCELL(CELL={COL  
= -1073741823, ROW = 17}, SELECTACTION=FCA_FOCUSIN, SELECTMODE=SCM_CELL,  
ASHOWCELL=CEP_NEAREST, this=error reading variable)
#22  005446F1 msegrids.pas:9790 TCUSTOMGRID__SETROW(VALUE=17, this=error  
reading variable)
#23  004E7378 msedbedit.pas:7458  
TGRIDDATALINK__CHECKACTIVERECORD(this=error reading variable)
#24  004E74A4 msedbedit.pas:7482 TGRIDDATALINK__RECORDCHANGED(AFIELD=0x0,  
this=error reading variable)
#25  004E6D88 msedbedit.pas:7310  
TGRIDDATALINK__DATASETSCROLLED(DISTANCE=0, this=error reading variable)
#26  00521724 msedbedit.pas:0  
DB_TDATALINK_$__DATAEVENT$TDATAEVENT$LONGINT()
#27  0062E530 msedbedit.pas:0 $MSEDBEDIT$_Ld76()
#28   msedbedit.pas:0 ??()


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Another SigSegv in the PODPISKA

2011-12-22 Thread IvankoB
function tdatalist.internaladddata(const quelle; docopy: boolean): integer;
var
  int1: integer;
  po1: pointer;
begin
  beginupdate;
  try
   internalsetcount(fcount + 1,true);
   int1:= fcount - 1 + fringpointer;
   if int1 = fmaxcount then begin
dec(int1,fmaxcount);
   end;
   po1:= fdatapo + int1*fsize;
   move(quelle,po1^,fsize);
   if (dls_needscopy in fstate) and docopy then begin
copyinstance(po1^);
   end;
  finally
   endupdate; // HERE
  end;
  result:= fcount-1;
end;


==


The stack:

#0  0040DC43 :0 SYSTEM_SYSGETMEM_FIXED$LONGWORD$$POINTER()
#1  0030 :0 ??()
#2  0003 :0 ??()
#3  04250BFD :0 ??()
#4  005317D9 msedb.pas:8244 TMSEPARAMS__PARSESQL(SQL=0x55a89b8 'select  
max(id) from ref_ss_edition', DOCREATE=true, ESCAPESLASH=false,  
ESCAPEREPEAT=false, PARAMETERSTYLE=PSINTERBASE, PARAMBINDING=0x0,  
REPLACESTRING=0x0, this=error reading variable, result=0x0)
#5  00531FE7 msedb.pas:8452 TMSEPARAMS__PARSESQL(SQL=0x55a89b8 'select  
max(id) from ref_ss_edition', DOCREATE=true, this=error reading  
variable, result=0x0)
#6  0056F272 msesqlresult.pas:1411  
TSQLRESULT__ONCHANGESQL(SENDER=0x4234660, this=error reading variable)
#7  00493235 msedatalist.pas:2484 TDATALIST__DOCHANGE(this=error reading  
variable)
#8  004932A3 msedatalist.pas:2498 TDATALIST__CHANGE(INDEX=-1, this=error  
reading variable)
#9  0049334E msedatalist.pas:2516 TDATALIST__ENDUPDATE(this=error reading  
variable)
#10  00490F88 msedatalist.pas:1519 TDATALIST__INTERNALADDDATA(QUELLE=void,  
DOCOPY=true, this=error reading variable)
#11  00490FC9 msedatalist.pas:1526 TDATALIST__ADDDATA(QUELLE=void,  
this=error reading variable)
#12  00496E07 msedatalist.pas:5104 TMSESTRINGDATALIST__ADD(VALUE=0x55a8958  
'select max(id) from ref_ss_edition', this=error reading variable)
#13  005C4099 refviewform.pas:633 TREFVIEWFO__LOADED(SENDER=0xcf3d8,  
this=error reading variable)
#14  005E8512 refviewform_intcode.pas:100  
TREFVIEWFORM_INTCODEFO__INTLOADED(SENDER=0xcf3d8, this=error reading  
variable)
#15  00433DB7 mseforms.pas:1013 TCUSTOMMSEFORM__DOONLOADED(this=error  
reading variable)
#16  004337F8 mseforms.pas:872 TCUSTOMMSEFORM__DOAFTERLOAD(this=error  
reading variable)
#17  00433325 mseforms.pas:793 TCUSTOMMSEFORM__CREATE(AOWNER=0xa9af8,  
LOAD=true, vmt=0x0, this=error reading variable)
#18  00435BF6 mseforms.pas:1792 TMSEFORM__CREATE(AOWNER=0xa9af8,  
LOAD=true, vmt=0x0, this=error reading variable)
#19  004333F1 mseforms.pas:802 TCUSTOMMSEFORM__CREATE(AOWNER=0xa9af8,  
vmt=0x0, this=error reading variable)
#20  005C537F refviewform.pas:950 TREFVIEWFO__CREATE(AOWNER=0xa9af8,  
vmt=0x1, this=error reading variable)
#21  00467703 mseclasses.pas:1855 CREATEMODULE(AOWNER=0xa9af8,  
INSTANCECLASS=incomplete type, REFERENCE=void)
#22  0043056D msegui.pas:16337  
TGUIAPPLICATION__CREATEFORM(INSTANCECLASS=incomplete type,  
REFERENCE=void, this=error reading variable)
#23  005C04D8 refcompanyviewform.pas:49  
TREFCOMPANYVIEWFO__EDITIONSEXEC(SENDER=0x428c7a0, this=error reading  
variable)
#24  004A220C mseact.pas:379 DOACTIONEXECUTE1(SENDER=0x428c7a0,  
INFO={ACTION = 0x7cb38, CAPTIONTEXT = 0x425d5e0  
#1048#1079#1076#1072#1085#1080#1103'..', CAPTION1 = {TEXT = 0x425ace0  
#1048#1079#1076#1072#1085#1080#1103'..', FORMAT = 0x0, FLAGS = []}, STATE  
= [], OPTIONS = [], SHORTCUT = 0x0, SHORTCUT1 = 0x0, GROUP = 0, IMAGENR =  
-1, IMAGENRDISABLED = -2, COLORGLYPH = 2147483649, COLOR = 2147483649,  
IMAGECHECKEDOFFSET = 0, IMAGELIST = 0x0, HINT = 0x0, TAG = 0, TAGPOINTER =  
0x0, ONEXECUTE = 0x5c04a0 TREFCOMPANYVIEWFO__EDITIONSEXEC,  
ONBEFOREEXECUTE = 0}, CHANGED=false, NOCHECKBOX=false, NOCANDEFOCUS=false,  
BEFOREEXECUTE=0)
#25  004A226B mseact.pas:395 DOACTIONEXECUTE(SENDER=0x428c7a0,  
INFO={ACTION = 0x7cb38, CAPTIONTEXT = 0x425d5e0  
#1048#1079#1076#1072#1085#1080#1103'..', CAPTION1 = {TEXT = 0x425ace0  
#1048#1079#1076#1072#1085#1080#1103'..', FORMAT = 0x0, FLAGS = []}, STATE  
= [], OPTIONS = [], SHORTCUT = 0x0, SHORTCUT1 = 0x0, GROUP = 0, IMAGENR =  
-1, IMAGENRDISABLED = -2, COLORGLYPH = 2147483649, COLOR = 2147483649,  
IMAGECHECKEDOFFSET = 0, IMAGELIST = 0x0, HINT = 0x0, TAG = 0, TAGPOINTER =  
0x0, ONEXECUTE = 0x5c04a0 TREFCOMPANYVIEWFO__EDITIONSEXEC,  
ONBEFOREEXECUTE = 0}, NOCHECKBOX=false, NOCANDEFOCUS=false,  
BEFOREEXECUTE=0)
#26  004D0929 msesimplewidgets.pas:735  
TCUSTOMBUTTON__DOEXECUTE(this=error reading variable)
#27  004AEECB msewidgets.pas:1860  
TACTIONSIMPLEBUTTON__INTERNALEXECUTE(this=error reading variable)
#28  004AEEE7 msewidgets.pas:1867  
TACTIONSIMPLEBUTTON__DOSHAPEEXECUTE(ATAG=0, INFO={EVENTKIND =  
EK_BUTTONRELEASE, SHIFTSTATE = [], POS = {X = 57, Y = 6}, EVENTSTATE =  
[ES_CLIENT], TIMESTAMP = 1416028336, BUTTON = MB_LEFT}, this=error  
reading variable)
#29  004BE425 mseshapes.pas:427 UPDATEMOUSESHAPESTATE(INFO={CA = {DIM = {X  
= 0, Y = 0, CX = 110, CY = 22, POS = {X = 0, Y = 0}, SIZE = {CX = 110, CY  
= 22}}, CAPTION = {TEXT = 0x425ace0  

[MSEide-MSEgui-talk] TDBWidgetGrid: how to delete (or hide) some column in runtime ?

2011-12-22 Thread IvankoB
so that its contents fully disappear like the column width becomes zero.
And the column has widget(s) in its fixrow cell(s).


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] SigSegv in the IDE: around form inheritance

2011-12-22 Thread IvankoB
 The stack trace:

 #0  0192 :0 ??()
 #1  005E5992 :0 DB_TDATASOURCE_$__DOSTATECHANGE()
 #2  005E5A5E :0 DB_TDATASOURCE_$__PROCESSEVENT$TDATAEVENT$LONGINT()
 #3   :0 ??()


Still not fixed.

Active thread: 0x0192 in ?? ()
#0  0192 :0 ??()
#1  005E5C02 :0 DB_TDATASOURCE_$__DOSTATECHANGE()
#2  005E5CCE :0 DB_TDATASOURCE_$__PROCESSEVENT$TDATAEVENT$LONGINT()
#3   :0 ??()

0x7c90e4f4 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll
#0  7C90E4F4 :0 ntdll!LdrAccessResource()
#1  7C90DF2C :0 ntdll!ZwWaitForMultipleObjects()
#2  7C809574 :0 KERNEL32!CreateFileMappingA()
#3  7C80A105 :0 WaitForMultipleObjects()
#4  0065DBB2 :0  
MSEFILECHANGE_TDIRCHANGETHREAD_$__EXECUTE$TMSETHREAD$$LONGINT()
#5  00526043 msethread.pas:318 TMSETHREAD__INTERNALTHREADPROC(this=error  
reading variable)
#6  00506F11 msesysintf.pas:601 THREADEXEC(INFOPO=0x7efaa54)
#7  0040EFE9 msesysintf.pas:0 SYSTEM_THREADMAIN$POINTER$$LONGINT()
#8  7C80B713 msesysintf.pas:0 KERNEL32!GetModuleFileNameA()
#9   msesysintf.pas:0 ??()

0x7c90e4f4 in ntdll!LdrAccessResource () from C:\WINDOWS\system32\ntdll.dll
#0  7C90E4F4 :0 ntdll!LdrAccessResource()
#1  7C90DA2C :0 ntdll!ZwRemoveIoCompletion()
#2  71A3D320 :0 WSPStartup()
#3  7C80B713 :0 KERNEL32!GetModuleFileNameA()
#4   :0 ??()


Me'll try to provide VALGRIND output.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] TDBEnumEditLB: empty_text

2011-12-26 Thread IvankoB
How to cause it to display this text if no selection made in the list ?


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] IDE: Project-Tree-Units: error message when clicking on inhertired event handler in descendant form

2011-12-26 Thread IvankoB
For instance, in the PODPISKA, add refs/common/RECEDITFORM.pas to the  
project tree then
click REFCOMPANYEDITFORM.btnSave.OnExecute ( = treceditfo.recsaveexec ).


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] *.mfm-file closed manually sometimes reopens on saving project or saving all

2011-12-26 Thread IvankoB
if both pas-  mfm-files were loaded to the IDE and the pas-fiel was  
closed earlier.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] The PODPISKA: RefCompanyEditForm.dbcdeDateBegin needs FormatEdit/FormaDisplay to match such format of underlying DB

2011-12-26 Thread IvankoB
Otherwise it refuses to post changes with message about date format  
mismatch.
So, FormatEdit/FormaDisplay become required (not auto-tunable) properties.
As designed ?


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The PODPISKA: RefCompanyEditForm.dbcdeDateBegin needs FormatEdit/FormaDisplay to match such format of underlying DB

2011-12-26 Thread IvankoB
Are you sure the
 error is on DB post and not on text-date conversion in tdbedataedit?


Me has retyped the database display format (dd.mm.) into FormatEdit  
for Post to succeed.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] *.mfm-file closed manually sometimes reopens on saving project or saving all

2011-12-26 Thread IvankoB
 On 12/26/2011 01:16 PM, IvankoB wrote:
 if both pas-  mfm-files were loaded to the IDE and the pas-fiel was
 closed earlier.

 Steps to reproduce?


It's a very old ghost issue :)
Happens after both mfm-  pas-file were open simultaneously for some  
reason but neither manually nor via RClick 's Shows as Form/Text.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Even further memory leak

2011-12-29 Thread IvankoB

---
Error
---
   $004FE60A  TOBJE  $00432B3D  TINTERNALAPPLICATION__EVENTLOOP,  line  
15632 of D:/msegui/lib/common/kernel/msegui.pas

   $00433065  TINTERNALAPPLICATION__BEGINMODAL,  line 15730 of  
D:/msegui/lib/common/kernel/msegui.pas

   $0042CD01  TWINDOW__BEGINMODAL,  line 12920 of  
D:/msegui/lib/common/kernel/msegui.pas

   $00425BB7  TWIDGET__INTERNALSHOW,  line 9742 of  
D:/msegui/lib/common/kernel/msegui.pas


---
ОК
---

-- 
Написано в почтовом клиенте браузера Opera: http://www.opera.com/mail/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] The IDE: memory leak

2011-12-29 Thread IvankoB
happened after an IDE-in-IDE session running the PODPISKA.

---
Error
---
Heap dump by heaptrc unit

7422473 memory blocks allocated : 891251343/925517976

7422469 memory blocks freed : 891251281/925517912

4 unfreed memory blocks : 62

True heap size : 1933312

True free heap : 5012704

Should be : 1932992

Call trace for block $0682E828 size 30

   $00408C87

   $00573E33

   $00573E80

   $004FE60A  TOBJECTEVENT__DELIVER,  line 230 of  
D:/msegui/lib/common/kernel/mseevent.pas

   $00432B3D  TINTERNALAPPLICATION__EVENTLOOP,  line 15632 of  
D:/msegui/lib/common/kernel/msegui.pas

   $00433065  TINTERNALAPPLICATION__BEGINMODAL,  line 15730 of  
D:/msegui/lib/common/kernel/msegui.pas

   $0042CD01  TWINDOW__BEGINMODAL,  line 12920 of  
D:/msegui/lib/common/kernel/msegui.pas

   $00425BB7  TWIDGET__INTERNALSHOW,  line 9742 of  
D:/msegui/lib/common/kernel/msegui.pas

Call trace for block $08145638 size 24

   $00408C87

   $00573E33

   $00573E80

   $004FE60A  TOBJECTEVENT__DELIVER,  line 230 of  
D:/msegui/lib/common/kernel/mseevent.pas

   $00432B3D  TINTERNALAPPLICATION__EVENTLOOP,  line 15632 of D
---
ОК
---



-- 
Написано в почтовом клиенте браузера Opera: http://www.opera.com/mail/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Further memory leak

2011-12-29 Thread IvankoB

---
Error
---
   $00432B3D  TINTERNALAPPLICATION__EVEN  $00433065   
TINTERNALAPPLICATION__BEGINMODAL,  line 15730 of  
D:/msegui/lib/common/kernel/msegui.pas

   $0042CD01  TWINDOW__BEGINMODAL,  line 12920 of  
D:/msegui/lib/common/kernel/msegui.pas

   $00425BB7  TWIDGET__INTERNALSHOW,  line 9742 of  
D:/msegui/lib/common/kernel/msegui.pas

Call trace for block $081442B8 size 16

   $00408C87

   $00573E33

   $00573E80

   $004FE60A  TOBJECTEVENT__DELIVER,  line 230 of  
D:/msegui/lib/common/kernel/mseevent.pas

   $00432B3D  TINTERNALAPPLICATION__EVENTLOOP,  line 15632 of  
D:/msegui/lib/common/kernel/msegui.pas

   $00433065  TINTERNALAPPLICATION__BEGINMODAL,  line 15730 of  
D:/msegui/lib/common/kernel/msegui.pas

   $0042CD01  TWINDOW__BEGINMODAL,  line 12920 of  
D:/msegui/lib/common/kernel/msegui.pas

   $00425BB7  TWIDGET__INTERNALSHOW,  line 9742 of  
D:/msegui/lib/common/kernel/msegui.pas

Call trace for block $08148E18 size 16

   $00408C87

   $00573E33

   $00573E80

   $004FE60A  TOBJECTEVENT__DELIVER,  line 230 of D:/msegui/lib/common/ker
---
ОК
---

-- 
Написано в почтовом клиенте браузера Opera: http://www.opera.com/mail/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] The IDE: if many forms are loaded, it looks funny on taskbar of ICEWM

2011-12-30 Thread IvankoB
like each of the loaded forms is treated as a separate (IceWM) application  
and selecting the such a form on the taskbar also brings the form to  
foreground.


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The PODPISKA: not saving data on 1-st attempt

2011-12-30 Thread IvankoB
Martin Schreiber mse00...@gmail.com  
писал(а) в своём письме Fri, 30 Dec 2011 11:58:59 +0500:

 On 12/30/2011 07:18 AM, IvankoB wrote:
 Have You checked with the remote source of MSEgui (git clone) ?

 git shows no local differences from the remote.


 BTW, the DMPRINT issue is LINUX only ( $ifndef mswindows ).
 Have You checked in win-32?

 No, please fix it for Linux.

 Still no commit on 1st attempt. Please, recheck for REFCOMPANY, see teh
 attached snapshots for steps.

 Works for me on Linux, see attachment.

 Martin

It's OK on me in LINUX too, but in win-32 me don't even get into:

function TSQLTransaction.Commit(const checksavepoint: boolean = true):  
boolean;
//var
// bo1: boolean;
begin
  result:= true;
  if active then begin
   if checksavepoint and (fsavepointlevel = 0) then begin
pendingaction:= cacommit;
exit;
   end;
[...]
//

even on 2-nd (seccessfull) attempt.

Maybe, there're problems in my client PG setup causing silent rolling back  
but such situation should be intercepted as an exception by MSEgui/SQLDB,  
correct ?
Me set up PG client (9+) by copying the below files to %windir%\system32:

libeay32.dll
libintl-8.dll
libpq.dll
msvcr90.dll
ssleay32.dll


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Excetionless function to go saved bookmark ?

2012-01-03 Thread IvankoB
That's no DB exception if not found.


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] TDBWidgetGrid: how read value of bound DB fields on selecting (clicking in) a record in the grid ?

2012-01-03 Thread IvankoB
Dataset.onAfterScroll isn't desirable here unless combined with the  
(clicked) selection check.

That's : how to know that a record is selected in the grid so that its  
bound DB fields can be read for values ?


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] TMSEtypeField.Format(Disp/Edit) doesn't work anymore

2012-01-03 Thread IvankoB
being bound to tdbrealdisp.


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2012-01-12 Thread IvankoB

see the attachment.

(win-32)attachment: wrongly_painted_simple_form.png--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] tdbwidgetgrid.datalink.datasource issues when copying between forms

2012-01-12 Thread IvankoB
- copied dbwidgetgrid has an internal dbwidget bound to query1.field1
- changing dbwidgetgrid.datalink.datasource with same name but with no  
field1's name (anothe field defs) displays a complain message
- since then, it's imposible to assign datalink.* props until  
dbwidgetgrid.datalink.datasource is reset to nil

As designed ?


--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tdbwidgetgrid.datalink.datasource issues when copying between forms

2012-01-12 Thread IvankoB
 - copied dbwidgetgrid has an internal dbwidget bound to query1.field1
 - changing dbwidgetgrid.datalink.datasource with same name but with no
 field1's name (anothe field defs) displays a complain message
 - since then, it's imposible to assign datalink.* props until
 dbwidgetgrid.datalink.datasource is reset to nil

 As designed ?

 Please send a testcase.


After copypaste, dbwidgetgrid losts its datalink.datasource as long as  
its internal dbwiodget keep their fieldname. After assigning new  
grid.datalink.datasource with different fieldset there're complains on  
absenting fields w/o informing which exact widgets are affected so that  
user can quickly fix fieldnames.
More graceful (or informative) way is appreciated :)


--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tdbwidgetgrid.datalink.datasource issues when copying between forms

2012-01-12 Thread IvankoB
w/o informing which exact widgets are affected so that
 user can quickly fix fieldnames.
 More graceful (or informative) way is appreciated :)

Oops, the affected widget name is informed (it was autogenerated thus me  
overlooked) ! It' graceful enough :)


--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[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
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[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!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] F12 key pressed in win32 calls debugger: how to fix it ?

2012-03-27 Thread IvankoB
 Martin, do You remember that ? Me look in the README and can't find.

 Needs a setting in registry.
 http://search.gmane.org/search.php?group=gmane.comp.ide.mseide.userquery=f12


Great thanx ! And it MUST be in the README :)

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.2, MSEgit 1.2

2012-04-02 Thread IvankoB
 I do not plan to add it. Debugging MSEide in MSEide is normally done by
 experienced people and README.TXT should be as short as possible.


Disagreed. The absence of this README item may disable coming those new  
experienced people
since the issue solution is hard to find thus the people will blame all on  
MSEgui :)


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.2, MSEgit 1.2

2012-04-02 Thread IvankoB
 I do not plan to add it. Debugging MSEide in MSEide is normally done by
 experienced people and README.TXT should be as short as possible.



A file like DEBUG.info ?


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.2, MSEgit 1.2

2012-04-04 Thread IvankoB

A file like DEBUG.info ?





In the new DEBUG.txt, there're B chars at line ends (seen in win-32).
See the attachment/attachment: B-chars.png--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.2, MSEgit 1.2

2012-04-08 Thread IvankoB
 That would mean that the AMD shaders had very
 poor performance, and alltogether the shaders wouldn't even caom close to
 the performance of your main CPU.


No, the test means that work of both 100% loaded CPUs may (on easily  
parallelized task) can be easily (13% load for AMD  20% load for nVidia -  
almost) done by GPUs.
That's You may encode video faster than on E8400 and don't even notice any  
slowdown unless gaming smth like Crysis at highest quality :)
BTW, the ArcSoft encoder can speed encoding every type of media files not  
only multiprocessor-in-mind H264. That's managing multiple parts  
(splitting, processing  combing) is a doable task.

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] The large project

2012-04-09 Thread IvankoB
Approx 6 subtasks. Complicated enough. With strict data security demands.  
Very tough terms - 1.5..2 months.
And it seems that me'll have to program it.
With MSEgui sure because the main demand is to be cross-platform from  
keyboard up to printer.
PostgreSQL based, possibly with offline mode of TMSESQLQuery used.
Anything to care about ?


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The large project

2012-04-09 Thread IvankoB
 A big project in 1.5..2 months? I have a rule of thumb that a project
 must be basically running and the main problems must be solved in half
 of the development time. So you have 4 weeks for the development of a
 100% working prototype. Not much. :-)



It's a combination of PODPISKA (your lovely, me guess)  ROZNITSA with  
some extentions.
So, there'll be something to reuse.


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The large project

2012-04-09 Thread IvankoB
 Then you need an encrypted localdataset log file?


Though it'll only contain reference=readonly data (operational=writable  
data will always be remote), me think yes.
The problem is to make easy to set up (via installer) on different OS by a  
regular user - encrypted loopback on LINUX, encrypted file or partition on  
WinNT5+.


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] The large project

2012-04-09 Thread IvankoB
 I plan to add a cryptohandler property to tmsefilestream where
 encryption components can hook, a generalization of the cryptio
 functionality in msesockets. All msestreams inherit from tmsefilestream
 so encryption should be possible for all streams used in MSEgui.


The encrypted storage is very sensitive to media  file system error   
power failures - a single wrong byte may make whole storage unusable. A  
kind of smart transaction behavior will be needed, for sure.


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.2, MSEgit 1.2

2012-04-10 Thread IvankoB
 AFAIK, only H264 files are such, the other formats aren't that in mind.
 But it seems that ArcSoft found a way :)

 Most (compressed, even lossy) video formats have synchronisation frames,
 which can be used to rebuild the following part without knowledge of the
 previous part.

That's streamed media or snapshots of streams, correct ?
Really, GPUs are much-much more preferable for stream processing than CPUs.

Me still can't get the need in 3+ core CPUs on desktop machines as  
contrary DualCore which was really a huge step since allowed still to have  
responsive GUI at time of encoding etc heavy tasks. But normal user won't  
start 3+ heavy background processes unless some kind of games. 3+ CPUS etc  
extensive approaches look like efforts to keep the Moore law alive :) But  
now is the time to switch to organic microelectronic which will give  
thousand times more density ! So pitty that USSR with its advanced  
sciences was killed...


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Bug in msebufdataset.pas

2012-04-12 Thread IvankoB
 counting numbers are called cardinal, while numbering numbers (;) are
 called ordinal.

In FPC, the cardinal is =0 (can really be counted on fingers) with  
twice as higher upper bound.


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-13 Thread IvankoB
 I'd like to split the mopenssl.pas monster into separate units. What  
 were the
 criteria for the different ifdefs? Especially what belongs to always  
 loaded
 sslutils and what to X509_,EVP_...?



To make the compiled unit (=exe) a bit smaller if only a set of cypher is  
planned to use.
The ifdefs just mean those sets.


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-13 Thread IvankoB
 others are not. What is the criterium?


They provide dependencies of other ifdefs or common dependencies


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] IDE doesn't built (win32, fpc 2.6.0)

2012-04-15 Thread IvankoB
The build command :


#!/bin/sh

rem ppc386.exe apps\ide\mseide.pas -Fulib\common\* -B  
-Fulib\common\kernel\i386-win32 -Fi\lib\common\kernel -dmse_with_ifi
rem msedirclear .\

echo //  apps\ide\regcomponents.inc

fpc -Mobjfpc -B apps\ide\mseide.pas -Fulib\common\*  
-Fulib\common\kernel\i386-win32 -Fi\lib\common\kernel -dmse_with_ifi  
-dmse_with_ifi -dmorecomponents -Fulib\addon\*  
-Fulib\addon\osprinter\i386-win32
fpc -Mobjfpc -B tools\bmp2pas.pas   -Fulib\common\*  
-Fulib\common\kernel\i386-win32 -Fi\lib\common\kernel
fpc -Mobjfpc -B tools\form2pas.pas  -Fulib\common\*  
-Fulib\common\kernel\i386-win32 -Fi\lib\common\kernel
fpc -Mobjfpc -B tools\i18n\msei18n.pas  -Fulib\common\*  
-Fulib\common\kernel\i386-win32 -Fi\lib\common\kernel


The messages :

[...]
Compiling .\lib\common\kernel\msescrollbar.pas
Compiling .\lib\common\kernel\mseshapes.pas
Compiling .\lib\common\graphics\msedrawtext.pas
Compiling .\lib\common\graphics\msefont.pas
Compiling .\lib\common\kernel\msestockobjects.pas
Compiling .\lib\common\kernel\msestockobjects_mfm.pas
Compiling .\lib\common\kernel\mseconsts.pas
Compiling .\lib\common\kernel\msemenus.pas
Compiling .\lib\common\widgets\msemenuwidgets.pas
Compiling .\lib\common\widgets\msewidgets.pas
Compiling .\lib\common\widgets\msemenuwidgets.pas
Compiling .\lib\common\kernel\mseactions.pas
Compiling .\lib\common\kernel\i386-win32\mseguiintf.pas
Compiling .\lib\common\kernel\msestockobjects.pas
Compiling .\lib\common\kernel\msegui.pas
Compiling .\lib\common\widgets\msewidgets.pas
Compiling .\lib\common\kernel\msegui.pas
Compiling .\lib\common\kernel\msestockobjects.pas
Compiling .\lib\common\widgets\msewidgets.pas
Fatal: Compilation aborted
An unhandled exception occurred at $00458377 :
EAccessViolation : Access violation
   $00458377
   $00455F42
   $0043300D
   $004BF568
   $0049DDE4
   $0043FB40
   $004EAC39
   $004E8F94
   $004EC2C8
   $004EC2DC
   $004EC2DC
   $004EC2DC
   $004EC74F
   $004DBDE5
   $004DC1C7
   $004DBCD7
   $004D9C9A

Error: C:\FPC\2.6.0\bin\i386-Win32\ppc386.exe returned an error exitcode  
(normal if you did not specify a source file to be compiled)


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Estimated traffic difference between direct WEB DB connection ?

2012-04-17 Thread IvankoB
Me mean :

- direct data are transferred remotely to tmsesqlqury then loaded into a  
local grid
- WEB-connection retrieves same data and packs them into HTML table (a lot  
of parasite tags like TR/TD etc)

The Q: how much traffic difference between these approaches for say 1000  
records ?
Does someone have statistic ? It also should meant that WEB caching should  
be disables for data security reasons.


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] IDE doesn't built (win32, fpc 2.6.0)

2012-04-17 Thread IvankoB
 Really, calling tools\msedirclear .\ seems to fix the problem.
 To the README ?

Can it be a good idea to include the msedirclear code into BUILD  
sequence ?


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] IDE doesn't built (win32, fpc 2.6.0)

2012-04-18 Thread IvankoB
 Not by default. FPC should fix the bugs in the compiler. You add the  
 script
 yourself by 'Project'-'Options'-'Make'-'Command default'.


This code if platform dependent.


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Encrypted file streams

2012-04-18 Thread IvankoB
Me see them in recent GIT changes. Are they already working ?


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-20 Thread IvankoB
 tsslcryptohandler is in tab 'NoGui'.


There's no such on this tab page ;)


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-20 Thread IvankoB
 Ready for testing, git master 68b8f038caa0d32696bf5ca54e5210a052fbca2a.
 tsslcryptohandler is in tab 'NoGui'.


If easy, how about the idea about to use tsslcryptohandler for connection  
encrypting (AFAIK, FB  PostgSQL) so that to avoid using middle-ware like  
OpenVPN, Stunnel  and to manage private key passwords as well from within  
MSEgui apps ? Even with the latters, by default PostgerSQL's LIBPQ still  
establishes unencrypted (can be tapped by viruses etc) connection to  
localhost before it's traversed to encrypted remote.



--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Breaking changes in FPC 2.6.1

2012-04-27 Thread IvankoB
 Hi,
 There are breaking changes in FPC fixes_2_6. MSEide+MSEgui does not  
 support
 FPC 2.6.1 anymore, please use 2.6.0 instead.
 http://www.mail-archive.com/fpc-devel%40lists.freepascal.org/msg25865.html
 It seems Graeme and me are the only persons who don't like breaking  
 changes in
 fixes branch so we must accept it.

No problems unless these change will introduce delayed (revealed in future  
in real-life project) bugs.
Is the code place to adjust alone ? Can't these changes be done  
once-and-forever ?



--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Breaking changes in FPC 2.6.1

2012-04-27 Thread IvankoB
But it's difficult to object to the below Your statement:
--
Please change TDataset.Bookmark to tbytes = array of byte if you absolutely
need to change it in fixes_2_6 so we have a bookmark type with automatic
memory management again.


PS:
If the main advantage of FPC over C/C++ is its automatic memory management  
then why wouldn't use it ?


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] New LINUX distros are funny :)

2012-05-11 Thread IvankoB
 FreeBSD: fast, clear standards, consistent and very stable. Not to
 mention the absolute must-have ZFS file system support - I don't trust
 my data on anything else any more.



Unfortunately, it lacks a lot of important software (incl networking   
system administration [VPN daemons,..])  hardware support especially.
Me know some admins which were huge fans of BSD in the past but they HAVE  
TO switch to LINUX after years of everyday nightmare. And they have been  
very happy since then.


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[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. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[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!


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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  bombed with complains :)


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[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.*
*.ppu
*.bak*

--
will allow to add/commit by group (w/o exact specifying ) only source  
files.


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 just to close all related files in IDE before deleting them from  
file system?


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 solution is to use FAR manager to  
create a simlink :

c:\Users\ASCII_named_User = c:\Documents  Settings\non_ASCII_Named_User  
 keep teh keys in c:\Users\ASCII_named_User\.ssh

 BTW I prefer Gitolite as git server.

If me weren't cope GitjSis it would be me next option :)


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] TMainMenu: for top-level items [forming horiz. line], assigned TActions don't work

2012-05-15 Thread IvankoB
For inner subitems, everything is OK.


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] TMainMenu: for top-level items [forming horiz. line], assigned TActions don't work

2012-05-15 Thread IvankoB
 Works for me.

Even creating a simple form via Application.CreateForm ? At me, it only  
splashes.


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2012-05-16 Thread IvankoB
 E:\Programme\Git\.ssh

GIT ignores it unless directed to use.


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] TMainMenu: for top-level items [forming horiz. line], assigned TActions don't work

2012-05-16 Thread IvankoB
 No testcase - no fix.


 Done. Seacrh the created simple form behind the main one.

Oops, forgot to mention that the previous message contains a archived  
testcase.


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] HTTP dir listing file downloading ?

2012-05-19 Thread IvankoB
Any suggestions for FPC  MSEGUI ?


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Propose new procedure for play sound in showmessage

2012-05-28 Thread IvankoB
 function showmessage(const actionbefore: notifyeventty; const atext:
 msestring; const caption: msestring = ''): modalresultty;
 [...]

 What is the advantage of this compared with implementing your own  
 specialised
 showmessage function for example (not tested)
 
 type
  soundty = (snd_none,snd_systemdefault,snd_systemasterisk,
 snd_systemexclamation,snd_systemexit,snd_systemhand,
 snd_systemquestion,snd_systemstart,snd_systemwelcome);


Can MSEgui play sounds w/o LIBPULSEAUDIO (doesn't work in winNT6+) ?


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Propose new procedure for play sound in showmessage

2012-05-28 Thread IvankoB
 Can MSEgui play sounds w/o LIBPULSEAUDIO (doesn't work in winNT6+) ?

 There is no MSEgui sound interface component appart from taudioout which  
 is
 based on pulseaudio ATM. Please use the sound library of your choice.

 Martin


Oops, PulseAudio has been highly upgraded :

http://freedesktop.org/software/pulseaudio/releases/pulseaudio-2.0.tar.xz

Does MSEgui cooperate with the 2.0 version ?


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Propose new procedure for play sound in showmessage

2012-05-28 Thread IvankoB
Win32 support has also been upgraded (v1.1)

http://www.freedesktop.org/wiki/Software/PulseAudio/Ports/Windows/Support


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgit, SSH_ASKPASS on windows

2012-06-09 Thread IvankoB
 Quick  dirty -- to allow showing GIT console window as long as SSH
 password is being entered.

 How? There is no attached windows console.


There're CygWin, GitBash, MSVC++ etc win-32 console implementations.


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgit, SSH_ASKPASS on windows

2012-06-09 Thread IvankoB
 Unlocking the keys by MSEgit is unsafe, too complicated and environment
 dependent.

STUNNEL (both LINUX  win-32 versions) does the unlock somehow.


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Application.terminated:=true doesn't fire OnTerminateQuery

2012-06-16 Thread IvankoB
As designed ?
(Application.terminate fires this event)


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Does somebody know how to disable parasite info in the messages ?

2012-06-16 Thread IvankoB
Reclaims, advertisements etc.
(for instance, OPERA NNTP client)


--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread IvankoB
 Please send the *_mfm.pas files too, the msedirclear.cmd is not
 reliable. It seems it does not call form2pas if there are no files to
 delete.
 The testcase does not compile because of missing -Fu.. for needed units
 mt1inputform,raddrinputform... . After fixing -Fu.. and creating the
 *_mfm.pas the testprogram exits with


Done, see the BINARIES for the update.



--
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 endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


  1   2   3   >