COLORID

Conversion des entêtes C++ (.h) en LotusScript. le toolkit est téléchargeable ici => http://www-128.ibm.com/developerworks/l ... lkits.html

COLORID

Messagepar Stephane Maillard » 24 Oct 2006 à 00:53

Bonjour,
Code : Tout sélectionner
Option Public

Const MAX_NOTES_COLORS = 240

Const V3_FORMCOLORS = 21

Const MAX_NOTES_SOLIDCOLORS = 16

Const NOTES_COLOR_BLACK = 0
Const NOTES_COLOR_WHITE = 1
Const NOTES_COLOR_RED = 2
Const NOTES_COLOR_GREEN = 3
Const NOTES_COLOR_BLUE = 4
Const NOTES_COLOR_MAGENTA = 5
Const NOTES_COLOR_YELLOW = 6
Const NOTES_COLOR_CYAN = 7
Const NOTES_COLOR_DKRED = 8
Const NOTES_COLOR_DKGREEN = 9
Const NOTES_COLOR_DKBLUE = 10
Const NOTES_COLOR_DKMAGENTA = 11
Const NOTES_COLOR_DKYELLOW = 12
Const NOTES_COLOR_DKCYAN = 13
Const NOTES_COLOR_GRAY = 14
Const NOTES_COLOR_LTGRAY = 15

Const FONT_COLOR_BLACK = NOTES_COLOR_BLACK
Const FONT_COLOR_WHITE = NOTES_COLOR_WHITE
Const FONT_COLOR_RED = NOTES_COLOR_RED
Const FONT_COLOR_GREEN = NOTES_COLOR_GREEN
Const FONT_COLOR_BLUE = NOTES_COLOR_BLUE
Const FONT_COLOR_CYAN = NOTES_COLOR_CYAN
Const FONT_COLOR_YELLOW = NOTES_COLOR_YELLOW
Const FONT_COLOR_MAGENTA = NOTES_COLOR_MAGENTA

Declare Function MapV3ColorToExtColor Lib "nnotes.dll" (Color As Integer) As Integer
Declare Function MapExtColorToV3Color Lib "nnotes.dll" (Color As Integer) As Integer
Cordialement

Stéphane Maillard
Avatar de l’utilisateur
Stephane Maillard
Lord of DominoArea
Lord of DominoArea
 
Message(s) : 8695
Inscrit(e) le : 16 Déc 2004 à 01:10
Localisation : Bretagne

Retour vers Lotus C++ API en LotusScipt