Maelstorm Posted February 20, 2006 Share Posted February 20, 2006 Bug ReportSoftware Release Version: v3.1.1.109 (Beta)In the documentation for function GUICtrlCreateButton, it says that you can have $BS_PUSHBUTTON for the style option. When the code runs, it can't find it. I checked GUIConstants.au3 and found there is a $BS_DEFPUSHBUTTON defined.End ReportI think I'll blame GreenMachine here. He was the one who suggested using the Beta version due to the wealth of function calls available. Granted, no software is perfect, but this does come close.Later. The Maelstorm Link to comment Share on other sites More sharing options...
Maelstorm Posted February 20, 2006 Author Share Posted February 20, 2006 The topic should read "Bug Report" not "But Report". Typos... The Maelstorm Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted February 20, 2006 Moderators Share Posted February 20, 2006 ; ButtonGlobal Const $BS_BOTTOM = 0x0800Global Const $BS_CENTER = 0x0300Global Const $BS_DEFPUSHBUTTON = 0x0001Global Const $BS_LEFT = 0x0100Global Const $BS_MULTILINE = 0x2000Global Const $BS_PUSHBOX = 0x000AGlobal Const $BS_PUSHLIKE = 0x1000Global Const $BS_RIGHT = 0x0200Global Const $BS_RIGHTBUTTON = 0x0020Global Const $BS_TOP = 0x0400Global Const $BS_VCENTER = 0x0C00Global Const $BS_FLAT = 0x8000Global Const $BS_ICON = 0x0040Global Const $BS_BITMAP = 0x0080 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
greenmachine Posted February 20, 2006 Share Posted February 20, 2006 Bug ReportSoftware Release Version: v3.1.1.109 (Beta)In the documentation for function GUICtrlCreateButton, it says that you can have $BS_PUSHBUTTON for the style option. When the code runs, it can't find it. I checked GUIConstants.au3 and found there is a $BS_DEFPUSHBUTTON defined.End ReportI think I'll blame GreenMachine here. He was the one who suggested using the Beta version due to the wealth of function calls available. Granted, no software is perfect, but this does come close.Later.1. If you really think this is worth "Bug Report" status, post it in the Bug Report forum, not here.2. If you didn't notice, this difference in documentation is the same in the production version - it has nothing to do with being beta.3. You can't possibly be blaming one person for suggesting to use a better piece of software. I had nothing to do with the actual formation of the beta version, as I am not a developer, and you didn't have to follow my advice and get the beta version. If you are really stupid enough to blame me for suggesting something helpful, you really shouldn't be here. However, if you are just going to blindly follow other people's every whim, here's another piece of advice: go back to version 2. It's "so great and full of fancy features." Also - if the beta just isn't perfect enough for you, why are you using it? Link to comment Share on other sites More sharing options...
Valuater Posted February 20, 2006 Share Posted February 20, 2006 what is important here is... $BS_PUSHBUTTON is a button "Forced Style" repeat... "Style" and $BS_DEFPUSHBUTTON is setting the button as the "Default" pushed if you press ENTER 8) Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted February 20, 2006 Moderators Share Posted February 20, 2006 Yep answered the question past my bedtime... see what selective speed reading does for you, it's like at the end of the month, when I have to pay all my bills, I selectively read what amount I should pay ! Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
Valuater Posted February 20, 2006 Share Posted February 20, 2006 Yep answered the question past my bedtime... see what selective speed reading does for you, it's like at the end of the month, when I have to pay all my bills, I selectively read what amount I should pay !Thats JUST like something i would say... ( and do! )8) Link to comment Share on other sites More sharing options...
jpm Posted February 20, 2006 Share Posted February 20, 2006 Bug ReportSoftware Release Version: v3.1.1.109 (Beta)In the documentation for function GUICtrlCreateButton, it says that you can have $BS_PUSHBUTTON for the style option. When the code runs, it can't find it. I checked GUIConstants.au3 and found there is a $BS_DEFPUSHBUTTON defined.End ReportI think I'll blame GreenMachine here. He was the one who suggested using the Beta version due to the wealth of function calls available. Granted, no software is perfect, but this does come close.Later.to look as a button a control must have the BS_DEFBUTTON style so It is forced You don't need to worry about.I will see what I can do for the doc. Link to comment Share on other sites More sharing options...
Maelstorm Posted February 20, 2006 Author Share Posted February 20, 2006 3. You can't possibly be blaming one person for suggesting to use a better piece of software. I had nothing to do with the actual formation of the beta version, as I am not a developer, and you didn't have to follow my advice and get the beta version. If you are really stupid enough to blame me for suggesting something helpful, you really shouldn't be here. However, if you are just going to blindly follow other people's every whim, here's another piece of advice: go back to version 2. It's "so great and full of fancy features." Also - if the beta just isn't perfect enough for you, why are you using it?There's just one thing that I have to say...IT WAS A JOKE The Maelstorm Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now