Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
Autor |
Nachricht |
Jele •->

Anmeldedatum: 13.02.2004 Beiträge: 11
|
Verfasst am: 23.02.2004 - 11:56 Titel: simples text field bringt mich um meinen schlaf 3 tage nun |
|
|
on clicked theObject
set y to returned of text field 1 of window "Tutorial App Window"
set y to the clipboard
end clicked
3 tage schlage ich mich mit teil schon rum egal welche kombination ich versuche keine klappt
eingeben und das eingegebene als y setzen und dann ins clipboard pasten |
|
Nach oben |
|
 |
roser •-->

Anmeldedatum: 29.09.2003 Beiträge: 61 Wohnort: Solingen
|
Verfasst am: 23.02.2004 - 12:29 Titel: Ich glaube so: |
|
|
on clicked theObject
set y to CONTENTS of text field 1 of window "Tutorial App Window"
set y to the clipboard
end clicked
oder
on clicked theObject
set y to CONTENTS of text field "NAME DES TEXTFELDES" of window "Tutorial App Window"
set y to the clipboard
end clicked |
|
Nach oben |
|
 |
Jele •->

Anmeldedatum: 13.02.2004 Beiträge: 11
|
Verfasst am: 23.02.2004 - 16:28 Titel: beide scripte laufen bei mir ned |
|
|
ich mach wohl was total falsch namen für windows sind aber zugewiesen
 |
|
Nach oben |
|
 |
|