Search found 352 matches: lower

Return to advanced search

Transparent Png on MDI Parent

... image editor it shows a checkered gray background. How can I make this transparent using @ Say Image. On Resize I move it so it always is in the lower right hand corner of the window. But I get the checkered background, not so pretty.
by byron.hopp
Wed May 08, 2024 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 5
Views: 134

Re: Filter on Xbrowse

... age checkbox first the procedure must create the radioitems first obviously if I uncheck the initial checkboxes the radio menus must disappear and lower the xbrowse
by Silvio.Falconi
Thu May 02, 2024 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Reload data in a combobox

... in the same archive I have to do a combobox check where I select the major categories and then I have to refresh another combobox with the lower categories corresponding to the major category selected. when I go to reload the lower categories in the second combobox control it gives me an ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 131

Re: Silvo .. could you post your latest xMAte env for BCC770 ?

... Attention then I copied uuid.lib fron C:\Work\Bcc7\lib\psdk to C:\Work\Bcc7\lib but I rename it with lower letter , don't ask me why...because I don't know either but now it works :) https://i.postimg.cc/zfztKD3q/ggg.png you can ask ...
by Silvio.Falconi
Sat Apr 27, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 6
Views: 357

Checkbox with ltransparent error

... nRow,oBox[1]:nLeft+60 CHECKBOX aDat[ 5] VAR l05 Prompt axArray[ 5, 2 ] SIZE 350, 20 PIXEL OF oDlg aDat[ 5]:lTransparent:=.t. this gate covers the lower part of the dialog, hiding the other controls that are there If I rem aDat[ 5]:lTransparent:=.t. Not happend nothing
by Silvio.Falconi
Fri Apr 19, 2024 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox with ltransparent error
Replies: 1
Views: 68

Re: Mark field as required

... adding a new data bMandatory that returns .t. If the Get is mandatory and a call to a new method, in the ::Paint() method draw a triangle in the lower left corner of the TGet() https://i.ibb.co/GR84PXB/Snag-2da06c7.png   // --------  DRAW TRIANGLE --------------------------------  ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1785

Re: more GGUF Model

... Here I use a Xeon CPU (iMac) and nvidia GPU (RTX 3060, eGPU). If I build it locally it will not be able to properly execute on a lower CPU/GPU. Thats why you have to build it yourself on your own CPU and GPU. AI gets it best speed using nvidia GPU. Also enough RAM is required ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 172

Re: erase files

... type "Resource Monitor" and press Enter. Switch to the "CPU" tab. Expand the "Associated Handles" section in the lower panel. In the search field of the "Associated Handles" section, enter the name of the file you want to check. If the file is being used, ...
by Otto
Thu Jan 25, 2024 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1590

Re: WebView2 Essentials: Guides, Tips & Resources

... aWebViews to keep track of web view instances. The usage of inline C-like functions (e.g., WebView_Create, SetWindowPos) suggests integration with lower-level system APIs or another library for web view control. The class design is focused on interaction between the native application and the web ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 484

Re: random sentences generator

... twinkle in the night sky.") Tokenizer("The Great Wall of China is a historic landmark.") Tokenizer("Rivers flow from higher to lower elevations.") Tokenizer("Bees play a crucial role in pollination.") Tokenizer("Diamonds are a form of carbon.") Tokenizer("The ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 716

Re: TGet() - UTF8 encoding fails [Unsolved]

... 'properly' for UTF8, ... Yes, Harbour's Upper() function does not work with UTF8 encoded Umlauts. Even with Ansi encoded umlauts, Harbour Upper/Lower functions work only if the codepage is set to German. But a Unicode Get control does not have to depend on Harbour's Upper() function for converting ...
by nageswaragunupudi
Sat Oct 14, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1750

ChatGPT, AI

... rates for programmers on Upwork have been impacted by AI. AI, or artificial intelligence, has enabled clients to get work done faster and at a lower cost. This has resulted in decreased demand for Indian programmers, as clients can now find someone to do the work at a more competitive rate. ...
by Otto
Sun Aug 20, 2023 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT, AI
Replies: 0
Views: 245

New FTDN July/Julio (FWH 23.07)

... "Upper()", c ) --> ABC If uVar is neither a codeblock or a valid function name, uVar itself is returned * fw_stricmp() treats nil as lower than other datatypes * New: We know that it is a tedious task to write help for an app, so we have implemented a real simple way to do it using ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1084

Re: UTF-8, 2-Byte characters, Lower() and Upper()

...  karinha, thank you very much, helps for clarification. By default Lower() and Upper() work with English characters only. We need to set the codepage of the desired language Ok, understand. So, if I am in a multi-language environment, e.g.: - a dialog/browse ...
by frose
Sun Jun 25, 2023 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTF-8, 2-Byte characters, Lower() and Upper()
Replies: 3
Views: 297

Re: UTF-8, 2-Byte characters, Lower() and Upper()

By default Lower() and Upper() work with English characters only.

We need to set the codepage of the desired language
by nageswaragunupudi
Sat Jun 24, 2023 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTF-8, 2-Byte characters, Lower() and Upper()
Replies: 3
Views: 297
Next

Return to advanced search