Search found 200 matches: selector

Return to advanced search

Re: Tooltip of the selector column

Instead of
Code: Select all  Expand view
oBrw:bToolTips   := ;
         { | oBrw,r,c,f,oMouseCol,nMouseRow| MojColToolTip( oBrw,r,c,f,oMouseCol,nMouseRow ) }


can you please try
Code: Select all  Expand view
oBrw:bCellToolTips := { |o| o:Value }
by nageswaragunupudi
Tue Apr 09, 2024 5:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1363

Re: Tooltip of the selector column

I tried to test the code: [code]#include "FiveWin.ch"function Test()   USE CUSTOMER   DEFINE DIALOG oDlg SIZE 600,500 PIXEL   @ 10,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ;      DATASOURCE "CUSTOMER" AUTOCOLS ;      CELL LINES NOBORDER   oBrw:bToolTips   := ;  ...
by mtajkov
Sun Apr 07, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1363

Re: Saving OuterHTML using Await Implementation with TWebView

... on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like Behavior**: - Functions ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like Behavior**: - Functions ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: changing color in xBrowse

hi, how do i change the color of highlighted parts in xBrowse? about your Question : you can "switch OFF" that Column when use   lRecordSelector := .F. as "Selector" is in 1st Column : do "color" 1st Column but i don´t know (yet) how to "color" a Column (or ...
by Jimmy
Sun Apr 16, 2023 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: changing color in xBrowse
Replies: 3
Views: 297

questions about xbrowse to understand better

... we make the window smaller, even in xbrowse it must happen in this way also for the horizontal scroll the same thing must be true for the record selector first column on the left
by Silvio.Falconi
Tue Oct 18, 2022 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions about xbrowse to understand better
Replies: 4
Views: 284

Re: FIELD Selector for FiveWin ?

hi Otto, Another question: you also know MINIGUI. Do you think you can use the dialog designer as well for FIVEWIN and maybe HTML forms? thx for your DragDrop Sample. --- when try to use HMG FMG Syntax in MiniGUI Extended Version it (most) fail as Property are Different i guess it will be a huge wor...
by Jimmy
Sun Jul 31, 2022 4:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1130

Re: FIELD Selector for FiveWin ?

hi Antonio,
Antonio Linares wrote:And you get this:
WOW
by Jimmy
Sun Jul 31, 2022 4:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1130

Re: FIELD Selector for FiveWin ?

Dear Jimmy, Simply create this example: jimmy.prg #include "FiveWin.ch"function Main()   MsgInfo( cGetExpression() )return nil Then, being at FWH\samples do: copy expbuild.rc jimmy.rc Finally do: buildh.bat jimmy And you get this: https://github.com/FiveTech...
by Antonio Linares
Sun Jul 31, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1130

Re: FIELD Selector for FiveWin ?

hi Euclides, thx for Answer. There is a FWH function: cGetExpression() OK, i will look for it [quote="Euclides"]It user \fwh\samples\expbuild.rc and \fwh\samples\ExpBuild.ch. The use is for expressions./quote] i have look into expbuild.ch and expbuild.rc i don´t know how to use your Code S...
by Jimmy
Sun Jul 31, 2022 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1130

Re: FIELD Selector for FiveWin ?

Hi Jimmy. There is a FWH function: cGetExpression() It user \fwh\samples\expbuild.rc and \fwh\samples\ExpBuild.ch. The use is for expressions. I made a very simple routine (back in fw 2.0 - Just transalte it from Portugese) Function MOVFIELDS()local oDlg1, oLbx1, oLbx2, aItm2:={}, ...
by Euclides
Sat Jul 30, 2022 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1130

Re: FIELD Selector for FiveWin ?

Hello Jimmy, You could use the FW example as a start. Another question: you also know MINIGUI. Do you think you can use the dialog designer as well for FIVEWIN and maybe HTML forms? Ivanil Marcelino Good afternoon; I don't know fivewin, but I believe the syntax differs from minigui; the minigui synt...
by Otto
Sat Jul 30, 2022 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1130

FIELD Selector for FiveWin ?

hi,

is there a FiveWin Sample like this ?
Image
by Jimmy
Sat Jul 30, 2022 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1130

My journey to the web

... This is a milestone for me today. Advanced search options are available. Select index and letter to start your query Full text search with option selector Pagination server-side Now I actually have almost all the functions I also have with xBrowse on the desktop. In addition to sorting by clicking ...
by Otto
Sat Feb 26, 2022 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: My journey to the web
Replies: 2
Views: 464

Re: Border around GET

... there are many new things added for the background I added a gradient and image-support a new gradient and button-designer a image background-selector Release 3.1 http://www.service-fivewin.de/FW_Downloads/Newbord1.zip http://www.service-fivewin.de/images/brd5.jg A gradient-designer ...
by ukoenig
Sun Jun 13, 2021 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13692
Next

Return to advanced search