Jump to content

Recommended Posts

Posted

Is it possible to create an InputBox in front of a SplasScreen?

I use a splashImage to hide the background, but half way the script I need the user to input a number and then continue but I don't want the SplashImage to disappear.

Any help is very welcom.

Posted

code please.

[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]

Posted (edited)

I called a second a script right before InputBox ().The second script looked somthing like this

WinWaitActive ("Title of Input Box")
WinSetOnTop ("Title of Input Box","",1)
WinActivate ("Title of Input Box")
Exit

Hope this works :)

Edit:P.S. Sorry for stealing the post but anybody know why my avitar (The little picture next to my user name) Dosent show up?

Edited by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Posted

@SolidSnake

Check the following:

-image type(jpg,gif,etc)

-image size(1kb,etc)

-image demension(100x100)

-is it corrupted(try opening your image from various program)

-is it fully uploaded

-the spec. allow/limit on this forum with your image

[font="Arial"]Thanks[/font]
If @error = me Then $sorry
Else
   Do
      $clarifyMe
   Until $meClear
EndIF
MsgBox(0,"Special Message!","Special Thanks to " & $allHadReplied,$Forever)
Posted (edited)

@SolidSnake

Check the following:

-image type(jpg,gif,etc)

-image size(1kb,etc)

-image demension(100x100)

-is it corrupted(try opening your image from various program)

-is it fully uploaded

-the spec. allow/limit on this forum with your image

<{POST_SNAPBACK}>

Thanks a million! I changed the image size and now it works. :) Edited by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.

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
×
×
  • Create New...