Search found 23 matches

by alexstrickland
Mon Oct 29, 2007 7:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse problems with drop downs
Replies: 1
Views: 608

Sorry, that should be line 4386.

Regards
Alex
by alexstrickland
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...
by alexstrickland
Tue Oct 02, 2007 8:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: DBCOMBO problem
Replies: 6
Views: 1367

Hi James Thanks for the reply. I looked into the DBCombo class and made the change below. I created a new command to use my new class - TFixDBCombo. It seems to work ok, perhaps you could see if you can see any problems? Regards Alex #include "FiveWin.ch" #include "Constant.ch" #...
by alexstrickland
Tue Oct 02, 2007 7:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Dynamic FOLDER problem with GET on XP
Replies: 25
Views: 4556

On XP I get:

Image

I hope you do :)

Regards
Alex
by alexstrickland
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...
by alexstrickland
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...
by alexstrickland
Tue Sep 18, 2007 7:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Dynamic FOLDER problem with GET on XP
Replies: 25
Views: 4556

Hi Antonio

Thanks for your help. I am under some pressure to get some code out, if you think that a fix may take a while, please let me know and I will code an alternate solution without tabs temporarily.

Thank you
Alex
by alexstrickland
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...
by alexstrickland
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...
by alexstrickland
Fri Sep 14, 2007 2:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dynamic FOLDER problem with GET on XP
Replies: 25
Views: 4556

Antonio,

Sorry, it is totally data driven, resources cannot help me at all.

Regards
Alex
by alexstrickland
Fri Sep 14, 2007 2:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dynamic FOLDER problem with GET on XP
Replies: 25
Views: 4556

Hi Antonio

I am placing it on before and sizing it after, all items in the group are obscured.

Regards
Alex
by alexstrickland
Fri Sep 14, 2007 1:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dynamic FOLDER problem with GET on XP
Replies: 25
Views: 4556

Hi Antonio

This command has similar problems, and obscures items "behind" it:

@ <nTop>, <nLeft> [ GROUP <oGroup> ] TO <nBottom>, <nRight>

Regards
Alex
by alexstrickland
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...
by alexstrickland
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", &...
by alexstrickland
Wed Sep 12, 2007 7:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog units for "DEFINE DIALOG"
Replies: 2
Views: 737

Enrico

Thank you, a clever tip, it makes things really quite simple.

Regards
Alex