Informatiker Board (http://www.informatikerboard.de/board/index.php)
- Themengebiete (http://www.informatikerboard.de/board/board.php?boardid=1)
-- Praktische Informatik (http://www.informatikerboard.de/board/board.php?boardid=6)
--- Kexi Skripte (http://www.informatikerboard.de/board/thread.php?threadid=384)


Geschrieben von PeterPan am 12.03.2008 um 10:32:

  Kexi Skripte

Also ich brauche mal Hilfe:

Problem

Es soll der Pfad wenn ich ihn in diesem Fenster angebe:

self.file = self.dialog.addFileChooser(self.dialog,
"Ordner:",
gui.getHome() + "/",
(('PDF files', '*.pdf'),('All files', '*')))

btnframe = self.dialog.addFrame(self.dialog)
self.dialog.addButton(btnframe, "Öffnen", self.doOpen)
self.dialog.addButton(btnframe, "Abbrechen", self.dialog.close)
self.dialog.show()

soll der Pfad wenn ich auf abbrechen klicke un ich das Skript erneut ausführe gespeichert bleiben, was muss ich hinzufügen damit der Pfad gespeichert bleibt?


Forensoftware: Burning Board, entwickelt von WoltLab GmbH