-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More themes and pictures Dialog cleaned up
- Loading branch information
1 parent
f3dd314
commit 9693cfa
Showing
118 changed files
with
305 additions
and
91 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
var $aiParameters : Object | ||
var $file : 4D:C1709.File | ||
|
||
$file:=File:C1566(Folder:C1567(fk resources folder:K87:11).path+"Images/AI/"+Form:C1466.prompt+".png") | ||
|
||
If (Not:C34($file.exists)) | ||
|
||
|
||
$aiParameters:=New object:C1471 | ||
|
||
$aiParameters.apiKey:=Form:C1466.apiKey | ||
$aiParameters.windowID:=Form:C1466.windowID | ||
|
||
$aiParameters.function:="images" | ||
$aiParameters.callbackAction:="icon" //same : chat or picture | ||
$aiParameters.prompt:=Form:C1466.prompt | ||
|
||
$aiParameters.size:="1024x1024" // for pictures only | ||
|
||
Form:C1466.answer:="" | ||
OBJECT SET VISIBLE:C603(*; "waitGears"; True:C214) | ||
AI Call($aiParameters) | ||
|
||
End if |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Form:C1466.prompt:=Get edited text:C655 | ||
SET TIMER:C645(-1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.