Search found 275 matches: activated

Return to advanced search

Re: WhatsApp tests

... It seems that you need to have WhatsApp installed on the PC. On the server via RDP with the administrator, I get this info: This app cannot be activated by the built-in administrator account. Best regards, Otto
by Otto
Wed Apr 17, 2024 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 357

SetMultiSelectCol() on line

... " action NIL //PrintBrowse(oParent:cCaption,oBrw,oDbf) .... Before making the selection, I would like to check whether SetMultiSelectCol() is activated in the xbrowse and if it has not been activated, activate it on first column before the selection. Obviously, when no records are selected, ...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 186

Re: Count xbrowse records

... are visible in xbrowse? I explain to you: at the bottom of the Xbrowse I want to insert two buttons to move the records and I want them to be activated only if the record count exceeds the actual display of the Xbrowse @ 148, 320  BTNBMP aBtnBrow[1] ;     RESOURCE ...
by Silvio.Falconi
Fri Feb 23, 2024 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 254

Re: TGet() - UTF8 encoding fails [Unsolved]

Probably the encoding is already changed to ANSI before the TGet() was activated!?


Yes.

We will discuss how you and other programmers would like the behavior to be.
by nageswaragunupudi
Wed Oct 11, 2023 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1734

Re: TGet() - UTF8 encoding fails [Unsolved]

I noticed that all hexcodes in your example are ANSI and that there are NO UTF8 2-byte hexcodes!

Probably the encoding is already changed to ANSI before the TGet() was activated!?

Maybe it is the text object to display the hexcode directly?

I'll test it tomorrow 8)
by frose
Wed Oct 11, 2023 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1734

Re: Saving OuterHTML using Await Implementation with TWebView

... created titled "WebView Test". - The `GetOuterHtml` function is set to execute when the dialog starts (`oDlg:bStart`). - The Dialog is activated in the center. 3. **GetOuterHtml Function**: - It initializes the TWebView control, which navigates to "https://www.google.com/". ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Re: Saving OuterHTML using Await Implementation with TWebView

... created titled "WebView Test". - The `GetOuterHtml` function is set to execute when the dialog starts (`oDlg:bStart`). - The Dialog is activated in the center. 3. **GetOuterHtml Function**: - It initializes the TWebView control, which navigates to "https://www.google.com/". ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Re: FTP Upload works at home Not at work

I do see now that in Win Defender my program has 2 occurences

Factumat 32 with selected : Private and NOT public
Factumat 32 with selected : NOT Private but Public

Tomorrow I will this what happence when I have 1 occurence, but with both Private and Public activated.
Just a wild guess
by Marc Venken
Mon Jul 17, 2023 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 437

Re: impossible Error : lost DBF ...

... In an application, the first window created is MODAL and all other windows created are NONMODAL. All dialogs are MODAL by default and dialogs activated with NOMODAL clause are NONMODAL. Statements after ACTIVATE command of MODAL Window (i.e., the 1st window, i.e., the MainWindow) and all MODAL ...
by nageswaragunupudi
Fri Jun 02, 2023 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: impossible Error : lost DBF ...
Replies: 4
Views: 370

Re: RTF Spell Checker

... on the ( right click ) menu, but it will not actually catch misspelled words. It only works correctly when you turn it on once the control is activated. Based on searches of the internet, it would appear that the control may only underline misspelled words, but not offer suggested alternatives. ...
by TimStone
Tue May 23, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: problem wth SetMultiSelectCol

Antonio Linares wrote:Modified as Cristobal proposal

many thanks Cristobal :-)


in the xbrowse table if I press space the record check is activated
but it doesn't activate the buttonbar menu change
by Silvio.Falconi
Wed May 03, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 678

Re: Syswait() question

Antonio Linares wrote:Use:

ACTIVATED DIALOG oDlg VALID .F.

or this way:

ACTIVATED DIALOG oDlg VALID CanTheUserExit()


It worked, thank you Antonio!
by wartiaga
Wed Apr 19, 2023 3:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syswait() question
Replies: 9
Views: 650

Re: Syswait() question

Use:

ACTIVATED DIALOG oDlg VALID .F.

or this way:

ACTIVATED DIALOG oDlg VALID CanTheUserExit()
by Antonio Linares
Tue Apr 18, 2023 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syswait() question
Replies: 9
Views: 650

Re: Fighting Xbrowse and lozing !!!

... some fundamentals of Xbrowse that I use wrong. It would be great if there was a demo program (like Yunus) that has as much as possible options activated and running. There could be a comment in the code if it is - for design - for speed - or if a options will slow down.
by Marc Venken
Fri Dec 23, 2022 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1570

Re: DLLCALL under Fivewin

hi Enrico.
Enrico Maria Giordano wrote:You should work with warnings activated. The correct way is:

is it to use hbmk.hbm with
Code: Select all  Expand view
-w1 -es2 

for "smallest" Warning
by Jimmy
Mon Dec 05, 2022 3:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2634
Next

Return to advanced search