TuttoCAD Forum
[
Home
|
Registrati
|
Discussioni Attive
|
Discussioni Recenti
|
Segnalibro
|
Msg privati
|
Sondaggi Attivi
|
Utenti
|
Album Fotografico
|
Download
| |
Cerca
|
FAQ
]
Nome Utente:
Password:
Salva Password
Password Dimenticata?
Tutti i Forum
1 - TuttoCAD Software
AutoLISP
Progress Bar
Nuova Discussione
Rispondi
Versione Stampabile
Aggiungi Segnalibro
Qui c'è:
Autore
Discussione
arri
Utente Master
Regione: Lombardia
14951 Messaggi
Inserito il - 22 settembre 2010 : 12:37:23
ProgressBar contains a set of functions that can be used in loops while processing information. The main functions are ProgressBar, Progress, and EndProgressBar. There are a few example functions to demonstrate the syntax and method of using ProgressBar. PB-Demo is an example for an information message only. PB-Demo1 is an example for a foreach loop. PB-Demo2 is an example for a repeat loop. And PB-Demo3 is an example for a while loop.
http://web2.airmail.net/terrycad/LISP/ProgressBar.lsp
http://web2.airmail.net/terrycad/LISP/ProgressBar.dcl
arri
Utente Master
Regione: Lombardia
14951 Messaggi
Inserito il - 24 gennaio 2013 : 11:05:43
To inform users about the progress of a lengthy calculation you can use progress bar ("thermometer"). In AutoLISP you can make use of the inbuilt function acet-ui-progress from Express Tools (must be installed).
Example - how to use it:
(acet-ui-progress-init "Working:" 10000); init - interval length
(setq i 0)
(repeat 10000; loop
; user functions performed here....
(setq i (1+ i))
(acet-ui-progress-safe i); update progressbar
)
(acet-ui-progress-done); dismiss progressbar
Discussione
Nuova Discussione
Rispondi
Versione Stampabile
Aggiungi Segnalibro
Vai a:
Seleziona Forum
0 - Discussioni in primo piano
Pirateria del software: NO GRAZIE!
0 - CADLandia Magazine
CADLandia Magazine
1 - TuttoCAD Software
Rhinoceros 3D
Revit
Programmazione CAD
Modellatori tridimensionali e raytracing
Microstation
IntelliCAD
CoCreate
Cinema 4D
bCAD
AutoLISP
AutoCAD
Art*Lantis
ArchLine
Architectural Desktop
ArchiCAD
AddCAD
3d Studio Max (e Viz)
1 - Il forum sul software
2 - TuttoCAD Hardware
Stampanti e plotter
Schede Video
Retrocomputing
Notebook e palmari
Monitor
Memorie di massa
CPU e RAM
2 - Il forum sull'hardware
3 - TuttoCAD Generalista
Topografia
Progetto Standard CAD
Problemi di stampa
Grafica 2D
Glossario
GIS
Elementi finiti
Design
Conversione e condivisione di file
4 - TuttoCAD varie
Supporto per il materiale sul sito
Richieste e suggerimenti
--------------------
Home Page
Discussioni Attive
Domande Frequenti
Lista Utenti
Pagina di Ricerca
TuttoCAD Forum
© 2001-2010 CADLandia
Pagina generata in 0,93 secondi.