Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Martin Schreiber
Am 29.02.2012 12:17, schrieb Julio Jiménez: Hi Martin I attach an exemple when I can reproduce the problem (running under windows) The problem is that the transientfor window handle of the dialog will be destroyed by another modal event loop. I'll try to handle this case. A workaround is to

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Martin Schreiber
On Thursday, 1. March 2012 11.26:18 Julio Jiménez wrote: mseguiintf.pas(2994,24) Error: Incompatible types: got twindow expected LongWord mseguiintf.pas(5047) Fatal: There were 1 errors compiling module, stopping I know, will be fixed soon. Should compile on win32. Martin

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Julio Jiménez
Free Pascal Compiler version 2.6.0 [2011/12/25] for i386 Copyright (c) 1993-2011 by Florian Klaempfl and others Target OS: Win32 for i386 Compiling mseide.pas Compiling C:\Dev\mseide-msegui\lib\common\designutils\mseskindesign.pas Compiling C:\Dev\mseide-msegui\lib\common\kernel\mseskin.pas

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Julio Jiménez
Forget it.. .wrong mseide version :( Sorry 2012/3/1 Julio Jiménez juj...@gmail.com Free Pascal Compiler version 2.6.0 [2011/12/25] for i386 Copyright (c) 1993-2011 by Florian Klaempfl and others Target OS: Win32 for i386 Compiling mseide.pas Compiling

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Martin Schreiber
On Thursday, 1. March 2012 12.12:43 Julio Jiménez wrote: Working fine (linux and windows). This too? BTW, Compiled in windows and now the first dialog is workiing fine... but the second not (if you press accept, a second dialog is executed from the procedure  executed by the menu) I did not

Re: [MSEide-MSEgui-talk] Idea from Qt: HTML(or RTF)-tags in widget text

2012-03-01 Thread Martin Schreiber
On Wednesday 29 February 2012 16:05:23 IvankoB for-mse wrote: like: 'color=red This text is red colored/color' For instance, it will allow to set custom font/style/color of text in ShowMessage etc non-native windows. Please explain more. Martin

Re: [MSEide-MSEgui-talk] Idea from Qt: HTML(or RTF)-tags in widget text

2012-03-01 Thread Martin Schreiber
On Thursday, 1. March 2012 21.33:05 IvankoB for-mse wrote: QT uses custom dialog forms to display messages as MSEgui does too in ShowMessage, AskYesNo etc. Its calls accept text values which can include some formatting tags - color, style, font size etc. It allows to display red colored solid

Re: [MSEide-MSEgui-talk] Idea taken form Delphi

2012-03-01 Thread IvankoB for-mse
don't understand. What exactly is the difference to which MSEgui component? DB lookup widgets. Currently, they can restore dataset position after dataset refresh,the feature assumes renavigating the dataset to previous key filed value if possible. Restoring position isn't always

Re: [MSEide-MSEgui-talk] Idea from Qt: HTML(or RTF)-tags in widget text

2012-03-01 Thread IvankoB for-mse
You can make such a message window with a trichstringdisp and a tagged text - richstringty converter. Please push it to MSEuniverse. === Sure :) But it can also be an universal (like in Qt) feature - for arbitrary labels etc. 2012/3/2, Martin Schreiber mse00...@gmail.com:

Re: [MSEide-MSEgui-talk] Idea taken form Delphi

2012-03-01 Thread Martin Schreiber
On Friday, 2. March 2012 07.38:58 IvankoB for-mse wrote: don't understand. What exactly is the difference to which MSEgui component? DB lookup widgets. Whichone? Please write the classname. Currently, they can restore dataset position after dataset refresh,the feature

Re: [MSEide-MSEgui-talk] Idea from Qt: HTML(or RTF)-tags in widget text

2012-03-01 Thread Martin Schreiber
On Friday, 2. March 2012 07.41:36 IvankoB for-mse wrote: You can make such a message window with a trichstringdisp and a tagged text - richstringty converter. Please push it to MSEuniverse. === Sure :) But it can also be an universal (like in Qt) feature - for arbitrary

Re: [MSEide-MSEgui-talk] Idea taken form Delphi

2012-03-01 Thread IvankoB for-mse
Whichone? Please write the classname. == tdbenumeditlb, tdbkeystringeditlb,.. Instead of Delphi's KeyValue, me use a local dataset as choice receiver. In Delphi, the lookup comboboxes are dual - they hold both non-db related KeyValue target datafield if Datasource/Datafield