Search the Community
Showing results for tags 'transparent'.
-
Hello, I am trying to set a transparent background to the GUICtrlCreateSlider elements to show the main background. Is it possible? #include <SliderConstants.au3> #include <GUIConstantsEx.au3> Example() Func Example() Local $Form = GUICreate("Example GUI", 449, 211) GUICtrlCreatePic(@Script...
- 2 replies
-
- guictrlcreateslider
- slider
-
(and 3 more)
Tagged with:
-
Hello, I would like to know how to go about making the following item clear and transparent. They're currently being highlight by a blue/black bar over the texts. I've read through pages and pages of "transparent group, radios, and checkboxes" but none looks like a simple implemenation nor does...
-
Hi guys, I would like to make a gui borderless viewing a png image with transparent background. pretty much has to be visible only the png image with no background..you have any simple example? Thank's GUICtrlCreatePic still it provides the image with the background...
- 19 replies
-
I'm trying to display a GIF. However, the GUI should not be visible. Here is an attempt that doesn't work: $sGIF = "MyGIF.gif" #Include <IE.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <WINAPI.au3> #include <SendMessage.au3> Global Const $SC_DRAGMOVE = 0xF012 H...
- 2 replies
-
- gif
- gifanimation
-
(and 3 more)
Tagged with:
-
hi guys i am using imagesearch2015 library. (used another one before) but transparency parameter doesn't working. how i can solve this problem. here's my code #include "ImageSearch2015.au3" #include <Date.au3> ; Script Start - Add your code below here Global $x = 0 Global $...
- 1 reply
-
- imagesearch
- transparency
-
(and 1 more)
Tagged with:
-
Hi Community, I'm looking for a way to do a Video Overlay GUI or something like that. The idea is to create a GUI which plays a video loop (with transparency/alpha channel) in front of an other GUI. Before you asking why - because I don't believe that GDIPlus can do it out of the box. My skillset...
- 1 reply
-
- video overlay gui
- gdiplus
-
(and 1 more)
Tagged with:
-
Hi! I am searching for a way to display a transparent image (or Icon) over an Button. And the image should always stay on top. Here is what i have so far: At script start the picture is over the button..but if you move the mouse over the button it overlaps the image. And if i add $G...
- 3 replies
-
- transparent
- on top image
-
(and 1 more)
Tagged with:
-
I have read through many forums saying it is possible to make $gui_bkcolor_transparent work on radio or checkboxs but only in window 2000. On the help file it never says which os it will work with. Has any one been able to get this to work on windows 7. Cheers $VipreRescueLbl = GUICtrlCreateLabel("...
-
Hi All, I know many newbies search for this feature. I decided to share this piece of code with everyone. Basically its a "splash screen" that has a transparent image. In a nutshell - Gui with a transparent gif. Enjoy... Download attachment.... Splash Screen GU...
- 1 reply
-
- transparent
- splash
-
(and 3 more)
Tagged with:
-
Hi Is it possible to draw using a semitransparent paint? In short, I would like to paint on a Label control that contains text, and at the same time be able to see through the paint, so to see the text behind. Something like using an highlighter. Only to show the effect that I would ac...
-
Hi, I'm trying to create a console reader. All is working but I have a problem with the look. I want the line numbers with another backgroundcolor in silver. I made this with a small silver label. The edit control over the label has a transparent background. But if I start the prog then i...
-
- guictrlcreateedit
- edit
-
(and 2 more)
Tagged with:
-
Credit's go to @UEZ for his post from 5 years ago for the GDI+ Heart! Really, I was just bored... I didn't have a valentine (:'( )so I whipped this up in a couple of hours. Pretty sure I cleaned up all my resources properly but it's late and I'm tired. $HAPPY_VALENTINES is the string that...
- 2 replies
-
- gdi+
- transparent
-
(and 1 more)
Tagged with:
-
Hello again! Working on another project I'm using for a game called PokeMMO. Let me first say I am not automating any part of the game. I set the current location and the script will then display the available Pokemon in the area (In a transparent GUI, making the game the parent). The GUI height is...
- 1 reply
-
- gdi+
- moving images
-
(and 1 more)
Tagged with:
-
It's been long enough since I started looking for a solution, so I post this with a clear conscious. I am developing an application that would render keystrokes and click on the screen, much like KeyCastr on Mac OS. I did this once in the past. Back then I faced with the same problem - making a nic...
- 7 replies
-
- gdi
- transparent
-
(and 3 more)
Tagged with:
-
A transparent rolling text example with GDI Font and background picture are embedded in script. TransparentRollingText.au3
- 16 replies
-
- gdi
- transparent
-
(and 2 more)
Tagged with:
-
I'd like to load a BMP file then change chosen color (0xFF00FF) to transparent and save it as PNG file. I'm using a code from other thread. I've modified it a little, but it still doesn't work. My program displays image with transparent color correctly, however saves a black image file. #include...
-
I have a program that has a large label acting as a count down timer. I have set the background color of the label to $GUI_BKCOLOR_TRANSPARENT. This program has a picture for a background. In the below example the gui's background color is set to yellow. Occasionally when the timer updates...
-
Prevent all actions until form is filled out
grimmlock posted a topic in AutoIt GUI Help and Support
Good Morning, The other day I had a crazy idea, to create a transparent gui and then have a non-transparent gui form for a user to fill out. Up until now there has been a problem with users ignoring our login form because they can go about their business by opening apps, clicking on the start menu... -
My originaly script where I was noticing this issue was quite long, so I trimmed it down considerably (93 lines to 5) to show the example issue. From what I've noticed in related topics, it's never really been solved (at least from my searches), and it unfortunately seems to not show up on all machi...
- 7 replies
-
- GUICtrlCreatePic
- transparent
-
(and 4 more)
Tagged with:
-
Hello! Is it possible to make the background of a tab transparent to f.ex show the backgroundimage of a underlying GUI? According to the help-file the GUICtrlSetBkColor(-1,$GUI_BKCOLOR_TRANSPARENT) don't work w/ GUICtrlCreateTab It won't do to just set the image to show inside of the tabs instead o...
- 10 replies
-
- guictrlcreatetab
- transparent
-
(and 2 more)
Tagged with:
-
Hello there! The idea I'm having is the following: To have a GUI with the left half scrollable and to have a background image which is "fixed" and won't be moved with the scrolling. To do this I've so far come up with: Placing the backgrond image onto a parent GUI Creating a child GUI to th...
- 15 replies
-
Two things. 1) I want to make a transparent, ontop, window that I can draw on and click through so that I din't have to redraw constantly such as when I use the hwnd/hDC of another window. 2) How can I set an autoit gui as a child of a non-autoit window? I saw mention of how to do #1 somewh...