Search found 737 matches: currently

Searched query: currently

by TomH
Tue Jan 28, 2025 3:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: new Class TDeepSeek in next FWH 24.12
Replies: 16
Views: 35390

Re: new Class TDeepSeek in next FWH 24.12

I just tested DeepSeek's operations, and it is currently functioning normally.
Additionally, I asked it about the cause of this incident (after enabling web search), and here is the response it provided:

-----------------
Yes, according to reports from multiple media outlets, DeepSeek has recently ...
by Antonio Linares
Fri Jan 24, 2025 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Re: Using new Class TDeepSeek for documenting

... acts as a dispatcher, choosing the appropriate editing method.

CancelEdit(): Cancels any ongoing edit operation.

Delete( lMsg ): Deletes the currently selected record.

SaveData( lRefresh ): Saves changes made during editing back to the data source.

ArrCellSet(), ArrCell(): Methods for direct ...
by Antonio Linares
Fri Jan 24, 2025 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Re: Using new Class TDeepSeek for documenting

... Retrieves the custom setting.
content_copy
download
Use code with caution.
Harbour

102. lPasteReady()

Description: Checks if the data currently in the clipboard is in a format suitable for pasting into the TXBrowse control.

Parameters: None

Return Value: LOGICAL - Returns .T. if the ...
by Antonio Linares
Fri Jan 24, 2025 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Re: Using new Class TDeepSeek for documenting

... 4. SetDarkTheme( nTheme )

Description: Sets the browse control to a dark theme appearance.

Parameters:

nTheme: NUMERIC - Theme number (currently only 1 is supported for dark theme).

Return Value: OBJECT - Returns the TXBrowse object (Self).

Usage Example:

oBrw:SetDarkTheme( 1 ...
by Antonio Linares
Fri Jan 17, 2025 11:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Re: Using new Class TDeepSeek for documenting

... Description:** Handle to the pen used for drawing the combo box button.

8. **`nAt`**
- **Type:** `NUMERIC`
- **Description:** The index of the currently selected item in the combo box.

9. **`aItems`**
- **Type:** `ARRAY`
- **Description:** An array containing the items to be displayed in the ...
by Antonio Linares
Fri Jan 17, 2025 11:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Re: Using new Class TDeepSeek for documenting

... Numeric
- **Description**: Width of the bitmaps used in the combo box.

7. **`nAt`**:
- **Type**: Numeric
- **Description**: Index of the currently selected item in the combo box.

8. **`bDrawItem`**:
- **Type**: Block (Code Block)
- **Description**: Code block to handle custom drawing of ...
by Antonio Linares
Fri Jan 17, 2025 11:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Re: Using new Class TDeepSeek for documenting

... event is marked as "Bloqueo/Descanso Terapeutas" (Therapist Block/Rest).

21. **`lSelected` (LOGICAL)**
A flag indicating whether the event is currently selected.

22. **`lCreated` (LOGICAL)**
A flag indicating whether the event has been created and initialized.

23. **`lVisible` (LOGICAL)**
A ...
by Antonio Linares
Fri Jan 17, 2025 10:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Re: Using new Class TDeepSeek for documenting

... The number of spaces to indent the RC code.

16. **`Html()`**
- **Description:** Generates an HTML representation of the button. This method is currently a placeholder and does not contain any implementation.

#### Additional Notes
- The class includes commented-out code related to skinning and ...
by Antonio Linares
Fri Jan 17, 2025 10:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Re: Using new Class TDeepSeek for documenting

... to be executed when the button is clicked.

3. **`lWorking`**
- **Type:** Logical
- **Description:** A flag indicating whether the button is currently processing an action.

4. **`lBtnUp`**
- **Type:** Logical
- **Description:** A flag indicating whether the mouse button has been released.

5 ...
by Antonio Linares
Fri Jan 17, 2025 10:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Re: Using new Class TDeepSeek for documenting

... coordinates for the bitmap. |
| `cAction` | String | A string description of the action. |
| `lPressed` | Logical | Indicates if the button is currently pressed. |
| `lAdjust` | Logical | Indicates if the button should adjust its size based on the bitmap. |
| `lGroup` | Logical | Indicates if the ...
by Antonio Linares
Fri Jan 17, 2025 10:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Re: Using new Class TDeepSeek for documenting

... class is designed to be used within a window context.

5. **`nBar`**
- **Type:** Numeric
- **Description:** This variable keeps track of the currently active bar (or tab). It stores the index of the currently selected bar in the `aBars` array.

#### Methods (METHOD)

1. **`New( oWnd, nBtnWidth ...
by Antonio Linares
Fri Jan 17, 2025 10:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4834

Using new Class TDeepSeek for documenting

... Numeric
- **Description**: Current record number in the data source.

16. **`nRowAt`**
- **Type**: Numeric
- **Description**: Index of the currently selected row.

#### Methods

1. **`New()`**
- **Description**: Constructor method for initializing a new `TGetList` object.
- **Parameters ...
by Otto
Thu Jan 16, 2025 4:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bootstrap for FiveWin
Replies: 6
Views: 1017

Re: Bootstrap for FiveWin

Hello Carlos,
thank you.
I will try it out right away. I will also test a few more controls.
It is currently just a concept test.
Best regards,
Otto
by byron.hopp
Mon Jan 06, 2025 10:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GetDesktopWindow() on dual monitor system.
Replies: 10
Views: 1449

Re: GetDesktopWindow() on dual monitor system.

I have this example of monitor information, but I don't know how to use it. Currently it displays and xbrowse window, how do I just get the information in an array so I can utilize it later. Don't need the xbrowse dialog.

Function Antonio()
EnumDisplayMonitors( { | nMonitor, hMonitor, hdcMonitor ...
by Otto
Thu Dec 19, 2024 9:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: On every desktop, a web server at your fingertips
Replies: 5
Views: 956

On every desktop, a web server at your fingertips

... about $10—do the setup on the website, and adjust the `config.yml` on the target server.
And then everything is already up and running.

We are currently developing the advertising for the cloud solution:

"Your own hosting, cloud, and remote access – all in one."
On every desktop, a web server at ...