Search found 145 matches
- Fri Oct 11, 2024 7:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to specify dialog size when using xbrowser?
- Replies: 2
- Views: 269
Re: How to specify dialog size when using xbrowser?
Thanks for such prompt response Antonio!
- Fri Oct 11, 2024 4:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to specify dialog size when using xbrowser?
- Replies: 2
- Views: 269
How to specify dialog size when using xbrowser?
Hi guys.
When using the XBROWSER command is it possible to specify the wanted height and width of its dialog?
TIA
When using the XBROWSER command is it possible to specify the wanted height and width of its dialog?
TIA
- Thu Sep 12, 2024 6:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to link multiple Files using Bcc or MSVC
- Replies: 8
- Views: 990
Re: how to link multiple Files using Bcc or MSVC
so do i
but as i understand, we are recommend to use hbmk2.exe and *.hbp file
hbmk2 is a powerful harbour built utility to make changing C compiler easy. It will auto detect C compiler to use based on path with minimal to no change to the link script
I still use .mak most of the time though ...
- Wed Sep 11, 2024 3:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to link multiple Files using Bcc or MSVC
- Replies: 8
- Views: 990
Re: how to link multiple Files using Bcc or MSVC
.hbp (Harbour project files) is used when you use hbmk2
I normally use .mak files.
There are a lot of make sample files in FWH\MAKES folder
I normally use .mak files.
There are a lot of make sample files in FWH\MAKES folder
- Wed Aug 14, 2024 8:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF format still in use???
- Replies: 23
- Views: 5369
- Sat Aug 10, 2024 5:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Birthday Wishes to Mr. Rao
- Replies: 23
- Views: 4872
Re: Birthday Wishes to Mr. Rao
Happy birthday Rao!
Many thanks for a lot of improvements that you have contributed
Many thanks for a lot of improvements that you have contributed
- Fri Aug 09, 2024 4:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Displaying raw XML
- Replies: 7
- Views: 1836
Re: Displaying raw XML
Thanks Rao! This suits my want perfectly.nageswaragunupudi wrote: Can also useCode: Select all | Expand
HtmlView( FullName( cXmlFile ) )
Any way to view the source of document? Just in case I would like to inspect the raw XML where '<' is actually written as < ?
- Thu Aug 08, 2024 9:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Displaying raw XML
- Replies: 7
- Views: 1836
Re: Displaying raw XML
I'll just use fw_memoedit() for now until I have time to revisit the issue later
- Thu Aug 08, 2024 7:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Displaying raw XML
- Replies: 7
- Views: 1836
Re: Displaying raw XML
Thanks for the sample Antonio.
I am more on looking for how to display an XML file/content verbatim.
Of course, can use memoedit() for that but that doesn't have syntax highlighting at all
TIA
I am more on looking for how to display an XML file/content verbatim.
Of course, can use memoedit() for that but that doesn't have syntax highlighting at all
TIA
- Thu Aug 08, 2024 2:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Displaying raw XML
- Replies: 7
- Views: 1836
Re: Displaying raw XML
I found this code here
auto options = Microsoft::WRL::Make<CoreWebView2EnvironmentOptions>();
hr = options->put_AdditionalBrowserArguments(L"--allow-file-access-from-files");
hr = CreateCoreWebView2EnvironmentWithOptions(
nullptr,
appData,
options.Get(),
Callback ...
auto options = Microsoft::WRL::Make<CoreWebView2EnvironmentOptions>();
hr = options->put_AdditionalBrowserArguments(L"--allow-file-access-from-files");
hr = CreateCoreWebView2EnvironmentWithOptions(
nullptr,
appData,
options.Get(),
Callback ...
- Wed Aug 07, 2024 3:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Displaying raw XML
- Replies: 7
- Views: 1836
Displaying raw XML
Hi guys, how to display a raw xml file? Webview2?
Can I get a code snippet to do so?
TIA
Can I get a code snippet to do so?
TIA
- Wed Jul 03, 2024 2:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowser - how to not display oBar?
- Replies: 3
- Views: 427
Re: Xbrowser - how to not display oBar?
Thank you very much Francisco
- Tue Jul 02, 2024 7:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowser - how to not display oBar?
- Replies: 3
- Views: 427
Xbrowser - how to not display oBar?
Anyway to hide oBar when using Xbrowser? Or is there anyway to hide most buttons of oBar?
TIA
TIA
- Tue Jun 25, 2024 8:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: COPY TO not following SET DEFAULT TO in xHb (solved)
- Replies: 17
- Views: 1599
Re: COPY TO not following SET DEFAULT TO
Thanks! Downloading now
- Tue Jun 25, 2024 2:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: COPY TO not following SET DEFAULT TO in xHb (solved)
- Replies: 17
- Views: 1599
Re: COPY TO not following SET DEFAULT TO
That's a good news Enrico! Two thumbs up! Thanks!