GOOD MR GURU
Falconi Silvio
GOOD MR GURU
and if I want insert a Button or btnbmp on this msgbar ?
I dont use bitmaps extensively. I really cant say much on this issue.
SET MESSAGE OF oWnd TO FWCOPYRIGHT NOINSET DATE CLOCK 2007
DEFINE MSGITEM OF oWnd:oMsgBar SIZE 100 prompt " Test TEST" BITMAP "\FWH\BITMAPS\CHART.BMP"
omsgbar := ownd:omsgbar
@ 01,300 BUTTON 'press' SIZE 100,20 PIXEL OF oMsgBar
ACTIVATE WINDOW oWnd on init omsgbar:refresh()
I'm using the 7.12 library, and the only thing I was hoping to change is the inset display. Using NOINSET in the command line does not work and I believe I have the latest 7.12. Any thoughts on this ?
Tim
The message bar needs some more development
We need to implement the right way to paint the msgitems background and also to set on|off the inset
Can you send me the fix when its ready ? Thanks.
We will include it in the next FWH build, once it is available
We will also make it available for those using FWH 7.12 but have no access to 8.01
Silvio, may I ask you what program you are useing here?
Otto,
this tool is xMate from Andy Wosz, a really great tool for compiling your projects.
I use it, too and don´t want to miss it.
I can send you the last version, if you want. It´s free.
OTTO,
SORRY I WAS AWAY..
I use xmate to create all Applications, LIBs and DLL from 4 year and I never had problems, with xmate I can to controll al( warnings ecc),create input dialog from dbf ..and save on rc or prg ....I can edit each files and compile and run it.
Xmate is My desktop work...!!!!
Antonio,
Now tmsgitem run ok ith office 2007 like
YOU must found only a solution for the noinset /inset command
function Gradient() should not be used because it is quite slow and consume a lot of GDI resources.
FWH 7.12 uses StretchBlt() instead of Gradient(). The solution must use StretchBlt(), not Gradient()
Yes. And that is what we are waiting for in the next version.
About the inset issue, msgbars without 2007 style react correctly to the noinset or inset clause.
I thought it was the intention that in the 2007stye there would be no inset. I am not expecting inset will be provided in 2007style. Am I wrong?