Search found 226 matches: component

Return to advanced search

Re: WebView resize

Hello friends, I tried to map the FiveWin components Splitter, TEXplorerBar, Buttons, Panels, and TSay, Memo to a WebView2 embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2095

Re: Problem with alignment in SAY command

... know why. Which resource builder are you using? Good morning Driessen. Have you tried reinstalling your resource editor? Or check if there is a component missing? Why not install WORKSHOP.exe? Today, it works perfectly on 64-bit Windows. Buenos días Driessen. ¿Has intentado reinstalar tu editor ...
by karinha
Sat Mar 02, 2024 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 832

future of Rich Text Editor maybe time to start with WEBVIEW

... support, and better integration with cloud services. The integration of real-time collaboration features similar to Google Docs could be a crucial component of future Rich Text Editors. This would allow users to collaboratively and synchronously edit documents. Optimizing Rich Text Editors for ...
by Otto
Mon Jan 22, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1698

Re: Definir font richedit5

... support, and better integration with cloud services. The integration of real-time collaboration features similar to Google Docs could be a crucial component of future Rich Text Editors. This would allow users to collaboratively and synchronously edit documents. Optimizing Rich Text Editors for ...
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 602

Re: Classe TGif

... screen descriptor. The size of the global color table should be 2^(size of global color table + 1) bytes, where each byte represents one color component (red, green, or blue) of a color. It should have one or more image descriptors that define the dimensions and properties of each image in ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1656

Re: hash for storing variables

... Best regards, Otto ADVANTAGES OF THE PATCHER AND PREPROCESSOR SYSTEM The Patcher and Preprocessor system allows for the integration of components with simple instructions like $-> DATEPICKER: id = dateInput. This offers several benefits: Clarity and Compactness: The code remains ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 525

Re: Help splitting up a character address string

... and spaces. Here's how you could do it: python Copy code cAddress = "258 Shoreline Drive, Columbia, SC 29212" # Split the address into components components = cAddress.split(", ") # Assign each component to its respective variable cStreet = components[0] cCity = components[1] ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 598

Re: FIVEWIN power - a room planer video

Hello Friends, Today, I wanted to continue programming the room plan with mod harbour and complete the module. I am using a purchased component. However, it's challenging to switch to something pre-made when you've been using your own component for the plan since 1995. The pre-made components ...
by Otto
Tue Aug 29, 2023 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11069

room plan

Hello friends, I wanted to continue programming the room plan today with mod harbour. I'm using a purchased component. However, it's challenging when you've been using your own component for the plan since 1995 to switch to something pre-made. I think I will program the plan ...
by Otto
Fri Aug 25, 2023 2:03 pm
 
Forum: mod_harbour
Topic: room plan
Replies: 1
Views: 516

MsgInfo with LINK ?

hi,

i want to show a Message when "Component" are not installed
i also want to show a LINK to download "Component"

how can i display it :?:

i know i can use a LINK in RICHTEXT ...
by Jimmy
Sat Jun 24, 2023 10:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgInfo with LINK ?
Replies: 2
Views: 234

Firmar con COPICOM RSA SHA256

Buenas estimados Estoy intentando firmar un xml con COPICOM de Microsoft Descargar de aquí https://wwws.prodemge.gov.br/component/phocadownload/category/26-capicom Instalar, luego ejecutar CMD como administrador y ejecutar el siguiente comando para registrar COPICOM.DLL C:\Windows\system32> ...
by acuellar
Fri Jun 09, 2023 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Firmar con COPICOM RSA SHA256
Replies: 8
Views: 529

Re: Fivewin and ADO

hi,

ah, ok understand

is there a Way to find out what ADO Component are installed :?:
by Jimmy
Fri Jun 09, 2023 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3796

Re: Color a Groupbox Frame

hi Rick,
Rick Lipkin wrote:I am using a Windows manifest file and remember that component may be an issue ??

try to disable "visual Style"
Code: Select all  Expand view
  SetWindowTheme( oObj:hWnd, "", "" )
by Jimmy
Thu Jun 08, 2023 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1151

Color a Groupbox Frame

... box frame itself .. the group box frame just gets washed out with the dialog background ?? I am using a Windows manifest file and remember that component may be an issue ?? Thanks Rick Lipkin
by Rick Lipkin
Thu Jun 08, 2023 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1151

Re: MDI child window appearance

... so for my needed the TSKIN in that moment was my solution. Note: My inspiration for the TSKIN was a DLL from "codejock" a commercial component to create skin, that works fine. but there is a price and a dependency to be added to your system ( I dont really like 3rd dll into my project ...
by Silvio.Falconi
Sun Jan 01, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4071
Next

Return to advanced search