Search found 208 matches: positions

Return to advanced search

Different behaviour in FWH/FW in GET...ON CHANGE

Hello, In Clipper, no matter what the ON CHANGE returns, TAB or ENTER positions the cursor in the next GET. In xHarbour, the ON CHANGE needs to return .T. before ENTER brings the cursor to the next GET. Please try this sample: /* oGet1 has an onChange wich ...
by patrickmast2
Thu Feb 15, 2007 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different behaviour in FWH/FW in GET...ON CHANGE
Replies: 6
Views: 1593

Select Method in xbrowse

... endif else Eval( ::bBookMark, uBook, Self ) endif Notice how the line: if uCurRow > uOldRow compares actual record positions on the .dbf and not actual positions on the xbrowse so although uCurRow might actually be > uOldrow on the .dbf it might not be so on the ...
by reinaldocrespo
Mon Dec 18, 2006 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select Method in xbrowse
Replies: 0
Views: 637

... position of the text on the page. This makes the alignment off. The solution may be tricky. Both the image and the text must be placed at absolute positions on the page, and hopefully they will both fall within the printable area. I suppose one could calcuate the absolute positions from the top ...
by James Bott
Sun Dec 10, 2006 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer Printable Area
Replies: 16
Views: 7455

... I also figured out than an `_` is passed in front of the fieldname when doing oDbf:filedname := cString, limiting the lenght of the fieldname to 9 positions. Does that mean that the field name of the database must not have more than 9 positions ? This limitation seems to be only for FiveWin + Clipper. ...
by Gilbert
Wed Nov 01, 2006 11:17 pm
 
Forum: FiveWin for CA-Clipper
Topic: Why use MESSAGE in Classes
Replies: 6
Views: 1832

Interesting facts about Aero Basic in Vista

... based on a multiple of SM_CXSIZE (plus delta), so if the Close button was bigger than SM_CXSIZE, those applications would get all their button positions wrong, so they could draw a new button right in the middle of existing buttons, or click on the Close button when thinking clicking on the ...
by modicr
Fri Oct 13, 2006 3:26 pm
 
Forum: Off Topic / Otros temas
Topic: Interesting facts about Aero Basic in Vista
Replies: 0
Views: 1015

... http://hyperupload.com/download/02ed1fbb65/linares.zip.html I made this sample to see only 40 buttons but I want to show 160 button at the same positions : I explain you Page 1 ->>> from 1 to 40 button Page2 ->>>> from 41 to 80 button Page3 ->>>>>from 81 to ...
by Silvio
Sat Aug 05, 2006 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTONS ON A WINDOW
Replies: 10
Views: 2075

... a fake control to use activex:new() but I have toubles: Params from events doesn't match the documentation order, they are moved for 1 or 5 positions to the rigth, and the first parameters are all NILs. when the parameter is Numeric I recive it good, but ithe image parameter is NIL. How ...
by FGamboa
Fri Apr 28, 2006 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: from VB6 to FWH
Replies: 19
Views: 6319

Ehab, rows positions are different for each kind of control, just to avoid that they overlap. i.e.: @ 1, 1 GET ... @ 2, 1 GET ... the second GET will not be placed over the first one. As the controls have different heights, then ...
by Antonio Linares
Fri Mar 10, 2006 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get is not in front of saying
Replies: 7
Views: 1485

Vital for Programs Transfers

if I transfered my program from 1 Pc to another I should change the positions of buttons (X,Y) . What should I do to completely get rid of that problem .
program transfers sould done regardless the screen resolution,Display dimensions .
by Ehab Samir Aziz
Thu Mar 09, 2006 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Vital for Programs Transfers
Replies: 5
Views: 1292

... oDlg ) @ ..., ... SAY ... PIXEL ... return nil This way you will see you get the right positions.
by Antonio Linares
Mon Feb 13, 2006 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAY pixel position
Replies: 1
Views: 550

MDI Window size and placement.

Is it possible to place 3 or 4 child windows within the parent at fixed positions and sizes that users cannot move stretch or modiify or close etc.
by grumpy
Tue Feb 07, 2006 2:06 am
 
Forum: FiveWin for CA-Clipper
Topic: MDI Window size and placement.
Replies: 3
Views: 1220

AutoDetect to Screen Resolution

How can I stable screen positions (says,get,buttons) regardless screen resoultion ?
by Ehab Samir Aziz
Sun Jan 29, 2006 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AutoDetect to Screen Resolution
Replies: 0
Views: 500

Mouse behavior

... the click point. In the FWH application clicking the left button does nothing. However the right button moves the cursor to the new location but positions the cursor at the start of the field. Client wants the old mousing restored. Any ideas of what I must do? Vytas
by Vytas
Fri Oct 28, 2005 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse behavior
Replies: 1
Views: 1046
Previous

Return to advanced search