Search found 121 matches: allowing

Return to advanced search

Re: WebView resize

... (TGet, TMemo, etc.): Text input fields in FiveWin can be mapped to <input type="text"> or <textarea> elements in HTML, allowing for user input within the WebView2 embedded content. By embedding WebView2 in your application, you effectively create a hybrid environment ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2098

XAMPP through PortableApps.com or Server2Go

... XAMPP through PortableApps.com or Server2Go. Both of these solutions offer a convenient way to create a portable web development environment, allowing you to easily carry and run a web server along with other essential tools directly from portable storage devices. They are particularly useful ...
by Otto
Thu Feb 29, 2024 7:20 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9284

Re: GROUPBOX

Try removing TRANSPARENT. That is allowing the background to be seen in the control. REDEFINE GROUP [ <oGroup> ]; [ LABEL | PROMPT <cLabel> ]; [ ID <nId> ]; [ OF | WINDOW | DIALOG <oWnd> ]; [ COLOR <cClrFore> ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 176

Switching my setup program to webview2

... I first change the setup program to incorporate the new technique. This way, our customers operate using the new technique in real-time, allowing us to receive feedback. Not much can go wrong, as the setup is not the most critical program. I am beginning to implement this approach now. ...
by Otto
Sat Feb 10, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 410

Mr. Rao, refresh a Tree

Mr. Rao: could you make a small example to make a Tree from an xBrowse for a fool like me, allowing to modify a branch and refresh the browse? I have seen several answers in the forum but none to refresh the browse Just I have this code:             REDEFINE XBROWSE ...
by Armando
Wed Feb 07, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 725

Fivewin controls similar to javascript elements

... These listeners respond to specific events, such as clicks or key presses. Propagation: In JavaScript, events can bubble up the DOM tree, allowing parent elements to handle events triggered on their children. In Windows programming, a similar concept exists where messages not handled by ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: Create help system with F1

... or interests. Keywords: A field to store keywords or tags associated with the help topic. These keywords can be used for search functionality, allowing users to find relevant help topics based on specific keywords or phrases. Created Date: The date when the help topic was created. This field ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 867

Re: RTF Spell Checker

... text formatting options such as font styles, colors, sizes, alignments, and more. It provides a WYSIWYG (What You See Is What You Get) interface, allowing users to see the text with its applied formatting as they edit. The features and capabilities of the RTF edit control in FiveWin may include: ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: Speech Recognizer for harbour App ?

... on your Linux system using software like VirtualBox or VMware. This will let you run a full instance of Windows alongside your Linux system, allowing you to use OLE objects within Windows applications. Use alternative applications: There are many Linux applications that can handle files created ...
by Antonio Linares
Sun Apr 30, 2023 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speech Recognizer for harbour App ?
Replies: 9
Views: 511

Re: REDEFINE SAY on Buttonbar

... the text ( which changes as the variable is reset ). 6). The SAY command defaults to the Windows Style background that we are using rather than allowing the gradient background to show through. 7). The use of TRANSPARENT, no matter how it is implemented, does not work to achieve this objective. ...
by TimStone
Wed Dec 07, 2022 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1980

Re: mod_harbour + ADS on linux server

Dear Giuliano,

I would say that you are using an older mod_harbour CGI version

Please git pull from the mod_harbour repo and rebuild it

It seems as an error on modharbour code but I would say that your hosting is allowing you to run it :-)
by Antonio Linares
Thu Dec 01, 2022 4:17 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31181

Re: "Pause" for Notify Event ?

... Control under HMG i can use this DISABLE/ENABLE EVENTS This commands/function prevents re-entry while processing the events of a control or window allowing the use of other controls/functions that generate messages of re-called of events Syntax: - DISABLE [ CONTROL ] EVENT ControlName OF FormName ...
by Jimmy
Wed Nov 09, 2022 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Pause" for Notify Event ?
Replies: 4
Views: 217

Re: Installing on Paralles for Mac

... when you click the icon on the doc, your application opens up alongside any Mac applications you are running. Thus, windows is invisible, but allowing the program to fully run. 5). Many of my clients live in an Apple environment: Phone, tablet, computers, and all the applications that fit. ...
by TimStone
Thu Sep 01, 2022 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 746

Re: error Compiling fwh2206\samples\FiveDBU.prg

... hbcplr.lib library, makes a real difference with xHarbour. Thanks to this ability you can easily build real ERPs (apps that can grow at runtime, allowing the users to write code and execute it from the apps) using Harbour and this is technically impossible using xHarbour. For us there is no doubt ...
by Antonio Linares
Wed Aug 24, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error Compiling fwh2206\samples\FiveDBU.prg
Replies: 9
Views: 928

Re: ADS - The future is <sadly> now so where do you go ?

... row position where the RTF ends. Again, this is not possible in the current version. SO ... if your solution can provide for these two needs, thus allowing for in-line RTF printing within the Printer class, please immediately share that information with the developers so RTF can truly be supported. ...
by TimStone
Mon May 09, 2022 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2789
Next

Return to advanced search