Search found 930 matches: block

Searched query: block

by Natter
Thu Jan 30, 2025 4:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse record selector color
Replies: 3
Views: 679

xBrowse record selector color

Hi,

Is it possible to change the record selector color for the current row (i.e. use :nResSelColor as a code block) ?
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: 5079

Re: Using new Class TDeepSeek for documenting

... class. Initializes the combo box with the specified parameters.
- **Parameters:**
- `nRow`, `nCol`: Position of the combo box.
- `bSetGet`: Code block to get/set the combo box value.
- `aItems`: Array of items to display.
- `nWidth`, `nHeight`: Dimensions of the combo box.
- `oWnd`: Parent ...
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: 5079

Re: Using new Class TDeepSeek for documenting

... 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 items in the combo box.

9. **`bCloseUp`**:
- **Type**: Block (Code Block ...
by Antonio Linares
Fri Jan 17, 2025 11:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5079

Re: Using new Class TDeepSeek for documenting

... instance.
- **Parameters**:
- `nRow`, `nCol`: Position of the checkbox.
- `cCaption`: Text displayed next to the checkbox.
- `bSetGet`: Code block to get/set the checkbox state.
- `oWnd`: Parent window object.
- `nWidth`, `nHeight`: Dimensions of the checkbox.
- `nHelpTopic`: Help topic ID ...
by Antonio Linares
Fri Jan 17, 2025 11:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5079

Re: Using new Class TDeepSeek for documenting

... response into a Harbour hash.
- Iterates through the provided keys to extract nested values.
- Handles errors gracefully using a `TRY...CATCH` block.
- **Returns**: The extracted value from the JSON response.

---

### **Usage Example**

```harbour
// Initialize the TChatgpt object with your ...
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: 5079

Re: Using new Class TDeepSeek for documenting

... ARRAY)**
Stores gradient color information for the event's background when it is marked as "Bloqueo/Descanso Terapeutas" (Therapist Block/Rest).

7. **`aCoords` (ARRAY)**
Stores the coordinates (top, left, bottom, right) of the event's bounding box on the calendar.

8. **`nStart ...
by Antonio Linares
Fri Jan 17, 2025 11:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5079

Re: Using new Class TDeepSeek for documenting

... the region used for rounded corners.

45. **`nMResize`**
- **Type:** NUMERIC
- **Description:** The resize mode.

46. **`bBmpLeft`**
- **Type:** BLOCK
- **Description:** A code block to generate the left-side bitmap.

47. **`nFixWidth`**
- **Type:** NUMERIC
- **Description:** The fixed width of ...
by Antonio Linares
Fri Jan 17, 2025 11:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5079

Re: Using new Class TDeepSeek for documenting

... String
- **Description:** Defines the layout of the button, such as the alignment of the bitmap and text.

4. **`bAlphaLevel`**
- **Type:** Code Block
- **Description:** A code block that can be evaluated to determine the alpha level (transparency) of the bitmap.

5. **`hAlphaLevel`**
- **Type ...
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: 5079

Re: Using new Class TDeepSeek for documenting

... used for developing Windows applications in the xBase language (e.g., Clipper, Harbour).

#### Data Members (DATA)
1. **`bAction`**
- **Type:** Block (Code block)
- **Description:** A code block that defines the action to be executed when the button is clicked. This block typically contains the ...
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: 5079

Re: Using new Class TDeepSeek for documenting

... Numeric
- **Initial Value:** `8`
- **Description:** Specifies the margin (in pixels) around the button's text.

2. **`bAction`**
- **Type:** Block (Code Block)
- **Description:** A code block that defines the action to be executed when the button is clicked.

3. **`lWorking`**
- **Type ...
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: 5079

Re: Using new Class TDeepSeek for documenting

... bAction` | Block | Codeblock to execute when the button is clicked. |
| `aBmpRect` | Array | Rectangle coordinates for the bitmap. |
| `cAction` | String | A string ...
by Antonio Linares
Fri Jan 17, 2025 10:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5079

Re: Using new Class TDeepSeek for documenting

FWH Class TBlock documentation:
### Class Documentation: `TBlock`

#### Overview:
The `TBlock` class is a part of the FiveWin framework, which is commonly used in Clipper and xBase programming. This class is designed to encapsulate a code block (a piece of code that can be executed later) and ...
by Antonio Linares
Fri Jan 17, 2025 10:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5079

Re: Using new Class TDeepSeek for documenting

... Indicates whether the bitmap is transparent. |
| `lHasAlpha` | `LOGICAL` | Indicates whether the bitmap has an alpha channel. |
| `bAlphaLevel` | `BLOCK` | Block to calculate the alpha level. |
| `hAlphaLevel` | `NUMERIC` | Current alpha level of the bitmap. |
| `bMLeave` | `BLOCK` | Block to handle ...
by Antonio Linares
Fri Jan 17, 2025 10:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5079

Re: Using new Class TDeepSeek for documenting

... An array holding the methods of the ActiveX control.
- **`aEvents`**: An array holding the events of the ActiveX control.
- **`bOnEvent`**: A code block that is executed when an event is triggered.
- **`oOleAuto`**: An instance of `TOleAuto`, used for OLE automation.

#### Methods (METHODS)
- **`New ...
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: 5079

Using new Class TDeepSeek for documenting

... 10. **`oList`**
- **Type**: Object (TGetList)
- **Description**: Reference to the drop-down list object.

11. **`bCreateList`**
- **Type**: Block (Code Block)
- **Description**: Code block that defines how the list is created or filtered.

12. **`bCloseList`**
- **Type**: Block (Code Block ...