Jump to content

SearchBar


zcoacoaz
 Share

Recommended Posts

i'm happy some one finally pointed out bugs :) i have already added and fixed all you said but im putting in forum searching and computer searching right now so it wont be posted for a while

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Link to comment
Share on other sites

np, just post when done :) , ill be waiting

edit: also i think it might be better if u have the input box for the max history an inputbox with an up/down control =)

$MaxItems_Input = GUICtrlCreateLabel("Max num. of items to remember", 100, 55, 200, 20)
GUICtrlCreateUpdown($MaxItems_Input,$UDS_ARROWKEYS)
GUICtrlSetLimit($MaxItems_Input, 20, 0)
Edited by burrup

qq

Link to comment
Share on other sites

Version 1.14 Released!

see my first post for details

@burrup:

nah, i don't like up/down controls

Edited by Xenogis

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Link to comment
Share on other sites

>>>>>>>>>>> Visible Window Text <<<<<<<<<<<

OK

Line 295 (File "C:\temp\SearchBar\SearchBar.au3"):

If MouseGetPos(0) >= RegRead("HKCU\Software\Xenogis\SearchBar", "X") And MouseGetPos(0) <= RegRead("HKCU\Software\Xenogis\SearchBar", "X") + 370 Then

If ^ ERROR

Error: Incorrect number of parameters in function call.

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

what version of autoit do you have i think the latest version might be needed for the parameter

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Link to comment
Share on other sites

Okay, i will rewrite that part of it so it works with the release

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Link to comment
Share on other sites

Version 1.18 Released!

Added

  • Images to the buttons
  • Compatibility with the current AutoIt release
  • /help command
  • /hotkeyon and /hotkeyoff commands
To download see my first post Edited by Xenogis

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Link to comment
Share on other sites

  • 2 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...