Search found 712 matches: easily

Return to advanced search

Re: Digital signing a document

...   }    // Free the document object    g_object_unref(document);    return 0;}  We can easily adap that code to Harbour or simply build an EXE from it and run it
by Antonio Linares
Sat Apr 13, 2024 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 419

Fulltext-Search

... only needs the search string and the path for now. I'm using a DIALOG here. It's an experiment with using a HASH instead of variables, but you can easily build your own input DIALOG. Using a HASHis a bit unusual at the beginning. I need this search for my DMS system. I will gradually expand the ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1247

Re: Does anyone have an Envelope Printing module ?

... Envelopes load into ( adjustable ) paper trays, face down, seal to the right. They would print in landscape mode. I think that could be done very easily. What sizes does your client currently use ? We could start with those, and then expand. Since I work with the Printer class a lot, I believe ...
by TimStone
Sat Mar 02, 2024 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 578

Re: How to show and print a pdf file?

You can easily have a great PDF viewer using Class TWebView (and now using the new Class TWebView2 that does not require DLLs) :-)
by Antonio Linares
Fri Mar 01, 2024 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show and print a pdf file?
Replies: 13
Views: 664

XAMPP through PortableApps.com or Server2Go

... 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 for developers ...
by Otto
Thu Feb 29, 2024 7:20 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9290

Re: Data exchange between PC and Android device on the same loca

... topics to touch on when you design something on the web, it is not as trivial as saying: you want this, then take this, pim pam. RX allows you to easily test your native code if you want, or use other options as I show in the Xtreme example in which I use TWeb, to be able to verify that this type ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 798

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Antonio, TExplorerBar has no currently support for such event but it can be easily implemented from: METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel thx for Answer there is in CLASS TTaskPanel   DATA   lCollapsed      INIT .F. and it will be assign Value ...
by Jimmy
Sat Feb 24, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 477

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... Dear Jimmy, TExplorerBar has no currently support for such event but it can be easily implemented from: METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel
by Antonio Linares
Sat Feb 24, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 477

Re: azzoMax-dashboard for internal use

Hello friends,
Today, I added a setup program to azzoMax. You can now easily create, delete, or modify new carts in the content areas.
Best regards,
Otto


Image
by Otto
Thu Feb 22, 2024 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: azzoMax-dashboard for internal use
Replies: 1
Views: 213

Re: Google Graph extra graphic ? (Navaro)

Easily ? depends on your skilss of Java, html and Css, but I agree, seeing this there is a potential use for it (in my case this program) As you try, My controls of FW are froozen or the html code is keeping buzy because I ...
by Marc Venken
Wed Feb 21, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Dear Marc,

Using oWebView:Eval( cJavaScriptCode ) you can modify the chart data, etc.

As you see we can easily use web components from our desktop apps thanks to Class TWebView :-)
by Antonio Linares
Tue Feb 20, 2024 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Dear Marc, You can easily use it in your FWH apps using webview :-) // Please install https://developer.microsoft.com/en-us/microsoft-edge/webview2/ x86 version before using it#include "FiveWin.ch"function Main()  ...
by Antonio Linares
Tue Feb 20, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

... of the art. You're being derogatory towards me again. WebView2 is a powerful development by Microsoft and Mod Harbour is Fivetech's solution for easily getting started with web programming. You could just say, I saw that wrong. But don't be offended. This is just a normal professional discussion ...
by Otto
Sat Feb 10, 2024 1:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 815

Re: Highlighting on a web page

You can easily use oWebView:InjectJavascript( ... ) to get the entire DOM
by Antonio Linares
Wed Feb 07, 2024 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 492

Re: Highlighting on a web page

If you put the Just Read add-on on the browser, then these rights are easily bypassed.
It is impossible to implement this on FW ?
by Natter
Wed Feb 07, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 492
Next

Return to advanced search