Search found 401 matches

by MdaSolution
Sun Aug 21, 2011 8:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: copy protection
Replies: 24
Views: 4635

Re: copy protection

Hi Silvo, The method I use is to generate a "reference" number on the users side (basically the hard drive serial number) The user gives me that number and I run it through my MakeKey() function to generate a "key". I give this key to the user and they enter it into a field in a...
by MdaSolution
Sun Aug 21, 2011 7:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Msgget()
Replies: 6
Views: 1125

Problem with Msgget()

I must insert on msgget a number serial sample : -1974753522 on my application I use MsgGet("Key Generator","Enter Serial Number: ",@nSerial) but when I try to insert the serial number it make error because I can insert only -197475352 and I cannot insert the last "2" W...
by MdaSolution
Sun Aug 21, 2011 7:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BIG Tooltip
Replies: 11
Views: 2389

Re: BIG Tooltip

thanks Uk this can be a ggod solution... on this week I make a Tooltip class it run ok but It can run good if the otooltip of Windows class become a classdata !!!! look it please I can set the header , the footer and the message or If the tooltip have only the message run as current tooltip only I n...
by MdaSolution
Sat Aug 20, 2011 1:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: dialog creation ..
Replies: 18
Views: 3119

Re: dialog creation ..

James you're right

but I 'm sure I'm not able to make class

but I tried to make a class but I saw otooltip on Windows class is not a classdata but only a variable static !!

for the dialog how I can make it ?
by MdaSolution
Fri Aug 19, 2011 2:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: fwh execute another function ?
Replies: 2
Views: 595

fwh execute another function ?

why fwh execute the second function ? I explain if I have a datapicker as : @ 2.9,2 DTPICKER oDate VAR dData OF oBar FONT ofontBig SIZE 180,32 UPDATE ; ON CHANGE CHANGE_PLAN(dData,lNumeri) fwh execute before the CHANGE_PLAN(dData,lNumeri) then when I click on this control sometimes execute CHANGE_PL...
by MdaSolution
Fri Aug 19, 2011 12:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: dialog creation ..
Replies: 18
Views: 3119

Re: dialog creation ..

on web I found this :

http://www.devcomponents.com/dotnetbar/ ... ltips.aspx
please go to see it

tolltip with image and controls

With fwh why it no possible ?
by MdaSolution
Fri Aug 19, 2011 12:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: dialog creation ..
Replies: 18
Views: 3119

Re: dialog creation ..

As I told, with BtnBmp it is not possible. I don't know why my working Solutions and Proposals are ignored ? Best Regards Uwe :lol: on espanòl No voy a discutir por su respuesta, pero creo que si una persona no sabe cómo ayudar a otra persona, ¿por qué necesariamente debe imponer otra solución que ...
by MdaSolution
Fri Aug 19, 2011 9:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: dialog creation ..
Replies: 18
Views: 3119

Re: dialog creation ..

James,

I wish a tooltip but on tooltip I cannot insert a xbrowse

I need something of this


Image

I want showed this tooltip from btn bmp
by MdaSolution
Thu Aug 18, 2011 8:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: dialog creation ..
Replies: 18
Views: 3119

Re: dialog creation ..

I tried to create a dialog as ribbonbar use when create a popup dialog when lStretch see PopupGroup() ( trbgroup)
but the n I not know how close it
by MdaSolution
Thu Aug 18, 2011 8:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: dialog creation ..
Replies: 18
Views: 3119

Re: dialog creation ..

under the buttonbar or under the ribbonbar it is the same
but I must click on a btnbmp and it open the dialog
if I click on white box or on tree for sample it must be hide
it must be showed only if I click on table( btnbmp)
by MdaSolution
Thu Aug 18, 2011 8:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: dialog creation ..
Replies: 18
Views: 3119

Re: dialog creation ..

please I mean something of it



Image




when I click on a table the procedure show a dialog ( with other info) and the it must be hide when I click on another table or another point of dialog




it is possible with fwh ?
by MdaSolution
Thu Aug 18, 2011 5:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: dialog creation ..
Replies: 18
Views: 3119

dialog creation ..

it is possible create a dialog ( with no border ) at the end of Buttonbar When I click a btnbmp ? I hace on a dialog some btnbmp as tables of a restaurant when I click each button I wish show a dialog at the end the button bar of wndmain to show other information when I clich into dialog and not cli...
by MdaSolution
Thu Aug 18, 2011 5:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TO NAGES : ALSO ON ARRAY XBROWSE AND TOOLTIP
Replies: 4
Views: 1007

Re: TO NAGES : ALSO ON ARRAY XBROWSE AND TOOLTIP

Mr. Mda, Without testing Function MyToolTip( oBrw, nRow, nCol, nFlags,aRes) local nMouseRow := oBrw:MouseRowPos( nRow ) Local nMouseCol:= oBrw:MosecolPos( nCol ) Local cDay, cMonth Local cYear:= LTrim(Str(Year(Date()), 4)) Local cDate:= "" if nMouseRow > 0    IF nCol > 1       cDay:=     ...
by MdaSolution
Thu Aug 18, 2011 3:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Treport bug ?
Replies: 0
Views: 383

Treport bug ?

to make easy some tables printed Iuse the class Tinforme Pubblished by josè luis ( alanit) http://forums.fivetechsupport.com/viewtopic.php?f=6&t=20860&p=111880&hilit=tinforme#p111880 It run good and it is very easy to use only I wish inserted new features as colors for the text ( Title ,...
by MdaSolution
Thu Aug 18, 2011 3:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BIG Tooltip
Replies: 11
Views: 2389

Re: BIG Tooltip

Dear Ukoenig,
I want create something as Tooltip as the picture !!!
when the user move the mouse over del button it must be showed