Search found 83 matches

by FWExplorer
Fri Dec 04, 2020 1:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 15156

Re: Are there any Treeview samples with associated edit boxes?

Can't build the latest pim. Compiling 'pim.prg' and generating preprocessed output to 'pim.ppo'... 1 error No code generated. pim.prg(206) Error E0030 Syntax error "syntax error at '@'" * Compile errors * [C:\fwh\samples] I downloaded fwh.exe from ftdn today, and it's the same fwh.exe exec...
by FWExplorer
Tue Dec 01, 2020 9:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 15156

Re: Are there any Treeview samples with associated edit boxes?

It doesn't matter what key we give it, explicitly. It only works for the numberic keypad 43.

oTree:bKeyChar = { | nKey, nFlags | MsgInfo( nKey, "key" ), MsgInfo( nFlags ), If( nKey == 224, TreeAddItem( oTree ),) }
by FWExplorer
Tue Dec 01, 2020 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 15156

Re: Are there any Treeview samples with associated edit boxes?

Antonio, Are you looking for feedback, regarding the pim? Not sure if I should keep adding my two cents. Coupla of things. Can the edit of a mode be done in place, rather than in a popup? Also, I'm not clear on how keystrokes are processed. Is it based on the scancode in ctscan.ch? I tried changing ...
by FWExplorer
Sun Nov 29, 2020 9:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 15156

Re: Are there any Treeview samples with associated edit boxes?

plus2.bmp is missing from the 16x16 folder, but it is in the 32x32 folder, in c:\fwh ────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for Harbour 20.08 - Aug. 2020 Harbour development power │▄ │ (c) FiveTech 1993-2020 for Microsoft Windows 9X/NT/200X/ME/XP/Vist...
by FWExplorer
Sun Nov 29, 2020 7:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 15156

Re: Are there any Treeview samples with associated edit boxes?

You're moving faster than we can absorb it. No problem building the last version. Looks like the environmental issues are resolving, notwithstanding climate change. Is the name of this - Pim - too generic? Should it be titled 'FWPim' or 'Fim', for short? Support for RichEdit5 from pim.prg: EXE and f...
by FWExplorer
Sat Nov 28, 2020 1:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 15156

Re: Are there any Treeview samples with associated edit boxes?

Very nice. This is a good template. I'll play with it, after getting the environment issues resolved. I think some hotkeys will need to be added, like Ins or <Alt>Ins to add a child. Also, immediately after adding a child, it should go right into Edit mode, with "New" highlighted. I'll pla...
by FWExplorer
Sat Nov 28, 2020 1:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Errors with test.mak, FW 32 bit, bcc582
Replies: 4
Views: 517

Re: Errors with test.mak, FW 32 bit, bcc582

Ah, BC7. That's the missing element, ok thanks. Roger on Github, thanks. I'll open a new github account, solely for harbour development, and keep the current one separate. T & R, D. > How do you uploaded an attachment, to a post? I have some screen prints, but can't figure out how to attach them...
by FWExplorer
Sat Nov 28, 2020 12:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Errors with test.mak, FW 32 bit, bcc582
Replies: 4
Views: 517

Re: Errors with test.mak, FW 32 bit, bcc582

Got it. Typo in the config files. Now there's a ton of unresolved externals, but I should be able to figure that out. Error: Unresolved external '_HB_FUN_HB_FUNCPTR' referenced from C:\FWH\LIB\FIVEH.LIB|CHECKRES Error: Unresolved external '_HB_FUN_CTOT' referenced from C:\FWH\LIB\FIVEH.LIB|VALBLANK ...
by FWExplorer
Fri Nov 27, 2020 11:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 15156

Re: Are there any Treeview samples with associated edit boxes?

Antonio, Thanks, I didn't realize that anyone replied today. My email notification must be disabled. Taking a look, now. Happy birthday, enjoy. T & R, D. > Ah, so you guys are working on something like this? We have used another FWH example to adapt it. We always wanted to have a tool like this ...
by FWExplorer
Fri Nov 27, 2020 11:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Errors with test.mak, FW 32 bit, bcc582
Replies: 4
Views: 517

Re: Errors with test.mak, FW 32 bit, bcc582

I updated ilink32.cfg and BCC32.CFG, but am still receiving the same error, when borland tries to compile alert.c and can't locate the INCLUDE files.
by FWExplorer
Fri Nov 27, 2020 2:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Errors with test.mak, FW 32 bit, bcc582
Replies: 4
Views: 517

Errors with test.mak, FW 32 bit, bcc582

Hi, How do you uploaded an attachment, to a post? I have some screen prints, but can't figure out how to attach them. I'm setting up the most recent Fivewin environment for the first time in years. Also, I switched from BC5.1 TO BC582, and therefore changed a few environment settings. Attached is th...
by FWExplorer
Tue Nov 24, 2020 1:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 15156

Re: Are there any Treeview samples with associated edit boxes?

Ah, so you guys are working on something like this?

Ok thanks, I'll hold off and I'll check back periodically, and stay subscribed to FTDN.

Btw, do you send out notifications when our FTDN has to be renewed?
by FWExplorer
Mon Nov 23, 2020 11:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 15156

Are there any Treeview samples with associated edit boxes?

Hi, I'd like to build a simple pim using a Treeview as a basis, but am not certain how to start. Kresin has a 'KS Organizer' in Harbour, but the source isn't available. http://www.kresin.ru/en/ksorg.html I'll reinvent the wheel if necessary, but wanted to see if there are some existing snippets that...