Search found 291 matches: becomes

Return to advanced search

Transparent area becomes black when use BUTTON...ADJUST

... the image is not resized but transparent area displays ok. If I use ADJUST clause, the image's size is nice but the transparent area of the image becomes black like below https://i.postimg.cc/26tcNykw/oBar.jpg How do I fix this? Using HArbour+FWH1912 The bar is repositioned before ...
by hua
Tue Dec 05, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 941

Re: Learn SQL with ChatGPT or when can ChatGPT really help

Ok, the movie takes place in 2001. 22 years later than Arthur C. Clarks predicted, it becomes reality for evveryone (HA user): https://hackaday.com/2022/04/23/2022-sci-fi-contest-your-home-assistant-hal-9000/ https://www.home-assistant.io/integrations/openai_conversation/ ...
by frose
Sat Nov 18, 2023 5:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 716

Re: Learn SQL with ChatGPT or when can ChatGPT really help

... MariaDB functions like HEX() and UNHEX(), performing character matching using UTF-8 hexadecimal representations directly within a LIKE statement becomes challenging ... ... Unfortunately, in plain SQL without access to database-specific functions, performing character matching using UTF-8 hexadecimal ...
by frose
Fri Nov 17, 2023 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 716

Re: Disabled buttons at oBar not greyed out after using FWH1912

Hi Rao,
Yes, using GDIP clause will always make it work but the image it produce looses the sharpness, becomes a bit blurry

Image
by hua
Fri Sep 15, 2023 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1822

Re: Saving OuterHTML using Await Implementation with TWebView

... HTML of the Google homepage. The GetOuterHtml() function first calls the AWait_QuerySelector() function to wait until the document's readyState becomes 'complete'. Once the document is ready, the GetOuterHtml() function calls the AWait_GetOuterHTML() function to retrieve the outer HTML. The ...
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: 1930

Re: Saving OuterHTML using Await Implementation with TWebView

... HTML of the Google homepage. The GetOuterHtml() function first calls the AWait_QuerySelector() function to wait until the document's readyState becomes 'complete'. Once the document is ready, the GetOuterHtml() function calls the AWait_GetOuterHTML() function to retrieve the outer HTML. The ...
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: 1930

Saving OuterHTML using Await Implementation with TWebView

... nSecond) 6. The example scenario is as follows: 6-1.Navigate to google.com. 6-2.Use AWait_QuerySelector() to wait until the document's readyState becomes 'complete'. 6-3.Once complete, use AWait_GetOuterHTML() to display the outer HTML. Reagrds, Charles KWON /* c)copyright 2023- charleskwonohjun@gmail.com ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1930

Re: How To Change Globally GET Text color when it is focused

Dear Rao Sir ,

Sorry for the wrong the TITLE of the Topic but I am looking for to set color for READONLY GET which becomes disabled state on WHEN condition.

Thanks
Shridhar
by shrifw
Sat Aug 12, 2023 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1689

Re: XBROWSE ERROR

... Sir , Yes..! there is wrong in the code , I am passing GET Control as oBrw:oSeek = oGet something like and the variable of GET in some cases its becomes NULL that's why the error is coming. By the way XBROWSE Seeking RECORD operations prevents letters to type to make properly need to press backspace ...
by shrifw
Tue Aug 08, 2023 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 439

numeric get

... want the user suggest a Zero. Just local nRgNum ... REDEFINE GET oGet VAR nRgNum OF oDlg ID 20 PICTURE "999999" RIGHTTOLEFT When the get becomes active the cursor stands about in the middle of this control. I want to place the cursor at the right end of the get. But this is only possible ...
by Detlef
Wed Jul 19, 2023 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 378

Re: hbmk2 problem

Antonio, In your example, the code: o:seek( dToday, .T. ) becomes: o:seek( dToday, .T. ) in the PPO In my application, oARhistory:seek( dBegDate, .t. ) . becomes: oARhistory:(.T.)->( dbSeek( dBegDate ) ) Clearly a #translate is active here. I have ...
by TimStone
Wed Jul 12, 2023 10:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 882

Re: MariaDb delete

I had not seen that other post. I have now and you are right my point becomes out of context. The good thing about that thread is that we can see how to slowly start moving to SQL until we become experts. That was my experience. I know many people ask --why? ...
by reinaldocrespo
Fri Jun 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 427

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... code for PDF creation is unnecessary for me. The classes are easier to read when there is less code in them. If we constantly inherit, then it becomes - like in daily life - more complex with each inheritance. Sometimes the question arises whether Fivewin should only be for experts or also ...
by Otto
Mon May 15, 2023 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 477

Re: Using Excel/FW under Remote Desktop

... your program to run it on your local machine, where Excel is installed, but to set the default path to the data files on your server. Your program becomes the "client", and you can install it on all of your workstations. Networking is natural in FW. Thus you can have all the data in one, ...
by TimStone
Thu May 11, 2023 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel/FW under Remote Desktop
Replies: 7
Views: 447

Re: Protecting certain functions to be used

Simpler and Harbour generates an error as the functions becomes undefined, even if the functions are linked. Once Unprotect()ed they become available again :-) function Main()   Protect( { "FErase" } )   FErase()return ...
by Antonio Linares
Tue May 02, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protecting certain functions to be used
Replies: 6
Views: 379
PreviousNext

Return to advanced search