Bonjour,
ce n'est pas la dernière maj Windows " Microsoft publie en urgence KB5004945 pour colmater la faille PrintNightmare" la responsable de ton problème?
You are not logged in. Please login or register.
QElectroTech → Posts by scorpio810
Bonjour,
ce n'est pas la dernière maj Windows " Microsoft publie en urgence KB5004945 pour colmater la faille PrintNightmare" la responsable de ton problème?
Oui.
Bonjour et merci,
baser le noms des conducteurs sur les noms de folios avec des renvois entre folios, n'est pas une bonne idée.
On peux le faire pour les conducteurs qui restent dans le folio et qui n'ont pas de renvois vers d'autres folios comme dans cet exemple:
Hello.
I have a comment about the problem "Incomplete display of user
collection in QElectroTech" by vishne-aleksandr.
I use QElectrotech installed on C drive. A year ago I solved the same
problem with a collection of elements. The element icons were not
visible in either W7 or W10.
In W10, I partitioned the disk and moved the collection to disk D and
modified the path to the collection and the program works fine.Karel
Hello,
I tried on laptop with 0.8 ReadyToUse on WIN10, and I don't saw problem with your collection.
Does the file Lancer Qet.bat have to be in the same directory
as qelectrotech.exe?
set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %*
No, it will not work without modifying the command line in bat file.
To run the Ready-to-use version: unzip the *.7z archive to a removable media (for example: USB stick) and double click on the file "Lancer QET.bat". Ready-to-use versions are slower than installed ones but do not need to be installed. It means that you can take everywhere QElectroTech with you and run it on any Windows system from your portable medium (stick, drive, SD card...).
Should I place the command in a different line?
yes, try like this.
@echo off
rem Se rend dans le dossier qui convient
set current_dir=%~dp0
cd /d %current_dir%
rem Met la collection QET en lecture seule
attrib +r elements/* /S /D
set LANG=de_DE
rem lance QElectroTech
set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %*
@start %command%
Or :
@echo off
rem Se rend dans le dossier qui convient
set current_dir=%~dp0
cd /d %current_dir%
rem Met la collection QET en lecture seule
attrib +r elements/* /S /D
rem lance QElectroTech
set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ set LANG=de_DE -style plastique %*
@start %command%
You could try it on other machine?
Very strange ..
Maybe you could try this:
https://qelectrotech.org/wiki_new/doc/t … on#windows
Like add in "Lancer Qet.bat" file to force german language:
set LANG=de_DE
You could join pictures or an example project off your problem?
I don't saw problem with your collection on 0.9-dev..
Increase or decrese folio size change element scaling.
https://download.qelectrotech.org/qet/m … _size.html
Or see this:
https://qelectrotech.org/forum/viewtopic.php?id=1946
Maybe you have better luck with cmake and Ninja?
Hi Alexander,
you could share your collection for check?
Sqilte3 dependency is only for nomenclature database export to file function.
Project ERROR: sqlite3 development package not found
Install sqlite3 development package, or in qelectrotech.pro
#comment the line below to disable the project database export
DEFINES += QET_EXPORT_PROJECT_DB
And comment :
unix|win32: PKGCONFIG += sqlite3
Bonjour,
t'as pas essayé?
click droit copier sur l'image puis nouveau folio coller ...
Buen Día,
disable this :
Maybe is related to this problem?
https://qelectrotech.org/forum/viewtopi … 781#p14781
QElectroTech → Posts by scorpio810
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.063 seconds (35% PHP - 65% DB) with 5 queries