Search found 288 matches: becomes

Return to advanced search

Re: Brush

... I need it, taking up 3/4 of the screen, but the second image is not transparent. In the second, the image occupies the entire screen and the image becomes transparent. Att., Oliveiros Junior /*------------------------------------------------------------------------------- Sample 1 -------------------------------------------------------------------------------*/ ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 185

Question about performance RowSet

... 0.21 seconds   that's right? This difference in accumulated time when I need to obtain data from several tables for editing in multiple browsers becomes very large. For example, when i have a button to "insert' a new record, is there other way editing data without RowSet object? Thanks in ...
by Eroni
Thu Mar 14, 2024 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4029

Re: RC to PRG generator

Enrico, I would like a flexible system in HTML like Bootstrap's GRID, otherwise it becomes difficult if you want it to be responsive.
Best regards,
Otto
by Otto
Mon Feb 12, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1200

Re: xBrowser

... element in the array the program does not execute. That's why there are 6 elements in the array. I think the color change occurs when the content becomes larger than the space defined for the column. /*------------------------------------------------------------------------------Sample -------------------------------------------------------------------------------*/#include ...
by oliveiros junior
Wed Dec 20, 2023 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1238

Re: Transparent area becomes black when use BUTTON...ADJUST

This is your definition of the buttonbar  DEFINE BUTTONBAR oBar OF oWnd 3D size 110,66 1) Remove "3D" clause. This is creating problem of transparency. If you remove this clause, the images will be transparent. But resizing makes the image ragged. 2) Add "GDIP" clause. This makes...
by nageswaragunupudi
Wed Dec 06, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: Transparent area becomes black when use BUTTON...ADJUST

This is working fine for me here with FWH1912 Thank you for taking your time to create the sample. I managed to create a reduced self-contained example that still shows the bug on my pc. Can you see whether that is the case or not on yours? https://drive.google.com/file/d/1704KUUwkl5Jqtejrr_OeiRI7f...
by hua
Wed Dec 06, 2023 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: Transparent area becomes black when use BUTTON...ADJUST

nageswaragunupudi wrote:Can i see the rc file entries for whatsnew.bmp?

Suggested format
Code: Select all  Expand view
WHATSNEW 10 "whatsnew.bmp"

but not
Code: Select all  Expand view
WHATSNEW BITMAP "whatsnew.bmp"


I coded it this way
Code: Select all  Expand view
WHATSNEW RCDATA "whatsnew2.png"
WHATSNEWG RCDATA "whatsnew2g.png"
 
by hua
Wed Dec 06, 2023 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: Transparent area becomes black when use BUTTON...ADJUST

This is working fine for me here with FWH1912 #include "fivewin.ch"function btnbar()   local oWnd, oBar   DEFINE WINDOW oWnd TITLE FWVERSION   DEFINE BUTTONBAR oBar OF oWnd SIZE 80,80 RIGHT //2007   DEFINE BUTTON OF oBar RESOURCE "ICHAT&...
by nageswaragunupudi
Tue Dec 05, 2023 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: 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 nageswaragunupudi
Tue Dec 05, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: Transparent area becomes black when use BUTTON...ADJUST

see if it helps. calls to resources are in SILVBMP.RC. Doubts? Ask.

mira si ayuda. las llamadas a recursos están en SILVBMP.RC. ¿Dudas?, pregunta.

Look,

Download complete:

https://mega.nz/file/ZZsUBZoK#AQu8t1Ru2f6PrsWZ8a6OJkzk6LakRrBbvvMv9JnFhR0

Regards, saludos.
by karinha
Tue Dec 05, 2023 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

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: 874

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: 670

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: 670
Next

Return to advanced search

cron