Search found 235 matches: moves

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... wishes so that you can all take this leap and start a new era by sharing harbour code to use on the web. A final note… Can you see how fast RX moves? :D It's the magic of Harbour brought to the web, so you can fully trust it... Regards. C.
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 827

CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

... the size of text, apps ant other items." If I run this little app, when I click on the button the dialog become more little and it moves. The question is: Pdfcreator problem or something in fivewin? Many thanks Marco #include "fivewin.ch"FUNCTION MAINLOCAL oPdfCreatorLOCAL ...
by MarcoBoschi
Mon Jan 29, 2024 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 970

Re: DBF . Commit

Goto Recno() works the same .. physically moves the record pointer back to itself thereby flushing and writing the buffers

Rick Lipkin
by Rick Lipkin
Fri Oct 20, 2023 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2435

Re: lose focus on buttonbar

I understood! When the user MOVES THE MOUSE, the buttons reappear.

¡Entendí! Cuando el usuario MUEVE EL RATÓN, los botones vuelven a aparecer.

Regards, saludos.
by karinha
Thu Apr 27, 2023 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1162

Vertical and Horizontal Scroll Bar Processing

Is there a way with Fivewin to build a dialog with automatic vertical and horizontal scroll bar processing that moves the display area as scroll bars are clicked?
by don lowenstein
Tue Sep 20, 2022 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Vertical and Horizontal Scroll Bar Processing
Replies: 2
Views: 333

New BtnBmp Vs Old Btnbmp

... to show a popup menu https://i.postimg.cc/hPddDTvq/NUOVO-zoom.jpg in aesthetics it is bad to have that arrow and the text that moves, this could be fine in the tbar but not in a context like mine in addition to the black arrow the white line cuts the button and this is not really ...
by Silvio.Falconi
Sat Apr 16, 2022 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New BtnBmp Vs Old Btnbmp
Replies: 2
Views: 234

Re: Search on a Xbrowse

... only for buttons ? Marc, I know my test works but my problem was just showing the get control and the combobox in the buttonbar. When the end user moves the mouse over the controls then they are shown, what can you do to get them right from the start?
by Silvio.Falconi
Fri Feb 25, 2022 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on a Xbrowse
Replies: 19
Views: 1254

Re: xbrowse command not working properly -- MR. RAO

Can I also assume that: 1. oTb:RecCount() --> number of rows? 2. oTb:RecNo() --> current row/record number? 3. oTb:GoTo( n ) --> Moves the record pointer to nth row? 4. oTb:Skip( +n or -n ) --> skips the record pointer by n or -n rows? How did you define columns? Yes, sir For column ...
by Compuin
Wed Feb 23, 2022 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1435

Re: xbrowse command not working properly -- MR. RAO

Can I also assume that:

1. oTb:RecCount() --> number of rows?
2. oTb:RecNo() --> current row/record number?
3. oTb:GoTo( n ) --> Moves the record pointer to nth row?
4. oTb:Skip( +n or -n ) --> skips the record pointer by n or -n rows?

How did you define columns?
by nageswaragunupudi
Wed Feb 23, 2022 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1435

Re: a question MDI

... then the user resizes the window with the mouse and can hide it under the explorerbar panel. In a software I have seen instead that if the user moves the window it always remains inside the space and does not go under the explorerbar panel how can this change be implemented?
by Silvio.Falconi
Fri Jan 07, 2022 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a question MDI
Replies: 22
Views: 1622

Re: How do I know the field name in xbrowse:column

... the browse, "room" is the first column. You defined some action oBrw:aCols[ 1 ]:bLDClickData := {|| roomaction() } Wherever the user moves / swaps this column, if the user clicks on the "room" column, the same action is taken. All the datas/codeblocks assigned to a column ...
by dutch
Mon Dec 20, 2021 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2283

Re: How do I know the field name in xbrowse:column

... the browse, "room" is the first column. You defined some action oBrw:aCols[ 1 ]:bLDClickData := {|| roomaction() } Wherever the user moves / swaps this column, if the user clicks on the "room" column, the same action is taken. All the datas/codeblocks assigned to a column ...
by nageswaragunupudi
Sun Dec 19, 2021 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2283

Problem With Folder on aDialog

...         Eval(oFolder:baction) ) When I tested the application on Windows 10 when I press a tab not only the dialog moves but has a slight flick how can I solve?
by Silvio.Falconi
Fri Nov 26, 2021 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With Folder on aDialog
Replies: 0
Views: 233

strange move Folder - Dialog

... some tabs I do not put some information while in others the information is more than the others the problem is that when I press a tab the dialog moves up each time i.e. it does not remain in the initial coordinates i.e. the dialog must always be in one point only the height must change according ...
by Silvio.Falconi
Mon Nov 22, 2021 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 529

Re: Lock the mouse

Thanks, I'm actually processing :MMove() on the window. Each time the cursor coordinates change, some processing takes time (and the user, at this time, moves the mouse). Thus, synchronization is disrupted. I was hoping to solve this by RUNSLL32.exe mouse, disable But under 10 it doesn't work
by Natter
Sun Nov 14, 2021 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lock the mouse
Replies: 6
Views: 503
Next

Return to advanced search