Search found 251 matches: associated

Return to advanced search

Re: xbrowse problem with :bLClicked

... function. When you set a keyboard shortcut using SetKey(), Harbour will wait for the user to release all keys and then execute the code block associated with that shortcut. In this case, "KL" is an arbitrary shortcut that is not likely to be pressed by the user, so it effectively ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 97

Re: xbrowse problem with :bLClicked

... function. When you set a keyboard shortcut using SetKey(), Harbour will wait for the user to release all keys and then execute the code block associated with that shortcut. In this case, "KL" is an arbitrary shortcut that is not likely to be pressed by the user, so it effectively ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 97

xbrowse problem with :bLClicked

i have a xbrowse with :SetMultiSelectCol() with bRClicked I associated a menupopup with :bLClicked I click on a row and select it I made the same with :bKeyChar ( space button)   :bLClicked := { |r,c,f,oBrw| if( oBrw:Mousecolpos( ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 97

Re: GetHostByName( GetHostName() )

... your desired subnet is not necessarily a bad configuration. Here's why: Function Behavior: GetHostByName typically returns the primary IP address associated with the hostname. This might not always be the IP address you're expecting, especially when your system has multiple network adapters. Multiple ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 161

Re: To Nageswrao Del Objs on TscrollPanel

... on tpanel, only on another dialog can delete the btnbmp these items are quick links to recall some application procedures, so each btnbmp is associated with an action to a Function. the final user can insert items from a Menu popup as this MENU oMenu POPUP     MENUITEM "Procedure1" ...
by Silvio.Falconi
Mon Mar 04, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 664

Re: erase files

... of your file. Open the Start menu, type "Resource Monitor" and press Enter. Switch to the "CPU" tab. Expand the "Associated Handles" section in the lower panel. In the search field of the "Associated Handles" section, enter the name of the file you ...
by Otto
Thu Jan 25, 2024 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1543

Re: Fine tune Phi2 from Microsoft with your own data

... around the world. It is a way of life that emphasizes the importance of mindfulness, meditation, and self-reflection. The practice of zen is often associated with the teachings of the Buddha, who is believed to have lived in India in the 6th century BCE. The Buddha's teachings are centered around ...
by Antonio Linares
Wed Jan 17, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: ID of the new process

... processes before and after creating the OLE object using WMI (Windows Management Instrumentation) is a reasonable way to identify the new process associated with the OLE object. However, there are a few other potential approaches you could consider: 1. **Using `GetOwner` Property:** You can use ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 321

Moving the dialog

Hi, If, when moving the dialog with the mouse, part of this dialog turned out to be a screen, then returning the dialog to the screen will be associated with significant delays (depending on the number of controls on the dialog). I understand that this is due to the constant call of the Refresh() ...
by Natter
Sat Oct 21, 2023 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 497

Re: Display thumbnails of pdfs

... Click "Open" button or Double-Click on file name opens the file with its associated application. Buenas tardes existe algún avance en este tema Muchas gracias
by EASYSOFT
Wed Aug 09, 2023 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2270

Re: Create solid color bitmap array

... one of my added functions, I can select a color to designate who will be performing the work ( or any other user defined purpose ). The color is associated with an ID One attribute you can define is the Label for the particular appointment event, and the ID determines the background color for ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 324

Re: Create help system with F1

... field can help users navigate through the help content based on their specific needs 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 ...
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: Icon in Webview

While ExtractAssociatedIcon(...) is one way of fetching the icon of the associated application of a file, FWH provides much simpler way. Most used FW_ReadImage()/oWnd:ReadImage() can also be used. Just to check, please run this one line code: XIMAGE( "name.pdf(256x256)" ...
by nageswaragunupudi
Sun May 28, 2023 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Icon in Webview
Replies: 5
Views: 378

Re: RTF Spell Checker

... about Windows 11 or VS 2023. FiveWin is a framework for developing Windows applications using the xBase programming language, which is primarily associated with dBase and Clipper. FiveWin includes its own implementation of an RTF (Rich Text Format) edit control, which is designed to provide text ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: Sending HTML using MAIL

Dear Tim, I have modified FWH\samples\testmail.prg but when I try to connect to MAPI I get: there is no email associated to perform the requested action. Please install an email program or, if one is already installed, create an association in the Default Programs control panel ...
by Antonio Linares
Sat Apr 08, 2023 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 699
Next

Return to advanced search