Search found 179 matches: animated

Return to advanced search

Re: BTNBMP using animated GIF's ?

Manuel, si, eso ya lo había visto, muchas gracias El problema es que cuando se muestra un GIF ( no las imágenes sucesivamente como ahora ), el GIF no se muestra transparente Saludos Manuel, yes, that I had already seen, thank you very much The problem is that when shown a GIF (not images successive...
by mastintin
Tue Jun 21, 2016 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 1951

Re: BTNBMP using animated GIF's ?

Manuel, si, eso ya lo había visto, muchas gracias El problema es que cuando se muestra un GIF ( no las imágenes sucesivamente como ahora ), el GIF no se muestra transparente Saludos Manuel, yes, that I had already seen, thank you very much The problem is that when shown a GIF (not images successivel...
by cnavarro
Mon Jun 20, 2016 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 1951

Re: BTNBMP using animated GIF's ?

Cristobal . Si interesa tengo algo con gdiplus que funciona con un código muy similar pero sin crear los frames externos ... el código seria similar a esto . ( faltaría liberar hbitmaps ) el exe funcionando https://www.dropbox.com/s/srnfuaa84h9rnui/anibtn.exe?dl=0 FUNCTION GIF_RUN(oBtn)local...
by mastintin
Mon Jun 20, 2016 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 1951

Re: BTNBMP using animated GIF's ?

Cristobal, I added another set in blue using bmp-format NO alpha < 1.bmp - 18.bmp > ( works as well and can be created as resource ) added a different start and endimage The solution could be used like in windows shutdown or start ( with button-style NOBORDER ) http://www.pflegeplus.com/DOWNLO...
by ukoenig
Mon Jun 20, 2016 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 1951

Re: BTNBMP using animated GIF's ?

Uwe, sorry,
Now I understand your problem
I'll investigate
by cnavarro
Mon Jun 20, 2016 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 1951

Re: BTNBMP using animated GIF's ?

Uwe, your sample run OK, for me

Image
by cnavarro
Mon Jun 20, 2016 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 1951

Re: BTNBMP with animated GIF ?

Cristobal, that is NOT the result, I'm looking for the problem : the animated GIF is NOT shown transparent and the button-action is disabled as well NO tooltip and NO prompt is visible !!! You can download my complete sample, to see what I mean : ( as well ...
by ukoenig
Mon Jun 20, 2016 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 1951

Re: BTNBMP with animated GIF ?

I do not understand your needs But this works for me #include "FiveWin.ch"#include "gif.ch"function Main()   local oDlg, oBtn   DEFINE DIALOG oDlg TITLE "Attention" SIZE 400, 600   @ 2, 11 BUTTONBMP oBtn PROMPT "Waiting to use ...
by cnavarro
Mon Jun 20, 2016 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 1951

A solution for BTNBMP using animated GIF's

Hello, is it possible to display a animated GIF inside BTNBMP ? I can use a TRANSPARENT button and split the animated GIF to it single images Next using oBtn:SetFile(Frame&No.gif ) inside a loop on buttonclick but I need up to 20 single ...
by ukoenig
Mon Jun 20, 2016 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 1951

Re: Desktop Alerts

Some month ago, a created a solution showing a message with popup, animated images, round corners and shadow. Instead of a dialog, I used TTitle because of more possible visual effects. I used < SYSWAIT(nWait) > instead of a timer. Selecting < nWait ...
by ukoenig
Tue Mar 08, 2016 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 29653

Re: Animated gif

very good
by Antonio Linares
Thu Feb 25, 2016 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Animated gif
Replies: 5
Views: 797

Re: Animated gif

I use Windows 7

I wanted to use an animated GIF on a DIALOG with the NOWAIT option. You need to set the TRANSPARENT property in DIALOG and in GIF.
Now everything is fine
by Natter
Thu Feb 25, 2016 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Animated gif
Replies: 5
Views: 797

Re: Animated gif

What Windows version are you using ?

With Windows 10 it is working fine
by Antonio Linares
Wed Feb 24, 2016 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Animated gif
Replies: 5
Views: 797

Re: Animated gif

Thank you, cnavarro

Using the example btngif.prg When you run the example the background color of GIF is sometimes black. If you use the DIALOG and WINDOW, then everything is fine
by Natter
Wed Feb 24, 2016 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Animated gif
Replies: 5
Views: 797
PreviousNext

Return to advanced search