Accéder au contenu principal

Impression noir & blanc en AppInventor

Etapes: 

1- Ouvrir l'inspecteur d'élément de la page AppInventor en ligne/hors ligne.


2- Via l'onglet "source, aller à 
ai2.appinventor.mit.edu 
    →static
        →CSS
            →blockly.css


3 - Remplacer le code existant par : 

.blocklyPath {
stroke-width: 1px !important;;
fill: white !important;;
stroke: black !important;
}
.blocklyText {
fill: #000 !important;
}
rect.blocklyMainBackground {
fill: white !important;
}
rect.blocklyBlockBackground {
stroke: black !important;
fill: white !important;
}
.blocklyDropdownText {
fill: #000 !important;
}
.blocklyNonEditableText>text, .blocklyEditableText>text {
fill: black !important;
}
image {
filter: grayscale(1);
}


4 - Créer vos scripts
(Cette phase peut être réalisé au début)


5- Réaliser les captures d'écran, imprimer... 

En bref



Par


 

Commentaires

Posts les plus consultés de ce blog

Designing Scenes for a Mobile Application

Before you start developing your application, it is good to get feedback on your scenario.  The description of how your application works and what it does. As collaborative task, you will be able to submit your idea to your classmates in the form of a storyboard (Storyboard). A storyboard is a visual way of presenting your scenario using sketches or images. Storyboards are usually linear, sequential while yours will probably take the form of a graph od a diagram (UML as sequence etc...), with the possibility of going back from one screen to a previous one for example. This will help you to design the navigation and interaction of your application. There are many tools for designing an application, from paper and pencil to sophisticated frameworks. The tools to use in this level are wireframes, mockups and prototypes. Functional mockup (Wireframe): provides a simplified and low-fidelity visual representation of the layout of each screen of the application. It shows the main elements and