jnotes-list Mailing List for jNotes (Page 2)
Brought to you by:
alexeya
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(14) |
Sep
(9) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(3) |
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <iva...@ms...> - 2003-08-22 03:01:53
|
Here are some names i liked for jNotes: - InteliNotes - Notestopia - Memoranda - LineUp - Jot - NoteSoup - MyNotes - NoteBurn I've been using www.naneboy.com, you can enter up to two words and it'll give you a lot of names combining that words. Check it out, maybe it's usefull. http://www.virtualchillout.tk/ _________________________________________________________________ Localiza y ponte en contacto con tus antiguos compañeros de clase en MSN Compañeros. http://mipasado.msn.es/ |
From: <iva...@ms...> - 2003-08-20 14:54:42
|
In jNotes2 preferences dialog is not showing, is anyone having the same problem? in the other hand, it would be nice to have the source code on the sourceforge's cvs, i don't know the cvs is not used. http://www.virtualchillout.tk/ _________________________________________________________________ Localiza y ponte en contacto con tus antiguos compañeros de clase en MSN Compañeros. http://mipasado.msn.es/ |
From: Alex V. A. <al...@op...> - 2003-08-19 09:58:04
|
Hello, jnotes-list, jNotes sources are available through SourceForge CVS service. CVS Modules: jnotes1 - jNotes v1.0 jnotes2 - jNotes v2.0 htmleditor - sources of htmleditor.jar required by jNotes2 See "Basic Introduction to CVS and SourceForge.net (SF.net) Project CVS Services": http://sourceforge.net/docman/display_doc.php?docid=14033&group_id=1 -- Best regards, Alex V. Alishevskikh al...@op... jNotes homepage: http://jnotes.sf.net Unsubscribe this mailing list: https://lists.sourceforge.net/lists/listinfo/jnotes-list |
From: Patrick B. <bi...@st...> - 2003-08-11 10:58:47
|
Hi, There is a bug regarding to the display of the year. In the calendar-tool the year is displayed as 2.003 instead of 2003. Best Regards, Patrick |
From: Patrick B. <bi...@st...> - 2003-08-11 10:56:48
|
Hi, The daemon mode of jNotes2 does not works when other java-programs have the focus, when no other java-program has the focus it works great. So this means when a windows program is active all works fine, but when another java-program is active (and has focus) the popup doesn't show up. Best Regards, Patrick |
From: Alex V. A. <al...@op...> - 2003-08-06 08:43:32
|
Hello, jnotes-list, jNotes2 alpha updated. -- Best regards, Alex V. Alishevskikh al...@op... jNotes homepage: http://jnotes.sf.net Unsubscribe this mailing list: https://lists.sourceforge.net/lists/listinfo/jnotes-list |
From: Alex V. A. <al...@op...> - 2003-05-21 09:03:49
|
Hi all, jNotes2 alpha is available for download: http://jnotes.sourceforge.net/download.html See the jNotes2 features summary at http://jnotes.sourceforge.net/jnotes2.html -- Best regards, Alex V. Alishevskikh al...@op... jNotes homepage: http://jnotes.sf.net Unsubscribe this mailing list: https://lists.sourceforge.net/lists/listinfo/jnotes-list |
From: Alex V. A. <al...@op...> - 2003-05-07 10:23:59
|
Hi all, Thomas Chuffart <inf...@pi...> submitted a bug: > When I try to open the preferences window, i've got this messages on the java console : > >C:\java\jnotes>java -cp C:\java\jnotes\jnotes.jar;C:\java\xerces\xerces.jar org. > openmechanics.jnotes.JNotes > ------------- > ------------- > java.lang.NullPointerException > at org.openmechanics.jnotes.Configuration.getBookExportFilters(Configuration.java:139) > at org.openmechanics.jnotes.PreferencesDialog.loadFiltersList(PreferencesDialog.java:593) > at org.openmechanics.jnotes.PreferencesDialog.jbInit(PreferencesDialog.java:356) > at org.openmechanics.jnotes.PreferencesDialog.<init>(PreferencesDialog.java:126) > at org.openmechanics.jnotes.JNotesWin.jMenuItemPref_actionPerformed(JNotesWin.java:1010) > at org.openmechanics.jnotes.JNotesWin$31.actionPerformed(JNotesWin.java:542) > at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) > at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source) > at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) > at javax.swing.DefaultButtonModel.setPressed(Unknown Source) > at javax.swing.AbstractButton.doClick(Unknown Source) > at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) > at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source) > at java.awt.Component.processMouseEvent(Unknown Source) > at java.awt.Component.processEvent(Unknown Source) > at java.awt.Container.processEvent(Unknown Source) > at java.awt.Component.dispatchEventImpl(Unknown Source) > at java.awt.Container.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) > at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) > at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) > at java.awt.Container.dispatchEventImpl(Unknown Source) > at java.awt.Window.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.EventQueue.dispatchEvent(Unknown Source) > at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) > > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) This is an installation issue that appears when jNotes runs from the JAR file (unfortunately, I didn't see it because I launched jNotes from the classes files). This is a bug with failing to copy the default configuration file to the jNotes working directory. It will be fixed in the nearest release (1.01). SOLUTION FOR THE CURRENT RELEASE (1.0): Save the attached "jnotes.properties" config file to the jNotes working directory. jNotes working directory is named ".jnotes" and it is placed under your user home directory (which is value of "user.home" java system property). On Windows it usually is "C:\Documents and Settings\YourName\.jnotes", on Linux - "/home/YourName/.jnotes". (Note that this is not a directory where you've installed jNotes!) -- Best regards, Alex V. Alishevskikh al...@op... Wednesday, May 7, 2003 |
From: Alex V. A. <al...@op...> - 2003-04-18 07:56:39
|
Hello, jnotes-list, jNotes 1.0 became the final release. Done since 1.0 beta2 release: - Fixed: bug where the book file occasionally corrupted at an exit of program (premature end of file writing) - Fixed: Calendar updating when project is changed. [Submitted by Jean-Eric Baribeau <je...@sy...>] - Some minor bugs fixed. All extra features will be implemented in jNotes version 2. Further development of version 1 will consist in polishing and fixing the bugs, if they will be there. Bug reports are still welcome. Good work. -- Best regards, Alex V. Alishevskikh al...@op... Thursday, April 17, 2003 |
From: Alex V. A. <al...@op...> - 2003-04-01 08:11:18
|
Hello, jnotes-list, I proud to announce that jNotes version 2 is coming soon. jNotes2 is a new, almost completely redesigned and rewritten from scratch version of jNotes. It is currently under development. The first alpha release is scheduled on May-June, 2003. Screenshot and brief overview of jNotes2 design and features are available on jNotes website: http://jnotes.sf.net/jnotes2.html New features: - Full-featured WYSIWYG editor of notes: - Text styling, hyperlinks, images and tables - Unlimited undo/redo - Find and replace functions - Export and import of HTML files. - New consequent concept of Project. The projects includes notes, to-do tasks and resources. - Revised concept of Task. The tasks can have an arbitrary duration (more than one day) and percent of completion (not just as "done" or "not done"). Also they can have a priority level. - Event notifications can repeated automatically (e.g. on days of month or week). - Projects can contains the user resources (local files or web pages) to provide an uniform area to access them. It is possible to assign an application for opening an each type of resource. - Improved navigation throw the notes: searching, bookmarks and browsing history. - New user interface with fancy Kunststoff look-and-feel. - and more... -- Best regards, Alex V. Alishevskikh al...@op... http://jnotes.sf.net |
From: Alex V. A. <al...@op...> - 2003-03-11 11:39:40
|
Hello jnotes-list, jNotes 1.0 became the Beta 2 release. Fixed bugs: JDK 1.4 incompatibility (tested with Sun JDK 1.4.1) and others. -- Best regards, Alex mailto:al...@op... |