Search found 348 matches: boxes

Return to advanced search

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

Sorry, I thought we were sharing files on the FW repository. But of course we're using our own space.

Too many things going on. Alright, thanks Antonio.

Let me know if you need any more info, regarding the error.
by FWExplorer
Thu Dec 10, 2020 6:12 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. You simply upload the image file to your repo in GitHub, then you click on it, right click on the image again and copy the "raw" url. That url is the one to post here clicking on the Img button here when editing. Please post here the entire content of C:\fwh\samples\test.xml once your o...
by Antonio Linares
Thu Dec 10, 2020 6:01 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?

Mostly working. I created a separate git account, for HB and FW. When we need to attach an image to our posts here, should we create an issue? Or do we upload to a specific page? So, I removed the popup that asks if you want to replace the file, when you click the Save button. Recompiled, and looks ...
by FWExplorer
Thu Dec 10, 2020 3:39 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?

Ok, thanks Antonio. I'll continue testing, and looking through the code.
by FWExplorer
Wed Dec 09, 2020 7:50 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?

Looks good, but it's still popping up a 43, after pressing the Num+ key. I can't seem to programatically assign Insert Child to other keys, like Insert. Also, inline editing - fine, but it should also work with a double-click on an existing node. D. Removed the popup with the 43. Thinking about how...
by Antonio Linares
Wed Dec 09, 2020 7:17 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. F11 and F12 implemented this way: SetKey( VK_F12, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 2 ]:SetFocus(),) } ) SetKey( VK_F11, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 1 ]:SetFocus(),) } ) Updated EXE and PRG: https://github.com/FiveTechSoft/FWH_too...
by Antonio Linares
Wed Dec 09, 2020 7:11 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?

Looks good, but it's still popping up a 43, after pressing the Num+ key. I can't seem to programatically assign Insert Child to other keys, like Insert.

Also, inline editing - fine, but it should also work with a double-click on an existing node.
by FWExplorer
Wed Dec 09, 2020 6:19 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. F11 and F12 implemented this way: SetKey( VK_F12, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 2 ]:SetFocus(),) } ) SetKey( VK_F11, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 1 ]:SetFocus(),) } ) Updated EXE and PRG: https://github.com/FiveTechSoft/FWH_too...
by bpd2000
Wed Dec 09, 2020 2:42 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. F11 and F12 implemented this way: SetKey( VK_F12, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 2 ]:SetFocus(),) } ) SetKey( VK_F11, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 1 ]:SetFocus(),) } ) Updated EXE and PRG: https://github.com/FiveTechSoft/FWH_tool...
by Antonio Linares
Sat Dec 05, 2020 8:36 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?

I was pleasantly surprised to see that we already defined a key (tab) to switch back & forth between the tree and the text area. However - Go ahead and pick a node, and then Tab back & forth, several times. Each time the pointer moves into the Text area, it will generate a new tab inside the...
by FWExplorer
Fri Dec 04, 2020 2:33 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?

That works, thanks cnavarro.

Inline looks good, Antonio.
by FWExplorer
Fri Dec 04, 2020 2:11 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?

Use this file richedi5.ch #ifndef _RICHEDIT5_CH#define _RICHEDIT5_CH#ifndef SF_RTF#define SF_RTF                   2#endif#ifndef SFF_SELECTION#define SFF_SELECTION            32768#endif#ifndef EM_GETSEL#define EM_GETSEL &nb...
by cnavarro
Fri Dec 04, 2020 1:58 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?

Thanks Antonio, I got the libs. But it's a compiler error, not a link error. ompiling... Harbour 3.2.0dev (r2008190002) Copyright (c) 1999-2020, https://harbour.github.io/ Compiling 'pim.prg' and generating preprocessed output to 'pim.ppo'... 1 error No code generated. pim.prg(206) Error E0030 Synta...
by FWExplorer
Fri Dec 04, 2020 1:25 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