Search found 1425 matches: previous

Return to advanced search

Re: New txbrowse

... to display because you don't like the columns displayed, in the menu there is the possibility to return back i.e. to display xbrowse with the previous columns, obviously the state is saved. xbrowse's setcolumns() method has been changed and loaded at the beginning of the procedure in override ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 354

Re: Google Graph extra graphic ? (Navaro)

... Obviously, it can be used with the webview as Antonio indicates, although when you have some time. Keep investigating. The graphics of the previous version included some graphics that were not so pretty but just as functional to represent a gauge. Greetings https://groups.google.com/g/google-chart-api/c/rZtHTyYgyXI
by cnavarro
Mon Apr 08, 2024 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2861

Re: how to get Childlist of a Control ?

hi Antonio,
Antonio Linares wrote:EnumChildWindows( hWndControl, { | hWndChild | ... } )

In FWH 24.02 the codeblock must returns .T. to continue with the next child, or .F. to stop the enum
In previous FWH builds, .T. is used by default

ok, understand
THX
by Jimmy
Thu Feb 29, 2024 5:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Childlist of a Control ?
Replies: 2
Views: 117

Re: how to get Childlist of a Control ?

Dear Jimmy,

EnumChildWindows( hWndControl, { | hWndChild | ... } )

In FWH 24.02 the codeblock must returns .T. to continue with the next child, or .F. to stop the enum

In previous FWH builds, .T. is used by default
by Antonio Linares
Thu Feb 29, 2024 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Childlist of a Control ?
Replies: 2
Views: 117

Re: xBrowse with UrlLink

... else in this forum, when I insert a specific topic, immediately a topic with the same subject is inserted or something similar related to my previous topic. I repeat, everyone has freedom of expression but I am starting to support a certain suspicion, that is, an incitement towards me because ...
by Silvio.Falconi
Wed Feb 28, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 194

Re: Add a new taskPanel on Explorerbar ( on line)

New Release https://i.postimg.cc/fRBcfSP2/ft.png As you can see it might work except it doesn't delete previous panels correctly that remain below #include "FiveWin.ch"//----------------------------------------------------------------------------////function ...
by Silvio.Falconi
Mon Feb 26, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 217

Add a new taskPanel on Explorerbar ( on line)

... all panels and recreate all to destroy Panel I tried with destroy(9 and end() method but it seem not Know these commands and I cannot destroy the previous panels before to create all this is the small test #include "FiveWin.ch"//----------------------------------------------------------------------------////function ...
by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 217

Re: SAPI : change Voice

Hola Jimmy : Leyendo creo que se necesita la propiedad "Status" https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723612(v=vs.85) pero no consigo descifrar bien el uso aqui https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms722534(v=vs.85) ...
by Danielmaximiliano
Mon Feb 12, 2024 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3556

Re: SAPI : change Voice

... 6 --> ??? 7 --> Sentence, 4th param is position, 5th param is length 8 --> ??? 2 --> End https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723587(v=vs.85)
by Antonio Linares
Sun Feb 11, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3556

link error

I'm moving from a previous version of BCC to BCC74 32bits , xharbour last version and fwh23.10 , I get this error when linking, is it missing a lib in make? Error: Unresolved external '___get_std_stream' referenced from \XHARBOUR32\LIB\COMMON.LIB|hbtrace ...
by NWKL
Sun Feb 11, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 572

Re: SAPI : change Voice

... := SVEAllEvents + SVEAudioLevel but how to get Event to call Function like in MSDN Sample ? https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723593(v=vs.85) I am reading and reading about how to know that the "Word" event has happened, just ...
by Danielmaximiliano
Sat Feb 10, 2024 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3556

Re: SAPI : change Voice

hi,

thx for Link to *.RC

---

i can "see"
Code: Select all  Expand view
  oSpVoice:EventInterests := SVEAllEvents + SVEAudioLevel

but how to get Event to call Function like in MSDN Sample ?
https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723593(v=vs.85)
by Jimmy
Sat Feb 10, 2024 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3556

Re: SAPI : change Voice

... hace nada porque no se utilizo ningun evento solo se asigno un valor. oVoice:EventInterests = 327679 https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms722040(v=vs.85) en la sección automatización nos indica qué EventInterests Property La propiedad EventInterests ...
by Danielmaximiliano
Thu Feb 08, 2024 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3556

Re: SAPI : change Voice

... "WithEvents" )  Hola Antonio Linares : estuve leyendo Voice Events en https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723602(v=vs.85) Eventos de voz A medida que una voz habla texto, puede generar eventos cuando detecta ciertas ...
by Danielmaximiliano
Thu Feb 08, 2024 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3556

tinyAstrology another AI training model example

... small questions and answers related to this topic and write the answer in json format" 2. You tell chatgpt to do it again without including previous responses Once we have the dataset then we train tinyLlama and we get our own specialized IA model :-)
by Antonio Linares
Fri Feb 02, 2024 10:57 am
 
Forum: Artificial Intelligence examples
Topic: tinyAstrology another AI training model example
Replies: 0
Views: 146
Next

Return to advanced search