Hallo Martin,

Du schriebst am Sun, 11 Mar 2012 09:17:13 +0100:

> wo_popup and other tmseform.optionswindow are respected at creating the
> window handle only. Use

That's probabely a limitation of the window handling system, it seems not
to allow changing a window's "character" on the fly.

> procedure tPopupFormfo.CallBoard (const sender: TObject);
>  begin
>    WITH tKeyBoardfo.Create (Self) DO BEGIN
>     optionswindow:= optionswindow + [wo_popup];
>     window.destroywindow;
      ^^^^^^^^^^^^^^^^^^^^
Huh? Destroy the window just created? You didn't omit the "show" call in
between by chance?

> I do not recommend to use wo_popup in your case. Please use wo_noframe in 
> tpopupformfo and tkeyboardfo.

I'm not using it now anyway, but I'm not using "wo_noframe" either, because
that doesn't seem to even exist in the current MSEGUI release?
As I said before, I'm just now using window manager settings to achieve the
desired effect.

> Suggestion: make an inherited tkeyboardnoframefo from tkeyboardfo where 
> wo_noframe is set at designtime and call

I guess that's possible with the currently latest development version only?
I'm a bit reluctant to deploy that on a customer's system, although I will
test it as soon as time allows.

Thank you for all your efforts and your fast responses.

-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
-----------------------------------------------------------
Mit freundlichen Grüßen, S. Schicktanz
-----------------------------------------------------------


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to