Search found 8 matches

by IWantItAll2
25 Jul 2023, 09:54
Forum: Ask for Help (v2)
Topic: Binary string convert to Hex Topic is solved
Replies: 6
Views: 589

Re: Binary string convert to Hex Topic is solved

Thanks to both @mikeyww and @SKAN
I like the 1 line approach from @mikeyww so i am going to list that as the response. Both seem to work with my code just as well as each other when i tested.
by IWantItAll2
25 Jul 2023, 06:31
Forum: Ask for Help (v2)
Topic: Binary string convert to Hex Topic is solved
Replies: 6
Views: 589

Binary string convert to Hex Topic is solved

I'm probably being very stupid but for the life of me i cant find what i want on the forum. I want to convert a string that is a binary number, and convert it to hex. 1010101111100111 = 0xABE7 1111100110111110 = 0xF9BE Some forum posts say to use format but that doesn't seem to work for me hex := Fo...
by IWantItAll2
05 Jul 2023, 02:30
Forum: Scripts and Functions (v2)
Topic: GuiCtrlTips - Add tooltips to your Gui.Controls (2023-05-28)
Replies: 32
Views: 4879

Re: GuiCtrlTips - Add tooltips to your Gui.Controls (2023-05-28)

Thanks very much for this. I had an issue where I couldn't get it working and I was looking over the code to find the differences between your sample and what I had. For some reason, and I don't know if this is a bug or not. if you have the onEvent handler on the same line as you create the button i...
by IWantItAll2
29 Jun 2023, 06:19
Forum: Ask for Help (v2)
Topic: Tooltips in GUI V1 to V2 convert Topic is solved
Replies: 6
Views: 568

Re: Tooltips in GUI V1 to V2 convert Topic is solved

The script i got from an old forum post https://www.autohotkey.com/board/topic/81915-solved-gui-control-tooltip-on-hover/ The scrip shows a tool tip the relevant tool tip when hovering the mouse over the respective UI element. My current script for V2 is below, but it is not working. #Requires AutoH...
by IWantItAll2
29 Jun 2023, 05:54
Forum: Ask for Help (v2)
Topic: Tooltips in GUI V1 to V2 convert Topic is solved
Replies: 6
Views: 568

Tooltips in GUI V1 to V2 convert Topic is solved

I found some code that works fantastically... in V1.x I'm having some trouble converting it to V2.0. the % %CurrControl%_TT part is getting the best of me. any help converting it would be great! I'ts also not happy with PrevControl being set after its already used but i think i can get a work around...
by IWantItAll2
15 Jun 2023, 04:48
Forum: Tutorials (v2)
Topic: Simple way to get UpDown box to move in values not 1 (non unitary) Topic is solved
Replies: 0
Views: 1661

Simple way to get UpDown box to move in values not 1 (non unitary) Topic is solved

I Hope this helps someone. It took me a long time to work out how to get this to work and i was very frustrated. The code is a simple way to change a Updown box in values that aren't 1. so you can change Inc to any value and it should work. P.S im sure someone smarter than me can make an easier way,...
by IWantItAll2
15 Jun 2023, 02:25
Forum: Ask for Help (v2)
Topic: GUI help Topic is solved
Replies: 4
Views: 375

Re: GUI help Topic is solved

Here it is with a MsgBox. I'm not sure where you expect Send to send it since it doesn't appear that an appropriate place to send it would be active at the time. It just sends it right back to where it pulled it from. BT_click(*) { Saved := myGUI.submit(0) ;get variable values MsgBox Saved.MyVar } ...
by IWantItAll2
14 Jun 2023, 10:13
Forum: Ask for Help (v2)
Topic: GUI help Topic is solved
Replies: 4
Views: 375

GUI help Topic is solved

Im having an issue where i cant access my variables in my gui controls, Im pretty new to AHK but this issue is beating me. i just want to send the value of my edit box as keys. but im told that it never gets assigned a value. Im sure this is a simple mistake im making but i cant work it out. TIA ; L...

Go to advanced search