Search found 52 matches: weight

Return to advanced search

Re: Problem with Choose font

I have different on my dialog I use BTNBMP control to show name of font and sizes cFontName := oBrowse:aArraydata[nRecord][15] nFontSize := oBrowse:aArraydata[nRecord][16] lUnderline := oBrowse:aArraydata[nRecord][17] lStrikeOut := oBrowse:aArraydata[nRecord][18] lBold := oBrowse:aArraydata[nRecord]...
by Silvio.Falconi
Fri Apr 21, 2023 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Choose font
Replies: 5
Views: 544

Re: Parpadeo de Menu COLOR , Ayuda

Local cFont := "Tahoma"
Local cFontH := -14

DEFINE FONT oFontMenu NAME cFont SIZE 0, cFontH WEIGHT 300
by devwin2010
Tue Oct 18, 2022 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de Menu COLOR , Ayuda
Replies: 29
Views: 1881

Re: BOA for harbour ?

Robb, HbWeb is a light weight web server specially coded to allow you build web apps in a new and very nice way :-) The idea is to implement the FiveWin easy of use syntax for the web, without having to install Apache, mod_harbour, etc ...
by Antonio Linares
Fri Apr 29, 2022 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 634

Re: BOA for harbour ?

Jimmy,

> was is HbWeb library

A new library for Harbour that provides a light weight web server to be used from your Harbour apps :-)
by Antonio Linares
Thu Apr 28, 2022 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 634

Best FWH functions for API, Hash, Curl

... 0, "status": true, "taxRate": 0, "manufacturerId": 0, "width": 0, "height": 0, "weight": 0, "images": [ "ImageOne" ], "imagesAlt": [ "ImageOneAlt" ], "resources": [ { "resourceKey": ...
by Marc Venken
Sat Oct 30, 2021 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best FWH functions for API, Hash, Curl
Replies: 2
Views: 485

Re: Put Hash data into a dbf

... weight":0},"reviews":{"count":0,"avg":0},"resources":[],"addons":{"multicatalog":{"enabled":false},"layover":{"enabled":true}}},{"uprid":"561","productId":561,"stockId":-1,"referenceId":0,"isBundle":0,"bundledProducts":[],"status":1,"quantity":"400","maximumQuantity":null,"ean":"","sku":"","model":"BCWW04W","hsCode":null,"name":"#Hoodie ...
by nageswaragunupudi
Thu May 27, 2021 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put Hash data into a dbf
Replies: 8
Views: 1123

Re: Put Hash data into a dbf

... weight":0},"reviews":{"count":0,"avg":0},"resources":[],"addons":{"multicatalog":{"enabled":false},"layover":{"enabled":true}}},{"uprid":"561","productId":561,"stockId":-1,"referenceId":0,"isBundle":0,"bundledProducts":[],"status":1,"quantity":"400","maximumQuantity":null,"ean":"","sku":"","model":"BCWW04W","hsCode":null,"name":"#Hoodie ...
by Marc Venken
Wed May 26, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put Hash data into a dbf
Replies: 8
Views: 1123

Use cUrl to upload data to online server

... weight\":0,\"images\":[\"ImageOne\"],\"imagesAlt\":[\"ImageOneAlt\"],\"resources\":[{\"resourceKey\":\"key\",\"resourceValue\":\"value\",\"resourceType\":\"type\"}]}" ...
by Marc Venken
Sat May 22, 2021 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1260

Swagger API and FWH

... weight":"0.00"},"reviews":{"count":0,"avg":0},"addons":{"multicatalog":{"enabled":0},"layover":{"enabled":1}}}] ...
by Marc Venken
Tue Sep 22, 2020 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Swagger API and FWH
Replies: 2
Views: 867

Help with PDF in FWH-19.09 please. - SOLVED

... everything, but I can't find a solution. Any suggestions of what I need or what am I doing wrong will be eternally grateful Good quality - bad weight 584Kb https://i.postimg.cc/QN5qZt8j/Fact067-OK.jpg Good weight 202Kb - bad quality https://i.postimg.cc/65rznQgM/Fact067-UGLY.jpg ...
by Cgallegoa
Tue Dec 03, 2019 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with PDF in FWH-19.09 please. - SOLVED
Replies: 3
Views: 1019

Re: Reinforcement Learning

... to zero, the agent will tend to consider only immediate rewards. If Gamma is closer to one, the agent will consider future rewards with greater weight, willing to delay the reward. In this case, if the matrix Q has been enhanced, instead of exploring around, and going back and forth to the same ...
by Antonio Linares
Fri Dec 22, 2017 7:09 pm
 
Forum: latest AI news
Topic: Reinforcement Learning
Replies: 6
Views: 2124

Código Qt

... ) aBtn[1] :Move ( 10, 10 ) aBtn[1] :Resize ( 310, 70 ) aBtn[1] :SetStyleSheet( " background: #F4F4F0; font-size: 18px; font-weight: bold; color: #ff0000;" ) //Color del Botón, Tamaño de la Fuente, Fuente en Negrita, Color de la Fuente aBtn[1] :Connect( "clicked()", ...
by jtscalpe
Sun Sep 17, 2017 5:57 am
 
Forum: FiveTouch
Topic: Código Qt
Replies: 0
Views: 718

Re: Artificial intelligence - Class TPerceptron

... equal, different from zero means they are different. The difference between them is the "error". To correct the error, we modify a "weight" . Its amazing that from that simple concept, all what can be built. In the same way all our software technology comes from a bit, being ...
by Antonio Linares
Fri May 19, 2017 10:35 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial intelligence - Class TPerceptron
Replies: 29
Views: 7873

SQL INSERT TRIGGER Failure in Xharbour

Hi All, I have a new trigger in SQL which inserts a new record in another table, but I am getting a blowup Error description: Error BASE/1132 Bound error: array access Args: [ 1] = A { ... } [ 2] = N 1 Stack Calls =========== Called from: ..\source\sqlrdd2.prg => SR_WORKAREA:WRITEBUFFER(2500) Cal...
by paulrogers
Thu Jan 21, 2016 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL INSERT TRIGGER Failure in Xharbour
Replies: 0
Views: 342

Re: Set FONT in MENU the screen paint strange

Dear Dutch The problem is in clausule [ WEIGHT <nWeight> ] Try                          //  400   aFonts := { -16, 0, 0, 0, 0, .F., .F., .F., 222, 3, 2, 1, 34, 'Tahoma' }   //oFontMenu := TFont():New( "Tahoma", 0, -16,,,,, ...
by cnavarro
Thu Jul 23, 2015 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set FONT in MENU the screen paint strange
Replies: 11
Views: 2190
Next

Return to advanced search