Jump to content

What the hell... GUI "crashed" ?


Recommended Posts

Hi,

im working since a few days (many) on a little guy... now, i added 3 buttons, and add a picture as bg to these buttons.

On my workstation - the GUI works greatly. But now i tried it on another workstation (winxp too) - you can see the result in the attachement.

I tried to comment these buttons since the last change, but ive got the same "error". I tried the script some minutes before on the other machine, and it works fine - then i added the pictures - and now this!

Some ideas?

post-11551-1178213965_thumb.jpg

Attention! English noob ^^

Link to comment
Share on other sites

check your screen size on both computers - make sure there the same, and make a condition that check screen size and then makes the GUI the size needed for that display - ?

All by me:

"Sometimes you have to go back to where you started, to get to where you want to go." 

"Everybody catches up with everyone, eventually" 

"As you teach others, you are really teaching yourself."

From my dad

"Do not worry about yesterday, as the only thing that you can control is tomorrow."

 

WindowsError.gif

WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF

AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send

StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2

AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit  Docs

SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF

Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language

Programming Tips

Excel Changes

ControlHover.UDF

GDI_Plus

Draw_On_Screen

GDI Basics

GDI_More_Basics

GDI Rotate

GDI Graph

GDI  CheckExistingItems

GDI Trajectory

Replace $ghGDIPDll with $__g_hGDIPDll

DLL 101?

Array via Object

GDI Swimlane

GDI Plus French 101 Site

GDI Examples UEZ

GDI Basic Clock

GDI Detection

Ternary operator

Link to comment
Share on other sites

Okay - the different screen size could be the reason. But - why works the script on the VM great - then i add 3 icons - and now it "crashs" ? I tried to prevent this error, but i failed.

I thought, that you could know this error - maybe, cause it appears from time to time? Its my second GUI that attends to display things not as this, i programmed it on my workstation.

What you need... the source?

Attention! English noob ^^

Link to comment
Share on other sites

Okay GUI's, i dont know why... maybe, the problem is already reported as a bug ?

I used in the header of my script 3 x the "FileInstall()"-function - after i commented it out, the script works great on other machines. Maybe, its a bug? Or did i something wrong?!

FileCopy("\\xxx\AutoIT\_Entwicklung\xxx\beenden.bmp", "c:\Temp\beenden.bmp", 1)

FileCopy("\\xxx\AutoIT\_Entwicklung\xxx\info.bmp", "c:\Temp\info.bmp", 1)

FileCopy("\\xxx\AutoIT\_Entwicklung\xxx\refresh.bmp", "c:\Temp\refresh.bmp", 1)

Attention! English noob ^^

Link to comment
Share on other sites

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...