Search found 837 matches

by AHF
Tue Oct 23, 2007 9:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: window:center() doesn´t work right
Replies: 27
Views: 3746

Antonio,

I want to center it regarding its parent window.

Regards
Antonio
by AHF
Mon Oct 22, 2007 4:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: window:center() doesn´t work right
Replies: 27
Views: 3746

Antonio,

I've tried it but it doesn't centers the window.


Antonio
by AHF
Mon Oct 22, 2007 4:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild window Focus diferent behavior as FW16
Replies: 16
Views: 2990

Thanks for your help, now the behaviour it's like win16. I've solved the problem with the code below following the James idea that clicking in every control should give the focus to windchild. aEval(odlg:acontrols,{|octrl|(octrl:bgotfocus:= {||::setfocus() })}) nlist1 := len(odlg:acontrols) for n:= ...
by AHF
Fri Oct 19, 2007 10:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild window Focus diferent behavior as FW16
Replies: 16
Views: 2990

Thanks for your reply, however and although it is a very nice solution for me doesn't work. I treat every Mdichild container for each dialog that corresponds to a particular program rotine. I navigate through the dialogs (rotines) foward and backward inside the mdichild. It is not very common but it...
by AHF
Thu Oct 18, 2007 2:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: window:center() doesn´t work right
Replies: 27
Views: 3746

Antonio,

This is not working the center() is not caculated right.

Antonio
by AHF
Thu Oct 18, 2007 2:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild window Focus diferent behavior as FW16
Replies: 16
Views: 2990

Antonio,

Please try testmdi4 and you'll see what I mean. This is not the standard behavior of focus controls inside MDI's. The MDI should be brought to front (focused) immediatly.

Antonio
by AHF
Wed Oct 17, 2007 5:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: window:center() doesn´t work right
Replies: 27
Views: 3746

I'm using build Marhc 2006. Is it ok ?
by AHF
Wed Oct 17, 2007 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: window:center() doesn´t work right
Replies: 27
Views: 3746

window:center() doesn´t work right

Hello,

Issuing a window:center method it doesn't center the window correctly. It seems to work only correct with dialogs.

Is is a bug, anyone has some work around ?

Antonio
by AHF
Wed Oct 17, 2007 4:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild window Focus diferent behavior as FW16
Replies: 16
Views: 2990

MDIchild window Focus diferent behavior as FW16

Hello , I've tried with other w32 bit programs like excel, etc and when you click any control in the back mdichild window (unfocused) it immediatly brings it to front focused before processing the click event control. In FW16 it worked like this but in FWH it doesn't anymore. Can anyone confirms thi...
by AHF
Mon Oct 15, 2007 2:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild window Focus behavior
Replies: 3
Views: 621

This app wich works fine in 16bt however in 32 bt xharbour has the following diferences : 1) You can't click a get in a unfocused mdichil. you must 1st click teh mdichild to get it focused then click the get. 2) You can however click buttons and browses and scrollbars on unfocused mdichild without f...
by AHF
Mon Oct 15, 2007 11:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild window Focus behavior
Replies: 3
Views: 621

MDIchild window Focus behavior

Hello,

In FW CaClipper when any control on MDIchild is clicked the MDIchild gets focus. On FWH this doesn't happens anymore.
How can I make it work the same way ?

Antonio
by AHF
Fri Feb 10, 2006 12:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ODBC VisualFoxPro changing tables location path
Replies: 0
Views: 448

ODBC VisualFoxPro changing tables location path

Hi all,

Does anyone knows how to change the field Path in ODBC driver dialog from within a xHarbour application ??