Search found 167 matches: flash

Return to advanced search

Re: Backups into blu rays

... Backup there are also USB-Stick which have a Switch to enable/disable "Write" https://www.amazon.de/Netac-64GB-Flash-Drive-Geh%C3%A4use-wei%C3%9F/dp/B0872V8P1Q/ref=sr_1_3?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=MME614CITXOO
by Jimmy
Wed Jan 03, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3395

Re: Small buttonbar at x,y

cnavarro wrote:Silvio, OK, it's one possible solution, but in this case, please add
Code: Select all  Expand view

   oBar:oWnd:oTop := nil
 

and try


Make the same flash all
by Silvio.Falconi
Thu Dec 07, 2023 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small buttonbar at x,y
Replies: 7
Views: 746

Re: problem wth SetMultiSelectCol - RESOLVED !!!

... del from :: refresh() to ::refresh(.f.) line 717 method btnadjust from ::oWnd:Refresh() to ::oWnd:Refresh(.f.) line 571 and all run ok without flash , without the system vibrates and flashes https://i.postimg.cc/FH0yNF35/ok.gif
by Silvio.Falconi
Sun Apr 30, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

change dialog size from a combobox

... get for a btnbmp the problem is that the procedure recreates the dialog elsewhere and if you use oDlg:center() it puts it back in the center but a flash is visible, many times you see the dialog in the left corner and then in the center . apparently nothing happens if there is only the combobox ...
by Silvio.Falconi
Tue Apr 11, 2023 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change dialog size from a combobox
Replies: 0
Views: 188

Re: MDI child window appearance

now i fixed the dialog it might work but there is still a slight flash when i change between tabs of the folder in the video it is not visible well https://i.postimg.cc/FRjyhjfx/v.gif #include "fivewin.ch"#include "constant.ch"Function ...
by Silvio.Falconi
Wed Dec 28, 2022 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4071

Re: Light a Icon on Msgitem

Silvio, First, I see lots of applications with those warning icons, but never flashing. I think to do that you would have to create a function that displays, removes, displays, removes the icon. That would certainly be a load on the CPU to constantly refresh the ...
by Silvio.Falconi
Thu Nov 10, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Light a Icon on Msgitem - Resolved -
Replies: 5
Views: 288

Re: Light a Icon on Msgitem

Silvio, First, I see lots of applications with those warning icons, but never flashing. I think to do that you would have to create a function that displays, removes, displays, removes the icon. That would certainly be a load on the CPU to constantly refresh the ...
by TimStone
Wed Nov 09, 2022 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Light a Icon on Msgitem - Resolved -
Replies: 5
Views: 288

Re: Light a Icon on Msgitem

... to answer all my requests without reconnaissance on the forum? but did you understand my problem? I want to display a bitmap but I want to make it flash that is to show and not to show, to show and not to show ... until infinity !! I believe that you are making me so much teasing on the forum, ...
by Silvio.Falconi
Wed Nov 09, 2022 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Light a Icon on Msgitem - Resolved -
Replies: 5
Views: 288

Light a Icon on Msgitem - Resolved -

...         ::oMsgItem2:cMsg:="Archivio aggiornato"       Endif        ::oMsgItem2:refresh() How I can to flash the icon or bitmap?
by Silvio.Falconi
Wed Nov 09, 2022 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Light a Icon on Msgitem - Resolved -
Replies: 5
Views: 288

Re: Xbrowse to Html

... Silvio, https://www.w3schools.com/html/html_tables.asp time to learn some HTML my friend :-) I know well the html language, php, flash java, javascript , wordpress, joomla and other since I have been working at school for thirty-five years and for about twenty I have been creating ...
by Silvio.Falconi
Fri Oct 07, 2022 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 941

Crear ventana centrada sin flasheo (SOLVED)

Estimados, Saludos, Estoy creando una ventana que al presentar centrada me muestra una especie de flash que es poco agradable a la vista del usuario. Aca el codigo: DEFINE WINDOW oWnd ;FROM 0, 0 TO 440, 800 ;TITLE cTitle ;BORDER NONE NOMAXIMIZE ;oWnd:Hide()ACTIVATE ...
by Compuin
Mon Aug 22, 2022 9:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear ventana centrada sin flasheo (SOLVED)
Replies: 2
Views: 261

Flick on folder

When changing the folder you notice a flash, how could I avoid it?


Image
by Silvio.Falconi
Sat May 28, 2022 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Flick on folder
Replies: 9
Views: 441

Re: flash a small icon

Dear Silvio, Use a timer and change the icon I tried but I not Know How make it If lOld oMsgItem2:SetText("Archivio non aggiornato!" ) DEFINE TIMER oTimer OF oMsgItem2 ; INTERVAL 400 ; ACTION oMsgItem2:SetBitmap( MSG_ALERT, MSG_ALERT ) )) //??? ACTIVATE TIMER oTimer Endif
by Silvio.Falconi
Fri May 06, 2022 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: flash a small icon
Replies: 2
Views: 366

Re: flash a small icon

Dear Silvio,

Use a timer and change the icon
by Antonio Linares
Fri May 06, 2022 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: flash a small icon
Replies: 2
Views: 366

flash a small icon

... ; BITMAPS "MSG_ALERT", "MSG_ALERT"; SIZE 170 ; TOOLTIP " " + "Data" + " "; ACTION NIL Can I flash a small icon on a msgitem of bar
by Silvio.Falconi
Thu May 05, 2022 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: flash a small icon
Replies: 2
Views: 366
Next

Return to advanced search

cron