Search found 3853 matches: object

Return to advanced search

Re: Creating table with Trichedit

... CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. font for the body ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1458

Re: Creating table with Trichedit

... CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. font for the body ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1458

Re: Creating table with Trichedit

... CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. font for the body ...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1458

SAPI : change Voice

hi. i try to change "Voice" of Sapi.SPVoice "Voice"is a Property of SPVoice and use ISpeechObjectTokens object as Parameter ISpeechObjectTokens object just have Method Item and Property COUNT https://i.postimg.cc/C5YWW4KS/SP-Voice-Item.png --- but ...
by Jimmy
Tue Jan 23, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3577

Re: HTML code in a TPanel class

Here a demo how to display WEBVIEW2 in a Say object. #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local oDlg,oSay, lExit := .f., oBtn   DEFINE ...
by Otto
Sat Jan 20, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1360

Re: Browse Json

... an array where each element contains a hash which has the three fields returned from the "for json auto" call. But can I pass the object created from the hb_JsonDecode function and display it in TCBrowse. I played around with setting oBrw:cAlias := "ARRAY" but get no ...
by byron.hopp
Thu Jan 11, 2024 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: How to find out the IDs of controls and types?

oWndFromHwnd() returns object control too. Try it !
by paquitohm
Tue Jan 09, 2024 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1851

Re: webview - how to get values from js to FWH

1. Create the WebView Object 2. Interoperability Bridge (from JavaScript) Function for communication and data transfer between the two different programming languages JavaScript and Harbour 3. WebView Layer: Part of the program that ...
by Otto
Tue Jan 09, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview - how to get values from js to FWH
Replies: 6
Views: 573

Re: How to find out the IDs of controls and types?

hi,
paquitohm wrote:Using oWndFromHwnd() function

thx for Answer

i do want Object of Controls not Object of Windows.
by Jimmy
Tue Jan 09, 2024 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1851

Re: How to find out the IDs of controls and types?

hi Antonio,
Antonio Linares wrote:Those control objects don't exist until you redefine them.

i understand but how if Control Object does exist :?:

how e.g. "re-size" a Windows with Control using EnumChildWindows() where i need Object :?:
by Jimmy
Tue Jan 09, 2024 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1851

Re: How to find out the IDs of controls and types?

hi,

Question : how can i get Object of Child when EnumChildWindows() :?:

i think about OOP Environment where i need a Object instead of a Handle
by Jimmy
Sun Jan 07, 2024 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1851

Re: Backups into blu rays

... you don't even have the courage to write my full name and surname, you too you are a person whose entity I don't know, have you ever published an object class? Joao, do you still remember that the current topic posed by Elvira deals with backup on Blu-ray CDs, your comments (...S.F.) cannot be ...
by Silvio.Falconi
Wed Jan 03, 2024 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3402

Re: Backups into blu rays

... a high capacity read-only media that is immune to the plague of ransomwares. MR Otto, I don't want to waste time with you Mr Otto, tell me which object class you made yourself. the pickdate() class is irrelevant also because Linares made it for you, like pieces of your hotel program, as well ...
by Silvio.Falconi
Wed Jan 03, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3402

Re: Keyboard event and the ActiveX object

Good morning. Do you have any examples to better understand what you want?

Buen día. ¿Tiene algún ejemplo para entender mejor lo que quiere?

Regards, saludos
by karinha
Wed Dec 13, 2023 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Keyboard event and the ActiveX object
Replies: 1
Views: 207

Keyboard event and the ActiveX object

Hi,

I need to handle the keyboard event when the ActiveX object is active.
The only thing that comes to mind is to check lastkey() by timer. Maybe there are some ideas ?
by Natter
Wed Dec 13, 2023 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Keyboard event and the ActiveX object
Replies: 1
Views: 207
PreviousNext

Return to advanced search