SET MESSAGE ERROR

Postby Silvio » Tue Dec 18, 2007 3:58 pm

GOOD MR GURU
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby Silvio » Tue Dec 18, 2007 4:00 pm

and if I want insert a Button or btnbmp on this msgbar ?
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby nageswaragunupudi » Tue Dec 18, 2007 4:51 pm

I dont use bitmaps extensively. I really cant say much on this issue.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10482
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Postby nageswaragunupudi » Tue Dec 18, 2007 5:01 pm

Anyway now that you asked. This code works:
Code: Select all  Expand view
   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()


You can have controls on tbar and msgbars.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10482
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Postby Otto » Tue Dec 18, 2007 6:34 pm

Silvio, may I ask you what program you are useing here?
Regards,
Otto

Image
User avatar
Otto
 
Posts: 6272
Joined: Fri Oct 07, 2005 7:07 pm

NOINSET

Postby TimStone » Tue Dec 18, 2007 6:58 pm

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
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2930
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Postby Antonio Linares » Tue Dec 18, 2007 7:21 pm

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41901
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Inset

Postby TimStone » Tue Dec 18, 2007 8:47 pm

Can you send me the fix when its ready ? Thanks.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2930
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Postby Antonio Linares » Tue Dec 18, 2007 8:49 pm

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41901
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby nageswaragunupudi » Wed Dec 19, 2007 1:06 am

Mr Otto

Silvio, may I ask you what program you are useing here?


That is xMate. Free project manager written in xharbour for management of projects. Contains an editor too, Very useful. This is available at this website
http://www.andywos.ih.co.za/xmate/
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10482
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Postby StefanHaupt » Wed Dec 19, 2007 8:53 am

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.
kind regards
Stefan
StefanHaupt
 
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Postby Silvio » Thu Dec 20, 2007 1:48 am

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...!!!!
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby Silvio » Thu Dec 20, 2007 1:50 am

Antonio,

Now tmsgitem run ok ith office 2007 like

YOU must found only a solution for the noinset /inset command
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby Antonio Linares » Thu Dec 20, 2007 8:02 am

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()
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41901
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby nageswaragunupudi » Thu Dec 20, 2007 8:26 am

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?
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10482
Joined: Sun Nov 19, 2006 5:22 am
Location: India

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 46 guests