Search found 223 matches: head

Return to advanced search

Ayuda Mercury TWeb y TWebBrowse

... _ringo = new TWebBrowse( "ringo", null, false ); _ringo.SetCfgCols( JSON.parse( '{"id":{"id":"id","head":"Id.","width":"","sortable":false,"align":"","formatter":"","class":"","edit":false,"edit_type":"C","edit_with":"","edit_escape":false,"class_event":""},"name":{"id":"name","head":"Name","width":"","sortable":false,"align":"","formatter":"","class":"","edit":false,"edit_type":"C","edit_with":"","edit_escape":false,"class_event":""}}' ...
by RSalazarU
Wed Apr 14, 2021 8:51 pm
 
Forum: mod_harbour
Topic: Ayuda Mercury TWeb y TWebBrowse
Replies: 3
Views: 1015

Re: chenge on line a combo

if the user moves the column with the checkbox on third position then it doesn't work well as the user always has to click on the first column to select the record, this is an error that you should fix If you use the header name and not the number of the column, Xbrowse is using the correct field. ...
by Silvio.Falconi
Fri Nov 13, 2020 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 5452

Re: chenge on line a combo

if the user moves the column with the checkbox on third position then it doesn't work well as the user always has to click on the first column to select the record, this is an error that you should fix If you use the header name and not the number of the column, Xbrowse is using the correct field. ...
by Marc Venken
Thu Nov 12, 2020 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 5452

SSE example

... in mod_harbour_samples. On Internet there are samples for PHP, but I do not know how to realize it using Mercury. I made this view: {{ View( 'head.view' ) }} <body> <h1>Testing SSE</h1> <div id="result"> </div> <script> if(typeof(EventSource) !== ...
by dakosimo
Tue Aug 11, 2020 5:44 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 5108

Re: Curl and XAMPP

For example: arrays.prg

...........................
<head>
.........................
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.css"/>
</head>
...........................
by Natter
Sun Jun 14, 2020 4:58 pm
 
Forum: mod_harbour
Topic: Curl and XAMPP
Replies: 5
Views: 889

TITLETEXT Refresh() Arrays...(SOLVED)

I have a dbf file with values (as characters) which is auto-updated every ten minutes. The update changes values and needs to be refreshed/overwritten on the screen. A timer updates this screen with new values. I save the values as text in the dbf and update the array and refresh the array as SETTEX...
by RiazKhan
Sat Jun 06, 2020 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLETEXT Refresh() Arrays...(SOLVED)
Replies: 2
Views: 524

How To Refresh() TITLETEXT With Arrays...???

I have a dbf file with values (as character) which is auto-updated every ten minutes. The update changes values and needs to be refreshed/overwritten on the screen. A timer updates this screen with new values. I save the values as text in the dbf and update the array and refresh the array as SETTEXT...
by RiazKhan
Mon May 25, 2020 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Refresh() TITLETEXT With Arrays...???
Replies: 2
Views: 704

Re: TWeb for mod Harbour is ready

... hCols := {<br>&nbsp;&nbsp;"last":<br>&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;"head":&nbsp;"Last",<br>&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;"",<br>&nbsp;&nbsp;&nbsp;&nbsp;"sortable":&nbsp;false,<br>&nbsp;&nbsp;&nbsp;&nbsp;"align":&nbsp;"",<br>&nbsp;&nbsp;&nbsp;&nbsp;"formatter":&nbsp;""<br>&nbsp;&nbsp;},<br>&nbsp;&nbsp;"first":<br>&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;"head":&nbsp;"First",<br>&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;"",<br>&nbsp;&nbsp;&nbsp;&nbsp;"sortable":&nbsp;false,<br>&nbsp;&nbsp;&nbsp;&nbsp;"align":&nbsp;"",<br>&nbsp;&nbsp;&nbsp;&nbsp;"formatter":&nbsp;""<br>&nbsp;&nbsp;},<br>&nbsp;&nbsp;"street":<br>&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;"head":&nbsp;"Street",<br>&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;"",<br>&nbsp;&nbsp;&nbsp;&nbsp;"sortable":&nbsp;false,<br>&nbsp;&nbsp;&nbsp;&nbsp;"align":&nbsp;"",<br>&nbsp;&nbsp;&nbsp;&nbsp;"formatter":&nbsp;""<br>&nbsp;&nbsp;},<br>&nbsp;&nbsp;"age":<br>&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;"head":&nbsp;"Age",<br>&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;"",<br>&nbsp;&nbsp;&nbsp;&nbsp;"sortable":&nbsp;false,<br>&nbsp;&nbsp;&nbsp;&nbsp;"align":&nbsp;"",<br>&nbsp;&nbsp;&nbsp;&nbsp;"formatter":&nbsp;""<br>&nbsp;&nbsp;}<br>}<br> ...
by Taavi
Fri Apr 10, 2020 2:29 pm
 
Forum: mod_harbour
Topic: TWeb for mod Harbour is ready
Replies: 17
Views: 2863

Re: Missing LIB

... http://libharu.org/ https://sourceforge.net/p/xharbour/code/HEAD/tree/trunk/xharbour/contrib/hbhpdf/ https://code.google.com/archive/p/harbour-and-xharbour-builds/downloads Regards.
by karinha
Mon Mar 02, 2020 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing LIB
Replies: 13
Views: 2607

Re: Mobile App Development

dbrowse.prg dbedit.prg You can see that there is the bootstrap link in the head section and then the javascript include. After this the calls to che classes "container-fluid", "col-xs-6", "btn-group", "btn btn-default" ...
by Massimo Linossi
Thu Jan 16, 2020 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 5542

control the head.view via the controller.

Dear Antonio, can you please show us how to control the head.view via the controller. For example, I include the dayPilot library in a menu item. However, it makes little sense if these libraries are then integrated in all modules. <! - daypilot libraries ...
by Otto
Sat Dec 28, 2019 2:16 pm
 
Forum: mod_harbour
Topic: control the head.view via the controller.
Replies: 0
Views: 198

Re: Lectura de API desde FW

Navarro Gracias, esta fue la respuesta generado con el ejemplo que me indicaste <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Bad Request</pre> </body> ...
by jnavas
Wed Nov 20, 2019 2:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lectura de API desde FW
Replies: 12
Views: 2210

Re: xbrowse con columnas variables

... pero como no se cuantas columnas tendra la tabla necesito que el browse sea variable ADD COLUMN TO XBROWSE oBrwT ; DATA TEM_T->V_ALMA01 ; HEAD "ALMA01" SIZE 80 ADD COLUMN TO XBROWSE oBrwT ; DATA TEM_T->V_ALMA02 ; HEAD "ALMA02" SIZE 80 ADD COLUMN TO XBROWSE oBrwT ...
by hpoliz
Mon Oct 07, 2019 10:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse con columnas variables
Replies: 9
Views: 1175

MODHarbour Patcher

... and remove anything you wish to in files in the SOURCE folder to take out complexity. With „->“ and filename you make the connection. head.prg toolbox.prg inspector.prg are found in your source-folder Publish For publishing you just have to drag&drop your *_main.prg (here MyModTest_Main.prg) ...
by Iris Gesser
Fri Sep 27, 2019 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MODHarbour Patcher
Replies: 2
Views: 555

Re: xbrowse too slow

... the first folder. 52 fields times 6135 records is 319,020 pieces of information. How does anyone evaluate 319,020 pieces of information in their head? Generally, we try to reduce the amount of information that a user manipulates, not just give them everything. Many years ago, one of my first ...
by Silvio.Falconi
Sat Sep 21, 2019 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4499
PreviousNext

Return to advanced search