Search found 125 matches: inherited

Return to advanced search

Re: New DEFINE DIALOG oDlg GRADIENT aGradColors in FWH 11.11

Uwe, We have implemented a Method Gradient( aGradColors ) in Class TWindow that does all the work, so any inherited Class from TWindow can use it. So in case that a Class is not using, it will be able to use it :-) This method uses function GradBrush() logic, so if the radios ...
by Antonio Linares
Mon Nov 14, 2011 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New DEFINE DIALOG oDlg GRADIENT aGradColors in FWH 11.11
Replies: 5
Views: 1139

Re: Limitation of open files ...

... the solution was, so anyone having the same problem later can find the solution here? James , I don't know why , but the 3 new dbf files didn't inherited security rights in shared folder . So I added privilleges on this files manually . That is all ... :-) Regards !
by Rimantas
Fri Apr 15, 2011 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Limitation of open files ...
Replies: 13
Views: 2577

Re: Why Some Browses with ADS are slow?

... it doesn't work. I realize that not being able to use OrdKeyNo() (as well as ::oGrid:KeyNo()) is an exclusive problem with ADSRDD which in turn is inherited from ACE. But it is also a GUI problem. Notice how the delphi folks don't have this problem while browsing the very same .adt tables. There ...
by reinaldocrespo
Tue Apr 12, 2011 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why Some Browses with ADS are slow?
Replies: 22
Views: 10966

Re: Updates

... the problem started happening. With classes, and inheritance, the problem may not be with the specific class we are using, but one from which it inherited. If you change, for example, the control class, it will result in a change in many classes. One of those may then conflict with the change ...
by TimStone
Tue Mar 15, 2011 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Updates
Replies: 21
Views: 3884

Re: Codejock Calendar Samples?

... I used a browse to list them on a particular day, and also a Gantt type chart to show available times. However, the look and feel ( which inherited from the old Grumpfish DOS calendar ) was just not modern and clients wanted an Outlook type of appearance. However, my clients do not necessarily ...
by TimStone
Mon Jan 24, 2011 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 47092

Re: XBrowse Win7 Bar New Sample

... without changing any other sourcecode. Please try and see it yourself. It works. I was designed to work. Extract from whatsnew.txt in July 2009 a) Inherited classes from XBrowse: It may be necessary to have a modified behaviour of xbrowse for a specific browse or an application. In such cases it ...
by nageswaragunupudi
Thu Jan 06, 2011 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 13868

Re: XBrowse Win7 Bar New Sample

... is. Regards, James Mr. James I hope my earlier posting answers your question. FWH advises to use TXBrows():New() or command sytax, so that using inherited classes is made extremely simple. This architecture is devised and implemented keeping in view that real life applications may have hundreds ...
by nageswaragunupudi
Wed Jan 05, 2011 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 13868

Re: XBrowse Win7 Bar New Sample

... := TXBrows():New(...) but not TXBrowse():New() (As recommended by FWH) XBrowse libraries and architecture are specially built to facilitate use of inherited classes without any changes in the commands or libraries.
by nageswaragunupudi
Wed Jan 05, 2011 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 13868

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... are constructed via Q*Class( ... ) call only. Also this mechanism seems to be working best for only those classes of Qt which are neither inherited nor inheriting other class. The classes in this bracket are like - QBrush, QColor, QPixmap, QRect, QPoint, etc. 2010-09-17 15:49 UTC-0800 ...
by Pritpal Bedi
Mon Sep 20, 2010 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 101099

New FTDN May/Mayo 2010 (FWH 10.5)

... here: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=18908 * New: Class TWindow Method Shadow(), used to drop shadow on a window or inherited class. Used in FWH\samples\skin1.prg to drop shadow from the dialog. * Fix: FWH Debugger, searches in source code files are working fine now. ...
by Antonio Linares
Thu May 27, 2010 9:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2010 (FWH 10.5)
Replies: 2
Views: 2137

Re: A problem with GradientBrush()

... know what to do. Simple rule we are asked to remember is that (1) we create font / brush (2) use them anywhere in any number of windows and / or inherited classes and finally (3) release the fonts/brushes we created "after" closing all windows/inherited classes.
by nageswaragunupudi
Tue Feb 02, 2010 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11882

OT - RPC Disponible en Harbour

... this setting. + added 4-th parameter <lRPC> to NETIO_LISTEN() function. .T. enable RPC support in returned listen socket which is later inherited by connection sockets * changed protocol version ID - current NETIO clients and servers cannot be used with old code * harbour/contrib/hbnetio/utils/netiosrv.prg ...
by Lautaro
Wed Jan 06, 2010 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT - RPC Disponible en Harbour
Replies: 2
Views: 964

New Class TGIF to Fivewin

... new tool, I hope to finish this new class to the "build" of December, I leave an example of it: The class is small but with enough force Inherited from TControl (-> TWindow) so we can make use of all control Codeblock events: D I've used only 3 for this example GIF LClicked = Changes ...
by Daniel Garcia-Gil
Sun Dec 13, 2009 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TGIF to Fivewin
Replies: 1
Views: 954

Re: Window WM_CLOSE

... that created the MDI Window? Yes, you may modify FWH\source\classes\mdiframe.prg, recompile it and use it as another OBJ of your EXE, or use an inherited Class as I have shown you. There is no other way to modify the behavior for WM_CLOSE management.
by Antonio Linares
Wed Nov 25, 2009 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window WM_CLOSE
Replies: 4
Views: 982

Re: RIBBON NATIVA AVANCES

... 7. Maybe apply your brilliance and reconsider the second problem. As we can now do alpha channel, transparent is not a problem. Maybe as an inherited class of TRBtn? Thanks Jonathan
by Jonathan Hodder
Mon Nov 23, 2009 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RIBBON NATIVA AVANCES
Replies: 34
Views: 7427
PreviousNext

Return to advanced search