Search found 387 matches: elements

Return to advanced search

Re: WebView resize

... create collapsible sections that mimic the TEXplorerBar's functionality. Buttons: Buttons in FiveWin can be directly translated to <button> elements in HTML. These buttons can be styled with CSS and made interactive with JavaScript, functioning within the WebView2 control. Panels (TPanel): ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2101

Re: How to include hbCurl?

Otto, Thanks for the sample.

I got it working now to read with cUrl...

Now digging into the hard part of getting all elements :D
by Marc Venken
Sat Mar 09, 2024 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

Re: FWH Gradiens .. seem slower FWH 2310 - RAO

Dear Rick, In function LightGreyGrad() an array with just one element (one subarray) is used In function DarkGreyGrad() an array with two elements (two subarrays) is used so function DarkGreyGrad() is doing more work than function LightGreyGrad() Try with this code: function DarkGreyGrad()  ...
by Antonio Linares
Sat Feb 24, 2024 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 177

Re: RC to PRG generator

... attempt. It's interesting that I can't find any RC2HTML converters on the web. I tried with JavaScript. First, I made a JSON but now I have the elements but not the positioning. Best regards, Otto <!DOCTYPE html><html lang="de"><head>  <meta charset="UTF-8">  ...
by Otto
Mon Feb 12, 2024 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1204

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Tim, The challenge of integrating modern UI elements into traditional applications involves technological compromises and economic constraints. The cost of updates, for example for TSwitch, can outweigh the benefits, leading to a difficult balance ...
by Otto
Fri Feb 09, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 816

Re: TWebView window size

Dear Antonio, Thank you so much. I conducted a test with two oSay elements. Everything is working fine except for the destroy method. Best regards, Otto Here is my test code: wv_say.prg #include "FiveWin.ch"#include "Splitter.ch"static ...
by Otto
Sun Feb 04, 2024 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 855

Re: REDEFINE BUTTON with custom font

Dear Mr. Santos,

this is wonderful :-) Thank you very much!!!
one question please...
is there also a way to say ARRAY(..) without knowing in advance how many elements it will have?

again thank you and kind regards
Ruth
by Ruth
Thu Feb 01, 2024 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685

Re: xBrowser

... the following example, although we have 7 columns, when placing the 7th element in the array the program does not execute. That's why there are 6 elements in the array. I think the color change occurs when the content becomes larger than the space defined for the column. /*------------------------------------------------------------------------------Sample ...
by oliveiros junior
Wed Dec 20, 2023 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1238

Re: show a string into xbrowse

... OBJECT oBrwWITH OBJECT oBrw:aCols[1]:cEditPicture := "###gg"END:lHScroll := .f.:CreateFromCode()END  all elements of aData are character values. So please do:   aData := HB_ATokens( cString, "/" )   AEval( aData, { ...
by nageswaragunupudi
Tue Dec 12, 2023 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a string into xbrowse
Replies: 4
Views: 410

Re: Convert a print to Rtf or doc

... Program 1. Program Start and GUI Initialization When the program starts, the main function Main is called. In this function, various GUI elements such as a dialog window (oDlg), a browser object (oBrw), and buttons are created. The size and properties of these elements are set up to form ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: Convert a print to Rtf or doc

... formats, list formats, etc. Structure: Tags defining the document's structure, such as section headings, footnotes, endnotes, margin notes, etc. Elements like Tables and Images: References to other files in the DOCX archive that contain images, tables, and other non-text elements. Special Tags: ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: hash for storing variables

... shares similarities with object-oriented programming (OOP), especially regarding modularity and encapsulation. However, it lacks classical OOP elements like inheritance and polymorphism. The use of multiple levels of patchers and preprocessors for composing components resembles the OOP principle ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 527

Re: To Nages: Record deleted but make error also

... oBrw:aDeleted array. When a programmer tries to save this array or any other array to DBF it is his responsibility to match the type of the array elements with the datatypes of the corresponding fields of the DBF. I actually don't know why when I delete one it assigns a number in position 32, ...
by Silvio.Falconi
Wed Nov 22, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 277

Re: To Nages: Record deleted but make error also

There is no problem with oBrw:aDeleted array.

When a programmer tries to save this array or any other array to DBF it is his responsibility to match the type of the array elements with the datatypes of the corresponding fields of the DBF.
by nageswaragunupudi
Wed Nov 22, 2023 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 277

Re: Fivewin controls similar to javascript elements

Thank you, Enrico, I just think it's important that as an HTML and JavaScript programmer one makes comparisons, to understand what one is doing. Particularly, I believe that EVENTHANDLERS are more universal, and in Fivewin, by extensively using ::Super:, the possibilities in screen design can signif...
by Otto
Tue Nov 21, 2023 1:07 pm
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124
Next

Return to advanced search