Search found 348 matches: boxes

Return to advanced search

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

D.

A new FWH build is required to build pim.exe

I am sending you an email
by Antonio Linares
Fri Dec 04, 2020 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

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
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: 4837

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

Updated version:

TreeView inline editing support:
https://github.com/FiveTechSoft/FWH_tools/blob/master/pim.zip

Move the mouse over the top part of the richedit to show the buttonbar
by Antonio Linares
Thu Dec 03, 2020 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

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

FWExplorer wrote: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 ),) }


We are going to check it, thanks
by Antonio Linares
Wed Dec 02, 2020 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

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

Enhanced version with RichEdit button bar support: https://github.com/FiveTechSoft/screenshots/blob/master/pim_20201202.JPG?raw=true There is a position bug in the RichEdit buttonbar, when some text is written into the RichEdit. We are working to solve it. Please download pim.zip again f...
by Antonio Linares
Wed Dec 02, 2020 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

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 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

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

D. Yes, feedback is welcome and appreciated :-) > Can the edit of a mode be done in place, rather than in a popup? We are working to implement it for FWH itself Please try it this way: oTree:bKeyChar = { | nKey, nFlags | MsgInfo( nKey, "key" ), MsgInfo( nFlags ), If( nKey == 43, TreeAdd...
by Antonio Linares
Tue Dec 01, 2020 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

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
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: 4837

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

D.

missing bitmaps added into pim.zip

We are focused on functionality and bugs detecting and solving. We can rename it later on
by Antonio Linares
Mon Nov 30, 2020 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

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 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

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
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: 4837

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

Enhanced version: https://github.com/FiveTechSoft/FWH_tools/blob/master/pim.zip > * Saving is failing when new1.xml (included in pim.zip) is saved. </one> is missing. This is our new bug to find and fix. Help is appreciated. fixed > I think some hotkeys will need to be added,...
by Antonio Linares
Sat Nov 28, 2020 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

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'...
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: 4837
PreviousNext

Return to advanced search