Sorry, that should be line 4386.
Regards
Alex
Search found 23 matches
- Mon Oct 29, 2007 7:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse problems with drop downs
- Replies: 1
- Views: 608
- Sun Oct 28, 2007 5:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse problems with drop downs
- Replies: 1
- Views: 608
XBrowse problems with drop downs
Hi all When I use a drop down list, and the list is "dropped down", if the user clicks anywhere else on the browse (that is, the drop down loses focus) then a gap is left on the browse (it does not refresh). You can see this in samples\testxbrw.prg (the "Bitmaps on browse" menu s...
- Tue Oct 02, 2007 8:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBCOMBO problem
- Replies: 6
- Views: 1367
- Tue Oct 02, 2007 7:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 4556
- Mon Oct 01, 2007 10:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBCOMBO problem
- Replies: 6
- Views: 1367
DBCOMBO problem
Hi Antonio With the code below the drop-down is not initialised to "Production". #include "fivewin.ch" #include "dbcombo.ch" function main() local oDlg, oDBC2, oBtn //local cDept:= "400" local cDept:= 400 local aItems, aList define dialog oDlg aList:= {"A...
- Tue Sep 18, 2007 11:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 4556
Hi Antonio I have reviewed everything you have said again, and it now does not hang and the groups do not obscure the other data. The code below demonstrates the remaining problems. This is folder.prg with your fix applied (correctly I hope - see TFixFolder), and some extra controls. It demonstrates...
- Tue Sep 18, 2007 7:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 4556
- Sat Sep 15, 2007 3:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 4556
Hi Antonio The groups actually aren't too important, and the hanging doesn't matter either as I have a work around. But it doesn't look too good, and even if I take the XP themes off, it's still not so good. You suggested that I try and use the resource editor, as you can see, I have little chance t...
- Fri Sep 14, 2007 3:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 4556
Antonio I have taken the liberty of sending you my source code. There are 4 #defines at the top of the file: #define UGLY //#define HANGS //#define GROUP #define FIX If UGLY is defined then the tab is not a nice colour and the edges are obscured. If HANGS is defined the Folder:Move will hang. If GRO...
- Fri Sep 14, 2007 2:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 4556
- Fri Sep 14, 2007 2:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 4556
- Fri Sep 14, 2007 1:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 4556
- Fri Sep 14, 2007 12:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 4556
Hi Antonio Thanks for the response. The first solution unfortunately is not suitable for my app. The second solution causes my app to crash, no error, no gpf. It works for folder.prg but the button does not look so good any more. I actually also get a crash when I use oFolder:Move(...), I use MoveWi...
- Thu Sep 13, 2007 9:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 4556
Dynamic FOLDER problem with GET on XP
Hello Antonio This is a slightly modified version of folder.prg: #include "fivewin.ch" function Main() local oDlg, oFld local oGet, cGet := " " DEFINE DIALOG oDlg TITLE "FiveWin Dynamic folders" ; FROM 5, 5 TO 20, 49 @ 0.5, 1 FOLDER oFld PROMPT "&xBase", &...
- Wed Sep 12, 2007 7:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dialog units for "DEFINE DIALOG"
- Replies: 2
- Views: 737