-
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.
- Loading branch information
1 parent
243ff1b
commit 74cc1fa
Showing
32 changed files
with
560 additions
and
0 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,15 @@ | ||
var $aiParameters : Object | ||
|
||
$aiParameters:=New object:C1471 | ||
|
||
$aiParameters.apiKey:=Form:C1466.apiKey | ||
$aiParameters.windowID:=Form:C1466.windowID | ||
|
||
$aiParameters.function:=Form:C1466.ddownList.values[Form:C1466.ddownList.index] | ||
$aiParameters.prompt:=Form:C1466.prompt | ||
|
||
Form:C1466.answer:="" | ||
OBJECT SET VISIBLE:C603(*; "waitGears"; True:C214) | ||
AI Call($aiParameters) | ||
|
||
|
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,6 @@ | ||
|
||
If (Shift down:C543) | ||
Form:C1466.prompt:="Generate an advertising for the new book “Have fun gardening”" | ||
Else | ||
Form:C1466.prompt:="Génère une publicité pour le nouveau livre ”Jardinez en vous amusant”" | ||
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,20 @@ | ||
//var $aiSignal : 4D.Signal | ||
//var $done : Boolean | ||
|
||
|
||
//$aiSignal:=New signal("Call AI") | ||
//Use ($aiSignal) | ||
//$aiSignal.apiKey:=Form.apiKey | ||
//$aiParameters.windowID:=Form.windowID | ||
|
||
//$aiSignal.function:="Reset context" | ||
//End use | ||
|
||
//AI Call($aiSignal) | ||
//$done:=$aiSignal.wait(5) | ||
//If ($done) | ||
//ALERT("Done") | ||
//Else | ||
//ALERT("no anwser") | ||
//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,5 @@ | ||
If (Shift down:C543) | ||
Form:C1466.prompt:="Generate a formal invitation for the \"World Motor Show\" 2025" | ||
Else | ||
Form:C1466.prompt:="Génère une invitation formelle pour le \"Mondial de l'automobile\" 2025" | ||
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,5 @@ | ||
If (Shift down:C543) | ||
Form:C1466.prompt:="Generate a funny invitation for the wedding of PAUL and VIRGINIE" | ||
Else | ||
Form:C1466.prompt:="Génère une invitation de mariage amusante pour le mariage de PAUL et VIRGINIE" | ||
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,6 @@ | ||
If (Shift down:C543) | ||
Form:C1466.prompt:="Generate geek invitation for the hi-tech show 2025" | ||
Else | ||
Form:C1466.prompt:="Génère invitation spécial geek pour le salon hi-tech 2025" | ||
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,6 @@ | ||
|
||
If (Shift down:C543) | ||
Form:C1466.prompt:="Generate a formal invitation for lawers congress of Chicago" | ||
Else | ||
Form:C1466.prompt:="Génère a invitation formelle pour le salon des avocats d'Aix-en-Provence" | ||
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,14 @@ | ||
var $aiParameters : Object | ||
|
||
$aiParameters:=New object:C1471 | ||
|
||
$aiParameters.apiKey:=Form:C1466.apiKey | ||
$aiParameters.windowID:=Form:C1466.windowID | ||
|
||
$aiParameters.function:=Form:C1466.ddownList.values[Form:C1466.ddownList.index] | ||
$aiParameters.prompt:=Form:C1466.prompt | ||
|
||
OBJECT SET VISIBLE:C603(*; "waitText"; True:C214) | ||
AI Call($aiParameters) | ||
|
||
|
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,6 @@ | ||
|
||
If (Shift down:C543) | ||
Form:C1466.prompt:="Generates an invitation to the opening of the “Maxi-DYI\\” store." | ||
Else | ||
Form:C1466.prompt:="Génère une invitation à l'inauguration du magasin de bricolage “MaxiBricolle“" | ||
End if |
1 change: 1 addition & 0 deletions
1
Project/Sources/Forms/D_Chat/ObjectMethods/Popup Dropdown List.4dm
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 @@ | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
WP UpdateWidget ("WPtoolbar";"WParea") |
Oops, something went wrong.