Search found 248 matches: oop

Return to advanced search

Re: How to find out the IDs of controls and types?

hi,

Question : how can i get Object of Child when EnumChildWindows() :?:

i think about OOP Environment where i need a Object instead of a Handle
by Jimmy
Sun Jan 07, 2024 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1868

Re: Booking xbrowse example

... when Windows 95 came out (promoted with the Rolling Stones song Start me up). Back then everything was hardcoded, as I had no idea about OOP. Since everything worked well and it is the most sensitive part of the software, I have not changed much over time. Therefore, I can't help here ...
by Silvio.Falconi
Sun Dec 31, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3344

Re: Booking xbrowse example

... when Windows 95 came out (promoted with the Rolling Stones song Start me up). Back then everything was hardcoded, as I had no idea about OOP. Since everything worked well and it is the most sensitive part of the software, I have not changed much over time. Therefore, I can't help here ...
by Otto
Sun Dec 31, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3344

Re: hash for storing variables

... component throughout the project. Similarities with Object-Oriented Programming The approach shares similarities with object-oriented programming (OOP), especially regarding modularity and encapsulation. However, it lacks classical OOP elements like inheritance and polymorphism. The use of multiple ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 533

Re: Advantage Database Server

... on a single core, which may be a limitation of its design or the underlying system architecture. You noted that using object-oriented programming (OOP) syntax may make it easier to migrate to a different backend or database engine.
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3739

Re: how to "Set" Image on TFolderEx() ?

hi thx for Answer. i do create TAB of FOLDEREX in a Loop using OOP CODE now i want to "switch" Icon of TAB depend on "active" LOCAL nOption := oTab:nOptionLOCAL nTabs := LEN( oTab:aBitmaps )   FOR ii := 1 TO nTabs      IF ii ...
by Jimmy
Fri May 19, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "Set" Image on TFolderEx() ?
Replies: 5
Views: 299

Re: can use SWITCH Control in XBROWSE ?

... to CELL CLASS DXE_DateCellGroup FROM XbpCellGroup https://i.postimg.cc/1Rvdf2LX/CELL-DTPICK.jpg so it should be possible using OOP under Fivewin to use a Control in a "CELL"
by Jimmy
Wed May 17, 2023 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can use SWITCH Control in XBROWSE ?
Replies: 7
Views: 531

Combobox Ownerdraw with Icon from DLL Sample

... #include "Fivewin.ch"#include "WCOLORS.CH"* #DEFINE Use_Command       // PLEASE enable and make it work like OOP Result#DEFINE use_IconEx#define DRIVE_UNKNOWN         0#define DRIVE_NO_ROOT_DIR     1#define DRIVE_REMOVABLE       2#define DRIVE_FIXED         ...
by Jimmy
Mon Feb 20, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox Ownerdraw with Icon from DLL Sample
Replies: 0
Views: 175

Re: SUB-CLASS TFolderEx()

... is compulsory for inherited controls but same "Problem" that i can´t use TAB-Key ... other like Fx-Key work --- @Marc the Benefit of OOP is to make "own" CLASS from "other" OOP CLASS where you can "add" or "override" Method and Property (DATA) ...
by Jimmy
Thu Feb 02, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1219

Re: HASH vs single variables

... would a class have here? I use classes for e.g. program setup, etc.. with my FIVEWIN programming. But it seems to me that with mod harbour the OOP is an overhead that brings nothing. Therefore a HASH seems favorable to me here. Probably this is because at the moment the programs are still very ...
by VictorCasajuana
Tue Jan 17, 2023 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1183

Re: HASH vs single variables

... would a class have here? I use classes for e.g. program setup, etc.. with my FIVEWIN programming. But it seems to me that with mod harbour the OOP is an overhead that brings nothing. Therefore a HASH seems favorable to me here. Probably this is because at the moment the programs are still very ...
by Otto
Tue Jan 17, 2023 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1183

Re: FOR/NEXT into FOR EACH

... 0 )   ? cName + ": "   * Get the property value   cValue = oFile.GetDetailsOf( oProp, 0 )   ? cValueENDFOR after re-write OOP Syntax i try to run and got Error "Count" ... but i saw FOR EACH :idea: --- so it was not my Idea which i try to get run
by Jimmy
Tue Jan 03, 2023 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR/NEXT into FOR EACH
Replies: 2
Views: 358

Re: video frame width and height

... will use "given Size" to make a "Overlay" where it "play" it but to "play" Video you need CODE which use OOP and not Function as it work with different Interface of ActiveX so tell us hole Story what you want to do with Video File
by Jimmy
Fri Dec 16, 2022 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: video frame width and height
Replies: 11
Views: 920

Re: download iPhone Photo connect to PC

... mean ROOT -> FOLDER -> NEXT https://i.postimg.cc/zDS8Y2WN/Tree-Root-small.png but i have to re-write also Concept of HMG to OOP of Fivewin #IFDEF __HMG__   IPHONE.Tree_1.DeleteAllItems   IPHONE.Tree_1.AddItem( "This PC", 0, 1 )   IPHONE.Tree_1.CARGO( ...
by Jimmy
Sun Nov 27, 2022 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 1034

Re: Fivewin OOP Question

Jimmy wrote:hi Enrico,
Enrico Maria Giordano wrote:Something like this?

interesting Code
do it work in MDI Environment as i see no "OF" / "PARENT" Keyword :?:


It should work with any objects.
by Enrico Maria Giordano
Sun Nov 06, 2022 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 460
Next

Return to advanced search