Search found 2281 matches: added

Return to advanced search

New FTDN April/Abril 2023 (FWH 23.04)

... shows how to replace the buttons of a ButtonBar. * Enhanced: function FW_AReverse( aArray, [nStart], [nCount] ) --> aReversed. Using the newly added optional parameters nStart and nCount, it is possible to restrict the range of reversal. The original array is not disturbed. * Enhanced: FW_ASort( ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1810

U-Dbu

... concepts and allows us to easily create applications like the one I show you here, U-Dbu. It is a simple application and more features can be added, but most importantly is to be able to check the strength that you can have with this system and see how build an entire application on the web. ...
by Carles
Sun Apr 30, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1370

Re: Utilizar 2 dbcombo

... options to Combo_2 based on the selected option in Combo_1. In this example, if Option 1 is selected in Combo_1, Sub-Option 1 and Sub-Option 2 are added to Combo_2; if Option 2 is selected, Sub-Option 3 and Sub-Option 4 are added; and if Option 3 is selected, Sub-Option 5 and Sub-Option 6 are added. ...
by Jimmy
Fri Apr 21, 2023 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Utilizar 2 dbcombo
Replies: 3
Views: 335

Re: Windows 7 / MSVS 2022 Crash

... was very strange. Removing the manifest solved that problem. However it did not solve the problem running on Windows 7. Karinha, We have actually added many new capabilities into FWH. I first noticed the problem with a late VS 2019 update, and consistently with 2022. My exe is far too large, and ...
by TimStone
Wed Apr 05, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 3166

Sending HTML using MAIL

...      TO MailTo      ACTIVATE MAIL oMail  However, I want to start the email ( in Outlook via MAPI ) as HTML. I added the following: LOCAL cType := 'txt/html' Then I added the following to the call above: TYPE cType In the documentation, TYPE is a valid addition. ...
by TimStone
Tue Apr 04, 2023 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 781

Re: Problem Xbrowser Border

ukoenig wrote:I'm not sure that all these options can be added to the xBrowse class
Uwe :D


Maybe they can be added with a subclass ? It's not my cup of coffee to make classes, but it seems to be possible.
So the original class will always be useable as it is.
by Marc Venken
Tue Mar 07, 2023 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Xbrowser Border
Replies: 11
Views: 1114

Re: Problem Xbrowser Border

I'm not sure that all these options can be added to the xBrowse class


a border with any pensize
optional round corners
glowing effect
transparent level
any border distance


Image

bet regards
Uwe :D
by ukoenig
Tue Mar 07, 2023 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Xbrowser Border
Replies: 11
Views: 1114

Re: MDI child window appearance

... 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 ). https://codejock.com/downloads/visualstyles.asp I am sure if you search here on ...
by Silvio.Falconi
Sun Jan 01, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4665

Re: Fighting Xbrowse and lozing !!!

... disk and any subsequent painting is only from the memory (no disk access again), the screen refreshes will be very fast. Btw, I just created and added a new function FW_SaveThumbnail( cImageFile, cThumbFile, nWidth, [nHeight] ) --> lSucess.
by nageswaragunupudi
Sat Dec 31, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1767

Re: MDI child window appearance

... 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 ). https://codejock.com/downloads/visualstyles.asp I am sure if you search here on ...
by Lailton
Fri Dec 30, 2022 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4665

Re: How to obtain plain text from a RTF control?

Thanks Cristobal. I have tested this function and it is able to meet my need. I just added a line at the end that strip out chr(0) because for some reason some of the RTF text that I used for testing has that embedded in it, causing empty() to always returns .f. eventhough ...
by hua
Wed Dec 28, 2022 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to obtain plain text from a RTF control?
Replies: 8
Views: 451

Re: MDI child window appearance

Dear Silvio, Master Lailton added MDICHILD support for his Class TSkin and see the results :-) We will include it in next FWH version! Lets see if we can add a new skin for Windows 10/11 style... https://github.com/FiveTechSoft/screenshots/blob/master/mdi-skin1.jpg?raw=true ...
by Antonio Linares
Wed Dec 28, 2022 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4665

Re: REDEFINE SAY on Buttonbar

I was looking for a "cleaner" display ... but decided to go a different route.

I redefined my control from LTEXT to CTEXT and added the border to the resource ( in the .rc, WS_BORDER )

It looks decent and will work OK ...
by TimStone
Tue Dec 06, 2022 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2145

Re: How to code TScrDlg() for use in folder?

When I added up to 10 RTF controls within the same page on the TFolderEx,
the screen painting starts to become weird and folder names got painted where it shouldn't exist.

How to fix this?

Image
by hua
Wed Nov 30, 2022 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 683

Re: Newbie Question : XBROWSE

... on 1 folder (master/slave) The easy part is that I can change many parameters when i'm using the browse. No need to change the code if field are added, changed etc...    //  FOLDER 6  -----------------------------------------------------------------------------------------------   oBrw[6] ...
by Marc Venken
Fri Nov 25, 2022 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1619
PreviousNext

Return to advanced search