Search found 1630 matches: cursor

Return to advanced search

Re: WhatsApp tests

Funcionó bien!
Depende de donde estemos parado (si en el texto para enviar, en buscar, etc) del Whatsapp para que funcione correctamente.
Pero si arrancamos poniendo el cursor en donde se debe escribir el mensaje, funciona
Igualmente sigo haciendo pruebas.
by cmsoft
Wed Apr 17, 2024 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 344

Re: Control EDIT y readonly.

... para este control EDIT. En las pantallas acostumbro a usar Xbrowse muy sencillos que el usuario recorre buscando su registro, cuando se mueve el cursor actualizo unos GET (hay más que columnas que tiene el Xbrowse) que le permiten editar el registro o no. Normalmente estos GET los tengo :Readonly ...
by FiveWiDi
Thu Mar 28, 2024 7:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1006

Re: Question about performance RowSet

... aunado a que es un objeto bastante complejo, data/var y métodos, que es en lo cual donde realmente toma su tiempo, no tanto en la recuperación del cursor de datos que para ambos métodos es igual. en lo personal, lo miro normal. por eso cuando la información que se pretende recuperar es poca, y ...
by Eroni
Fri Mar 15, 2024 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4021

Re: Question about performance RowSet

... aunado a que es un objeto bastante complejo, data/var y métodos, que es en lo cual donde realmente toma su tiempo, no tanto en la recuperación del cursor de datos que para ambos métodos es igual. en lo personal, lo miro normal. por eso cuando la información que se pretende recuperar es poca, y ...
by carlos vargas
Fri Mar 15, 2024 3:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4021

Leer de un .RES (datos de version) incrustado en un .EXE

Saludos estimados Tengo un .RES creado con Pelles (que se incrusta en el EXE al momento del enlazado) donde tengo: Bitmap, Cursor, Dialog, Icon, Manifest, Version ... como puedo leer la informacion que esta en "Version" desde dentro de mi aplicacion FHW, quisiera leer los ...
by Enrrique Vertiz
Mon Mar 11, 2024 11:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer de un .RES (datos de version) incrustado en un .EXE
Replies: 3
Views: 621

Re: Cursor position in a get memo

oMGet:GetRow()
oMGet:GetCol()
by Antonio Linares
Sat Mar 09, 2024 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cursor position in a get memo
Replies: 2
Views: 151

Re: Cursor position in a get memo

Hola, prueba esto:        REDEFINE GET oObs ;                VAR cObs MEMO ;                ID 119 OF oDlg                oObs:bGotFocus = { || oObs:SetSel...
by Willi Quintana
Fri Mar 08, 2024 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cursor position in a get memo
Replies: 2
Views: 151

Cursor position in a get memo

how can I get the cursor position in a "get memo"?

ex:

xxxxx
yyyyy|(CURSOR POSITION)

oGet:GetCol() return 6

the correct one would be 11
by MGA
Fri Mar 08, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cursor position in a get memo
Replies: 2
Views: 151

xBrowse with UrlLink

...  MsgInfo("Opción Tres")Return(NIL)//-------------------------------------------------// Question : How to assign a HAND cursor over a specific column ? Regards,
by Cgallegoa
Tue Feb 27, 2024 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 194

Re: URLLINK + XBROWSE

Leandro, Lo del cursor esta complicado, encontré dos inconvenientes: 1.- xBrowse permite definir cursor general a todo el Browse, no a columnas individuales, que sería lo interesante. 2.- Así lo definas un cursor al Browse, en la ...
by Cgallegoa
Tue Feb 27, 2024 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: URLLINK + XBROWSE
Replies: 13
Views: 933

Re: URLLINK + XBROWSE

Excelente ejemplo Carlos, para causar un mejor efecto solo faltaría que apareciera la manito (cursor) sobre el link.
Image
by leandro
Tue Feb 27, 2024 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: URLLINK + XBROWSE
Replies: 13
Views: 933

Re: "Save As" dialog box

... expects that the user should not be able to select a file. In other words, the OK button to be grayed out so that the user can not select if the cursor is on a file, but can select only when the cursor is on a folder. For this we need to use VALID with a callback function. I expect some experts ...
by nageswaragunupudi
Sun Jan 28, 2024 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1835

Re: I'm not asking for the moon... Resolved!!

Great that you have a solution. I have been dealing a bit with the issue that the numbers are filled from right to left and
that one can navigate with the TAB key, with the cursor always standing on the right in overwrite mode.

Image
by Otto
Fri Jan 19, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2144

Re: I'm not asking for the moon...

... to 123,45, not with dot "." but with "," comma 3. if the user digit another number sample 7 the get must write 123,47 and the cursor must stay on the last digit 4 the user can press tab to go to another get If for sample there is allready a value sample 0,75 the get must not ...
by Silvio.Falconi
Thu Jan 18, 2024 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2144

Re: Problem with tget numeric

... user must pree tab to jump to another tget I explain good the user press 01245 the procedure must convert into 012,45 or the user press 12,45 and cursor must be stop on get then the user can prem tab button to jump to another tget another sample the user press 1 2 3 9 8 the procedure must converte ...
by Silvio.Falconi
Wed Jan 17, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1428
Next

Return to advanced search