Search found 82 matches: positioning

Return to advanced search

Re: RC to PRG generator

... I tried a few days ago to create html files from RC files using the rc.prgr. However, I couldn't find a quick solution for how to solve the positioning. In html, I have a row/column-based positioning and with the RC files, it's absolute. It then requires a bit of logic to implement this, ...
by Otto
Mon Feb 12, 2024 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1189

Re: FWH 3.10 - problem with positioning dialog box

Dear Michel,

glad to know the problem is solved

In FWH 23.10 we have removed many warnings, code has been simplified, thus it is possible this change in the behavior

many thanks for your great feedback
by Antonio Linares
Thu Nov 16, 2023 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 244

Re: FWH 3.10 - problem with positioning dialog box

Antonio,

Thank you very much for your help. Problem is solved.

To me it only looks strange that is was working fine in 3.07 and not in 3.10.
by driessen
Thu Nov 16, 2023 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 244

Re: FWH 3.10 - problem with positioning dialog box

Dear Michel,

Do you use this ? Maybe you wrote ON MOVE by mistake:

ACTIVATE DIALOG ArcLeg RESIZE16 NOWAIT ON MOVE ArcLeg:Move(aRect[1],aRect[4],,,.T.)

or

ACTIVATE DIALOG ArcLeg RESIZE16 NOWAIT ON INIT ArcLeg:Move(aRect[1],aRect[4],,,.T.)
by Antonio Linares
Thu Nov 16, 2023 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 244

FWH 3.10 - problem with positioning dialog box

Hello, I need to open 2 dialog boxes. In FWH 3.07 it is shown like this: https://www.juda.be/Before.jpg . But if I open both dialog boxes using FWH 3.10, it results into this: https://www.juda.be/After.jpg This is the source for opening the second small dialog box: LO...
by driessen
Thu Nov 16, 2023 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 244

How to capture screen by code

... forward ii. Once it displayed, pop a dialog box at the edge of the external exe's window // 2 issues. Determining when the external exe appear and positioning my dialog box iii. If user click Ok on the dialog, create a screenshot and email it // what's the code to do screenshot TIA
by hua
Thu Feb 23, 2023 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to capture screen by code
Replies: 3
Views: 337

Re: xBrowse building image-groups (sorted by color)

... Then we change all the positions like we want and in the dbf there need to be a field in order to know the sort order. That way we have a sorting/positioning module for ranking the products. showing the ranking on the right upper corner a solution ? yellow fields will be only visible with a valid ...
by ukoenig
Mon Jun 28, 2021 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse building image-groups (sorted by color)
Replies: 5
Views: 875

Re: xBrowse building image-groups (sorted by color)

... Then we change all the positions like we want and in the dbf there need to be a field in order to know the sort order. That way we have a sorting/positioning module for ranking the products. If posible, i would like to test and see.
by Marc Venken
Wed Jun 16, 2021 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse building image-groups (sorted by color)
Replies: 5
Views: 875

TO Cristobal : Message position

some time ago I wrote to you because I had problems positioning a message with TToast class I explained to you that in a resizable dialog the class did not work as it should and I also sent you the example I explained to you that the message created ...
by Silvio.Falconi
Tue Jun 08, 2021 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Cristobal : Message position
Replies: 4
Views: 784

justified alignment

in the oprnBox () method it is possible to set the horizontal positioning (Left, Right, Centered) and the vertical one (Top, Bottom, Centered).
in the future it is also possible to have justified alignment?
example if the text is long you could have it in justified mode inside the oprn: box ()?
by Silvio.Falconi
Thu Nov 05, 2020 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: justified alignment
Replies: 0
Views: 323

Re: Printer class question - RESOLVED

... hardcoded loop) would be very easy if the jpg file from my wife is changed (ex. There is a extra promotional slogan) and you want some FW text. or positioning is changed. But I see that you have it for ER. For Xbrowse it should also be very easy I suspect also that many here are using this kind ...
by Marc Venken
Sun Oct 25, 2020 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3345

Re: #Define mutiline

... .f. ) @ ( oDlg:nHeight - 30 )/2.05, 50 BUTTON "MoveDn" SIZE 35,12 PIXEL OF oDlg ACTION SwapRow( oBrw, .t. ) ( Calculation of vertical positioning is all automaically. ) with $-> MYBTN : Caption=MoveUp; Action= SwapRow( oBrw, .f. ) $-> MYBTN : Caption=MoveDn; Action= SwapRow( ...
by Otto
Wed May 06, 2020 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: #Define mutiline
Replies: 15
Views: 1344

New FTDN April/Abril 2020 (FWH 20.04)

... browses user can enter longer text than the present value and the text is trimmed while saving. Applies only for character values in arrays. - Positioning of BtnAction in GetBar when the application is themed is not correct. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38828 ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2193

Re: HDORDD. Importando datos desde dos conexiones diferentes.

... funcion dek HDORDD esta precedida por una X, P, S, etc o nada si no está hecho.. Por ejemplo estas son las funciones de movimiento: Movement and positioning methods -------------------------------------------------------------------------------- X bof; Determine logical beginning of file. <---------------------------------------------- ...
by xmanuel
Sat Apr 25, 2020 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDORDD. Importando datos desde dos conexiones diferentes.
Replies: 12
Views: 1670

Re: xBrowse anomoly

... is not consistent. HOWEVER, also note my code uses resources and thus is a REDEFINE. I have never been able to get consistent display with @ x,y positioning on complex dialogs. I wish I could but it just never seems consistent to me, and every effort always seems to get jumbled. Here is the .RC ...
by TimStone
Tue Dec 03, 2019 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3545
Next

Return to advanced search