OOBasic Picker Dialogs

Shared Libraries
Forum rules
For sharing working examples of macros / scripts. These can be in any script language supported by OpenOffice.org [Basic, Python, Netbean] or as source code files in Java or C# even - but requires the actual source code listing. This section is not for asking questions about writing your own macros.
Post Reply
JeJe
Volunteer
Posts: 2784
Joined: Wed Mar 09, 2016 2:40 pm

OOBasic Picker Dialogs

Post by JeJe »

'A library of picker dialogs.


'********************************LIST OF MUDULES IN LIBRARY

'AAUser - test dialog SEE THIS FIRST
'CalM - Date Picker module
'CgCls - Color Palette class
'cM - Simple Calculator Module
'ColM - Color Picker Module
'ColPM - Color Palett Module
'FntM - Font Picker Module
'HlpM - Helper functions module
'LpM - listbox Picker using listbox class
'MgM - message box module
'SClsP - scrollbar class for scrollbar controls
'SCM - Special Character Picker module
'sLCls - listbox class from scratch with labels (more display options)
'TM - time Picker
'TMm - timer Picker menu

'********************************/LIST OF MUDULES IN LIBRARY


'**********Acknowledgments*******
'Calculator uses Eval function By: Aldo Vargas
'http://ftp.planet-source-code.com/vb/sc ... 6&lngWId=1

'color picker uses hsl to rgb and rgb to hsl functions from
'from VBSpeed by Donald (Sterex 1996), donald@xbeat.net, 20011124
'(very slightly adapted to run in OO)
'http://www.xbeat.net/vbspeed/c_RGBToHSL.htm
'http://www.xbeat.net/vbspeed/c_RGBToHSL2.htm

'generic sort collection from http://www.source-code.biz/snippets/vbasic/6.htm
'Author: Christian d'Heureuse (www.source-code.biz, www.inventec.ch/chdh)
'License: Free / LGPL

'Clipboard function
''by Sébastien C
'' viewtopic.php?f=21&t=93562
'and from
'http://openoffice.2283327.n4.nabble.com ... 68930.html
'original link http://hermione.s41.xrea.com/pukiwiki/ on that page not found


'********************************/Acknowledgments
Attachments
JePickers.oxt
(70.9 KiB) Downloaded 273 times
Windows 10, Openoffice 4.1.11, LibreOffice 7.4.0.3 (x64)
Post Reply