Re: [nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-07-08 Thread Matthias Paul Scholz
;> release I will create one (and the documentation will be updated). >> >> Sorry, >> >> Laurent >> >> >> >> Le mer. 30 juin 2021 à 14:22, Matthias Paul Scholz < >> matthias.paul.sch...@gmail.com> a écrit : >> >>&g

Re: [nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-06-30 Thread Matthias Paul Scholz
. Maybe you could provide me with a hint? Best, MP Am Mi., 17. März 2021 um 14:38 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Thanks Laurent! > > Here we go: https://bugs.eclipse.org/bugs/show_bug.cgi?id=572033 > > Best, > MP > > Am M

Re: [nebula-dev] Close bugzilla?

2021-06-21 Thread Matthias Paul Scholz
+1 from me Am Mo., 21. Juni 2021 um 12:22 Uhr schrieb Christoph Läubrich < lae...@laeubi-soft.de>: > I must confess I haven't noticed that there is bugzilla (also) beside > github anyways :-D > > Am 21.06.21 um 10:42 schrieb Wim Jongman: > > Hi, > > > > Many projects are closing Bugzilla. I

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
the current state of the widget? Do you have additional hints or ideas? Best and thanks, MP Am Do., 8. Apr. 2021 um 11:09 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Hi Wim, > > Am Do., 8. Apr. 2021 um 09:27 Uhr schrieb Wim Jongman < >

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
Hi Wim, Am Do., 8. Apr. 2021 um 09:27 Uhr schrieb Wim Jongman : > > MiniMessage is right where your eyes are _and_ related to the current task > (that is how I use it anyway :) > Just for completeness: I guess one can configure a custom JFace dialog to be non-modal, open at the cursor location

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
with some of those features now and thus make it even more useful for Users? Am Do., 8. Apr. 2021 um 08:05 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Hi Wim, > > Tried it. > Pretty nice. :) > > Yet, just out of curiosity: is there a particular rea

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-08 Thread Matthias Paul Scholz
play().getSystemColor(SWT.COLOR_WHITE)); > } > } > > private class Fader implements Runnable { > int fAlpha = 255; > private int fTimerWait = 10; > private int fWaitBeforeFade = 0; > > public Fader(int waitBeforeFade) { > this.fWaitBeforeFade = waitBeforeFade; > }

Re: [nebula-dev] Urgent Nebula bugs to tackle?

2021-04-07 Thread Matthias Paul Scholz
t; make a great widget out of it. > > WDYT? > > Cheers, > > Wim > > On Wed, Apr 7, 2021 at 8:13 AM Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Hi Wim and Laurent, >> >> Are there any urgent Nebula bugs that needs parti

[nebula-dev] Urgent Nebula bugs to tackle?

2021-04-07 Thread Matthias Paul Scholz
Hi Wim and Laurent, Are there any urgent Nebula bugs that needs particular attention? I'd like to give back something to the project and maybe you could point me to something that has high priority here. How about https://bugs.eclipse.org/bugs/show_bug.cgi?id=572568, for instance? Best, MP

Re: [nebula-dev] Which formatter to use for Nebula sources?

2021-04-07 Thread Matthias Paul Scholz
< laurent.ca...@gmail.com>: > Hi Matthias, > > I think I'm responsible : I did not change the formatter, and I used my > company's one :( > > Sorry for that, I've changed and it will not happen again. > > Cheers, > > Laurent > > > > Le mar. 6 avr. 2021 à 1

Re: [nebula-dev] Which formatter to use for Nebula sources?

2021-04-06 Thread Matthias Paul Scholz
t; > > On Tue, Apr 6, 2021 at 3:01 PM Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Hi all, >> >> When pushing new changes to my fork of the Nebula project sources, I ran >> into some merge conflicts that arised from format

[nebula-dev] Which formatter to use for Nebula sources?

2021-04-06 Thread Matthias Paul Scholz
Hi all, When pushing new changes to my fork of the Nebula project sources, I ran into some merge conflicts that arised from formatting changes only. However, I did use the Eclipse Java formatter in-built into the Eclipse 2020-12 version of the IDE. Is there any other formatter that must be used

Re: [nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-03-17 Thread Matthias Paul Scholz
fill a bug : > https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Nebula > > I'll work on this topic this week > > Thank you for your feedback, > > Laurent > > Le mer. 17 mars 2021 à 08:40, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >>

[nebula-dev] CDateTime: how to CSS style the toolbar of the date picker?

2021-03-17 Thread Matthias Paul Scholz
Hi all, Thanks to the efforts of Laurent, the CDateTime can be styled using the Eclipse CSS styling feature. :) However, there seems to be some gap still: I could not find a possibility to style the colors of the buttons and of the text in the toolbar of the date picker in graphical mode, .i.e.

Re: [nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-16 Thread Matthias Paul Scholz
Hallo Wim, Thanks for the proposal. I am aware of delayed databinding, but you might be interested to hear that I have found another workaround in the meantime: I have "slipped in" an intermediate model between the CDateTime instance and my wrapping widget. The model is hosted by a class derived

Re: [nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-15 Thread Matthias Paul Scholz
It depends on how you use the widget. CDateTime has many faces. When using > the widget in its simplest form, there is no concept of Enter or OK. So it > means that databinding has to be different based on the style of the > widget. > > [image: image.png] > > Cheers, > > Wim >

Re: [nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-15 Thread Matthias Paul Scholz
there is no concept of Enter or OK. So it > means that databinding has to be different based on the style of the > widget. > > [image: image.png] > > Cheers, > > Wim > > > > > On Mon, Mar 15, 2021 at 10:08 AM Matthias Paul Scholz < > matthias.pau

[nebula-dev] How to receive ok event only in CDateTime widget?

2021-03-15 Thread Matthias Paul Scholz
Hi all, For some years we have used the CDateTime widget in our RCP application which works quite good. :) However, we ran in some troubles lately: to get notion about changes the user made in the widget, we use the databinding proposed by Henno Vermeulen (see

Re: [nebula-dev] CDateTime: strange behavior on mouse wheel action

2020-08-20 Thread Matthias Paul Scholz
bug, I'll have a look then. > > Cheers, > > Laurent > > Le mer. 19 août 2020 à 11:27, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> Hi, >> >> I have noticed an (in my opinion strange) behavior of the CDateTime >> widget o

[nebula-dev] CDateTime: strange behavior on mouse wheel action

2020-08-19 Thread Matthias Paul Scholz
Hi, I have noticed an (in my opinion strange) behavior of the CDateTime widget on Windows when using the mouse wheel: On a view with multiple widgets, one of the them a CDateTime widget, I focus some other widget and subsequently move the mouse over the CDateTime widget (without focussing it);

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-23 Thread Matthias Paul Scholz
Very good news  >> Wim, is it possible to create another minor release of Nebula ? >> >> Have a nice day, >> >> Laurent >> >> Le mar. 21 juil. 2020 à 16:49, Matthias Paul Scholz < >> matthias.paul.sch...@gmail.com> a écrit : >> >

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-21 Thread Matthias Paul Scholz
've created a bug entry ( > https://bugs.eclipse.org/bugs/show_bug.cgi?id=565363) and I'll work on it. > > Thank you for your feedback, > > Laurent > > Le lun. 20 juil. 2020 à 10:11, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> Hi Laurent, >>

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-20 Thread Matthias Paul Scholz
gt; I've merged my PR, so I think you can give a try to the next snapshot. > > Cheers, > Laurent > > Le ven. 17 juil. 2020 à 16:49, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> I have tested the nebula snapshot from two hours ago (the on

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-17 Thread Matthias Paul Scholz
lipse.org/nebula/snapshot > > from > > https://www.eclipse.org/nebula/downloads.php > > > On Thu, Jul 16, 2020 at 9:31 AM Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Why, certainly. >> Just drop me a note when it's available. >

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-16 Thread Matthias Paul Scholz
>> Matthias, for the CLOCK_DISCRETE problem, can you please fill a bug ( >> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Nebula) and post a >> sample code. >> >> Regards, >> >> Laurent >> >> Le mer. 15 juil. 2020 à 16:42, Matthias

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-15 Thread Matthias Paul Scholz
.@gmail.com>: > >> Hi Matthias, >> >> We (Laurent) already fixed this. I will make an intermediate 2.4.1 >> release for this issue ASAP. >> >> In the meantime you may use the snapshot build. >> >> Cheers, >> >> Wim >> >> On Thu, Jul 9, 2020

Re: [nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-15 Thread Matthias Paul Scholz
2020 um 22:58 Uhr schrieb Wim Jongman : > Hi Matthias, > > We (Laurent) already fixed this. I will make an intermediate 2.4.1 release > for this issue ASAP. > > In the meantime you may use the snapshot build. > > Cheers, > > Wim > > On Thu, Jul 9, 2020, 4:51

[nebula-dev] NullPointerException with CDateTime (new in 2.4)

2020-07-09 Thread Matthias Paul Scholz
Thanks for the new release and in particular the theming support for various widgets! Sadly, when switching to the 2.4 in our application (without changing any code) I instantly ran into a NullPointerException in the CDateTime widget. Creating a CDateTime with new CDateTime(parent,

Re: [nebula-dev] Theming support in new widgets?

2020-03-02 Thread Matthias Paul Scholz
; Is it still ok for you ? > > Have a nice day, > > Laurent > > [1] = > https://github.com/eclipse/nebula/blob/master/widgets/tablecombo/org.eclipse.nebula.widgets.tablecombo.example.e4/css/default.css > > > Le lun. 24 févr. 2020 à 14:04, Matthias Paul Scholz < &g

Re: [nebula-dev] Theming support in new widgets?

2020-02-24 Thread Matthias Paul Scholz
in the sample app nor in the documentation - did I miss something? Best, MP Am Mo., 24. Feb. 2020 um 13:21 Uhr schrieb Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Hi Laurent, > > Thank you. > I will have a look this week. > > Best, > MP > > Am Fr., 2

Re: [nebula-dev] Theming support in new widgets?

2020-02-24 Thread Matthias Paul Scholz
the widget ;) > > Have a nice week-end, > > Laurent > > Le mar. 18 févr. 2020 à 11:19, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> a écrit : > >> Hi Laurent, >> >> Great. >> Just tell me when you need a test person. >> >> Best,

Re: [nebula-dev] Theming support in new widgets?

2020-02-18 Thread Matthias Paul Scholz
> If you can help me for testing, I can create plugins for TableCombo and > CDateTime that handle css properties. > > If you agree, I'll create entries in Bugzilla and work on it this week. > > Cheers, > > Laurent > > > Le lun. 17 févr. 2020 à 17:25, Matthias Paul Scholz

Re: [nebula-dev] Theming support in new widgets?

2020-02-17 Thread Matthias Paul Scholz
(like the dark mode in Eclipse) > > Can you tell what widgets cause problem in your application ? Or post a > screenshot if possible ? > > Thank you for your feedback, > > Laurent > > > Le lun. 17 févr. 2020 à 13:50, Matthias Paul Scholz < > matthias.paul.sch...@

[nebula-dev] Theming support in new widgets?

2020-02-17 Thread Matthias Paul Scholz
Hi all, I see a lot of new widgets being added to our beloved Nebula lately which is great! Yet, I wonder whether also support for theming is considered by the authors when creating the first release versions for them? Using a lot of the "classic" Nebula widgets in our RCP application (that

Re: [nebula-dev] New Widget for Nebula

2019-02-18 Thread Matthias Paul Scholz
Great! :) Besides, does it support Theming by css-properties? Am Mo., 18. Feb. 2019 um 17:31 Uhr schrieb Laurent Caron < laurent.ca...@gmail.com>: > Good afternoon > > I'd like to inform you that I've pushed a new widget to Nebula : *Password > Revealer* [1] > > This widget is an extension of

Re: [nebula-dev] CSS styling of CDateTime?

2019-01-01 Thread Matthias Paul Scholz
t; parents otherwise from its composite. > > > > Can you post a screenshot? CDateTime has many faces. > > > > Cheers, > > > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto: > nebula-dev-boun...@eclipse.org] *On Behalf Of *Matthias Paul Schol

Re: [nebula-dev] CSS styling of CDateTime?

2018-12-21 Thread Matthias Paul Scholz
lipse.org [mailto: > nebula-dev-boun...@eclipse.org] *On Behalf Of *Matthias Paul Scholz > *Sent:* Friday, 21 December 2018 10:03 > *To:* Nebula Dev > *Subject:* Re: [nebula-dev] CSS styling of CDateTime? > > > > Hi Wim, > > > > Thanks for the answer. > > >

Re: [nebula-dev] CSS styling of CDateTime?

2018-12-21 Thread Matthias Paul Scholz
t; > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto: > nebula-dev-boun...@eclipse.org] *On Behalf Of *Matthias Paul Scholz > *Sent:* Wednesday, 19 December 2018 15:50 > *To:* Nebula Dev > *Subject:* [nebula-dev] CSS styling of CDateTime? > > > > Hi, &g

[nebula-dev] CSS styling of CDateTime?

2018-12-19 Thread Matthias Paul Scholz
Hi, I am presently in the process of (Dark) theming our RCP application with CSS properties. The application also uses the CDateTime widget from Nebula. Works well for the other widgets in our application and for the background of the CDateTime widget; however, the color of the Labels in the

Re: [nebula-dev] Referendum to Move to Github

2018-07-13 Thread Matthias Paul Scholz
Can't one just disable issues for the GitHub repository at hand? https://help.github.com/articles/disabling-issues/ Am Fr., 13. Juli 2018 um 14:03 Uhr schrieb Mickael Istria < mist...@redhat.com>: > One important thing in this migration is that since it's not possible > AFAIK to disable issue

Re: [nebula-dev] Referendum to Move to Github

2018-07-13 Thread Matthias Paul Scholz
+1, yes, yea! After all that Gerrit horror: Give me Github or Give me Death! Am Fr., 13. Juli 2018 um 10:32 Uhr schrieb Wim Jongman < wim.jong...@gmail.com>: > Hello All, > > I am starting a vote to move to Github [1] or remain with Gerrit. > > *Who can vote* > If you have ever contributed code

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-28 Thread Matthias Paul Scholz
> > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ > eclipse.org] *On Behalf Of *Matthias Paul Scholz > *Sent:* Thursday, 17 May 2018 08:56 > > *To:* Nebula Dev > *Subject:* Re: [nebula-dev] CDateTime widget: no possibility to specify >

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-17 Thread Matthias Paul Scholz
t >> >> >> >> *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ecl >> ipse.org] *On Behalf Of *Matthias Paul Scholz >> *Sent:* Wednesday, 16 May 2018 16:49 >> >> *To:* Nebula Dev >> *Subject:* Re: [nebula-dev] CDateTime widget: no p

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-16 Thread Matthias Paul Scholz
Maybe I have used the wrong ssh URL? Which one do you use? 2018-05-16 16:47 GMT+02:00 Matthias Paul Scholz < matthias.paul.sch...@gmail.com>: > Actually, I did try both: > 1. Changing password as you proposed. > 2. Using an ssh key with an URL starting with ssh (as described in

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-16 Thread Matthias Paul Scholz
Resetting the Gerrit password or doing SSH? In case of > SSH then the url should also start with ssh. > > > > Cheers, > > > > Wim > > > > > > *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ > eclipse.org] *On Behalf Of *Matthias Paul Schol

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-16 Thread Matthias Paul Scholz
that one. > > > > I have switched to ssh mode in Gerrit to not use the password anymore. I > suggest you do the same. > > > > Cheers, > > > > Wim > > > > [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=531018 > > > > > > >

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-11 Thread Matthias Paul Scholz
ong...@remainsoftware.com>: > Hi Matthias, > > > > For that you just use your normal Eclipse password. > > > > Cheers, > > > > Wim > > > > *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ > eclipse.org] *On Behalf Of *Matthias Paul Sch

Re: [nebula-dev] CDateTime widget: no possibility to specify Realm in CDateTimeObservableValue

2018-05-10 Thread Matthias Paul Scholz
<wim.jong...@gmail.com>: > Hi Matthias, > > Please file an issue and a patch, I will merge it. > > Cheers, > > Wim > > > On Thu, Apr 12, 2018 at 10:13 AM, Matthias Paul Scholz < > matthias.paul.sch...@gmail.com> wrote: > >> Hi, >> >> I

Re: [nebula-dev] New widgets available on Nebula examples perspective?

2018-04-12 Thread Matthias Paul Scholz
the examples >> view. >> >> >> >> Cheers, >> >> >> >> Wim >> >> >> >> >> >> >> >> *From:* nebula-dev-boun...@eclipse.org [mailto:nebula-dev-bounces@ecl >> ipse.org] *On Behalf Of *Matthias Paul S

Re: [nebula-dev] Final days..

2018-03-19 Thread Matthias Paul Scholz
Sorry that I didn't find the time to work on the resolution (as originally intended). 2018-03-15 17:38 GMT+01:00 Wim Jongman <wim.jong...@gmail.com>: > Thanks, Matthias, I have reopened this. > > On Wed, Mar 14, 2018 at 1:26 PM, Matthias Paul Scholz < > matthias.paul.sc

Re: [nebula-dev] Final days..

2018-03-14 Thread Matthias Paul Scholz
I've noticed that Bug #514731 has been set to "Fixed" but I can't see any code that has been checked in for the actual resolution of the bug, only the test that reproduces it? 2018-03-13 12:15 GMT+01:00 Wim Jongman : > Dear Committers, > > We are running towards the finals

Re: [nebula-dev] Building Nebula

2018-02-12 Thread Matthias Paul Scholz
Hi Lars, The issue seems to arise from the fact that the top level container pom contains the two modules - releng/org.eclipse.nebula.nebula-release - releng/org.eclipse.nebula.nebula-incubation In both of these modules, the module ../../examples/org.eclipse.nebula.examples is referenced, which

Re: [jboss-user] [JNDI and Naming] - EJB 3.1 Global JNDI names

2010-05-11 Thread Matthias Paul Scholz
Matthias Paul Scholz [http://community.jboss.org/people/mpscholz] replied to the discussion EJB 3.1 Global JNDI names To view the discussion, visit: http://community.jboss.org/message/542309#542309 -- Looks like this didn't make

Re: [jboss-user] [JNDI and Naming] - EJB 3.1 Global JNDI names

2010-05-11 Thread Matthias Paul Scholz
Matthias Paul Scholz [http://community.jboss.org/people/mpscholz] replied to the discussion EJB 3.1 Global JNDI names To view the discussion, visit: http://community.jboss.org/message/542339#542339 -- The 3.1 spec defines portable

Re: [jboss-user] [JNDI and Naming] - EJB 3.1 Global JNDI names

2010-04-27 Thread Matthias Paul Scholz
Matthias Paul Scholz [http://community.jboss.org/people/mpscholz] replied to the discussion EJB 3.1 Global JNDI names To view the discussion, visit: http://community.jboss.org/message/539726#539726 -- As far as I can see, M2 neither

Re: [jboss-user] [JNDI and Naming] - EJB 3.1 Global JNDI names

2010-04-27 Thread Matthias Paul Scholz
Matthias Paul Scholz [http://community.jboss.org/people/mpscholz] replied to the discussion EJB 3.1 Global JNDI names To view the discussion, visit: http://community.jboss.org/message/539743#539743 -- Thanks. That's encouraging

[Lejos-discussion] Forum (was: LNP Ports)

2008-01-21 Thread Matthias Paul Scholz
Jeremy, Zitat von Jeremy Blair [EMAIL PROTECTED]: Secondly, is this the main discussion group for leJOS or has it moved to another location? Thanks for any help. As this mailing list has become another target of spam in the last months (which sourceforge obviously is not able or willing to

[mojo-user] FIT Maven Plugin does not work for more than one table

2007-07-03 Thread Matthias Paul Scholz
Hi, I'm trying to use the FIT Maven plugin. Everything works fine as long as I have just one table in an HTML input file (and consequently just one single fixture is triggered). Yet, when I have more than one table (and thus more than one fixture), the first fixture is run correctly, but the

Re: [Lejos-discussion] Web Designs for Lejos Web Site

2007-01-08 Thread Matthias Paul Scholz
Juan, looks great to me. Good job! /Matthias JAB wrote: Hi, I have updated my prototypes for new Lejos Website. http://www.esmeta.es user: lejos password: nxt Best Regards. Juan Antonio Breña Moral http://www.juanantonio.info

Re: [Lejos-discussion] Lejos IDE

2006-09-26 Thread Matthias Paul Scholz
will have to use the lejos command from the command line yet. Please direct questions regarding the plug-in itself to the plug-in's authors (Markus Heiden and Jochen Hiller), using this very list. Regards, Matthias Paul -Original Message- From: Matthias Paul Scholz Sent: Tue 9/5

Re: [Lejos-discussion] Programming lejos with NXT?

2006-09-20 Thread Matthias Paul Scholz
Juan, Juan Antonio Breña Moral [JAB] wrote: Then, using Lejos, only i can develop bots with icommand package. currently the best option is NBC, isnt true? Well, it depends what you want to do in your program(s) and what your background is. There are some NXT programming options available

Re: [Lejos-discussion] Lejos 3.0 RC1: Unable to load native libraries

2006-09-20 Thread Matthias Paul Scholz
, Magnus Matthias Paul Scholz wrote: Magnus, have you built the libraries on your machine (which is required for the linux distribution - see readme)? Cheers, Matthias Paul [EMAIL PROTECTED] wrote: Hi, I have successfully uploaded the lejos firmware onto the RCX 2.0 unit. Now

Re: [Lejos-discussion] Lejos3 and JCreator - problems with flags

2006-09-12 Thread Matthias Paul Scholz
Roger, As a matter of fact, it's already on my stack to look into this. As soon as I have found some spare time and have a solution, I'm going to give notice. Matthias Paul (slightly busy presently) Roger Glassey wrote: Hi Matthias, I see that the checkDistribution.bat contains call

Re: [Lejos-discussion] Lejos 3.0 JCreator

2006-08-30 Thread Matthias Paul Scholz
Roger, Bob, Roger Glassey wrote: Yes, I can compile and dowload Lejos 3 with JCreator. You are right, the bin files have different names. To my knowledge the java-based compile, link and download scripts have been contained in leJOS 2.1.0 already with the same names; however, the (even

Re: [Lejos-discussion] Humble request for the lejos.sourceforge.net page

2006-08-28 Thread Matthias Paul Scholz
Irv, thanks for pointing that out. As for the leJOS 3.0 release candidate, the distributions available for download are linked by the operating systems they support - here theere should ensue no uncertainty about Mac OSX not being supported, as there's no link provided (we tried to produce a

Re: [Lejos-discussion] netbeans

2006-08-28 Thread Matthias Paul Scholz
William, Presently, when you run lejosdl against an RCX without leJOS firmware, you will most likely get an RCX not responding error. So, in a manner of speaking, lejosdl notices that the firmware has not been downloaded to the RCX. But there's no error recovering in the sense of automatic

Re: [Lejos-discussion] Success -- lejos 2.1.0 running on OS X 10.4

2006-08-28 Thread Matthias Paul Scholz
Irv Levy wrote: Matthias, This weekend, with the help of several others, I've actually managed to use lejos 2.1.0 on Mac OS X 10.4.7 with Intel Core Duo. Great! I'll put together a set of explicit instructions that might be of use to others who are in the same situation.

Re: [Lejos-discussion] All's well that ends well: leJOS 3 for the RCX release candidate

2006-08-23 Thread Matthias Paul Scholz
Scott Scott Spencer wrote: Well, I guess I've missed those calls, or maybe the LeJOS Mac Community lies somewhere else, There has been a rather elaborate discussion conecerning this in February (if I recall correctly) on this list. but I think having LeJOS for Mac OS X is pretty

[Lejos-discussion] All's well that ends well: leJOS 3 for the RCX release candidate

2006-08-22 Thread Matthias Paul Scholz
All, Three and a half years after the last official release of leJOS and with Java support for the RCX's successor, the NXT, around the corner, time was due to incorporate the enhancements made to leJOS since December 2006 in a final and clean leJOS for RCX release, named lejos 3.0. Late, but

Re: [Lejos-discussion] trouble getting newer versions

2006-08-01 Thread Matthias Paul Scholz
Christine, The build (required for Linux only) is done using ANT (http://ant.apache.org/): the build.xml actually is an ANT build file. Changing into the build folder and running ant should do (well, I know, I've forgotten to add the Read.me file - am about to fix this presently). Do not

Re: [Lejos-discussion] Installing Lejos on Windows XP - bugs in lejos.exe and lejosc.exe ?

2006-07-31 Thread Matthias Paul Scholz
Morten, Morten H Pedersen wrote: So the problem might be a part of the C-based tools? Where can I find them in the CVS to try to find the problem? For 2.1.0, these files had been located in the tools folder. Yet, after the 2.1.0 release, the lejos file structure has been refactored

Re: [Lejos-discussion] Installing Lejos on Windows XP - bugs inlejos.exe and lejosc.exe ? Lejos 3.0?

2006-07-31 Thread Matthias Paul Scholz
Morten, - Original Message - From: Morten H Pedersen [EMAIL PROTECTED] To: lejos-discussion@lists.sourceforge.net Cc: [EMAIL PROTECTED] Sent: Monday, July 31, 2006 5:53 PM Subject: [Lejos-discussion] Installing Lejos on Windows XP - bugs inlejos.exe and lejosc.exe ? Lejos 3.0? Maybe

Re: [Lejos-discussion] Controlling NXT Through Java/Bluetooth

2006-07-30 Thread Matthias Paul Scholz
Brian, this sounds promising indeed. One question, yet: do you intend to make any changes to the codebase in leJOS' cvs already that refer to the NXT? Just asking, for I'd considered it useful if there were some discussions amongst the project's developers on the future on leJOS in respect to

Re: [Lejos-discussion] NXT info

2006-06-27 Thread Matthias Paul Scholz
Will, I take it that you are referring to the low-level driver layer info. For aught I know, this is expected to be provided by LEGO at best in August. Matthias - Original Message - From: William J. Rust [EMAIL PROTECTED] To: lejos-discussion@lists.sourceforge.net Sent: Tuesday, June

Re: [Lejos-discussion] Lejos for NXT

2006-06-20 Thread Matthias Paul Scholz
Roger, As Jürgen has pointed out already, LEGO is supposed to publish hardware descriptions and firmware just in August, and at a first glance it seems to be the most reasonable thing to wait until then. I'm not aware of the legal consequences of using pre-information outside of the MDP. Would

Re: [Lejos-discussion] Navigation API

2006-05-08 Thread Matthias Paul Scholz
Tom, sounds great! I should be decidedly interested in this for integration into leJOS 3. Do you have some examples how to use it and maybe even some unit tests? Thanks for your efforts. Regards, Matthias Paul Tom Denham wrote: I have been working on improvements to the RotationalNavigator

Re: [Lejos-discussion] Out with the old problems, in with the new! :-) (Tower error: write failure)

2006-04-27 Thread Matthias Paul Scholz
Matthias Paul Scholz wrote: Tripurari Volpe wrote: Well, I finally got the sample outstream stuff to compile and run (sorta)... but now I have a new problem. I compile and run the sample program samples/comms/outstream/Read.java, and run it on my PC. It works, up to a point. Specifically, when

Re: [Lejos-discussion] Out with the old problems, in with the new! :-) (Tower error: write failure)

2006-04-27 Thread Matthias Paul Scholz
default constructor and adapting the handlers. Thanks for hinting that bug. We are urgently in need for more integration tests, I take it. And no doubt for some kind of QA process between releases. Regards, Matthias Paul Matthias Paul Scholz schrieb: Tripurari, I've tried running

Re: [Lejos-discussion] About Speech Tutorial

2006-04-06 Thread Matthias Paul Scholz
Putu, Thanks for pointing that out. I'll amend the tutorial accordingly. Is anyone aware about an appropriate speech support out there? Cheers, Matthias Putu niki wrote: Dear Admin, In Tutorial Speech, what hardware need to connect to RCX, if i want to try this tutorial. The link

Re: [Lejos-discussion] Lejos 3.0 Release Notes?

2006-03-30 Thread Matthias Paul Scholz
John, the release notes for leJOS 3.0 are still in the making (remember that's a preview milestone yet). Changes laid down there so far are (may be a incomplete list still): - leJOS supports Lunix kernel 2.6 now - There has been a major restructuring and refactoring of leJOS' classes - The

Re: [Lejos-discussion] HOW USE THE LEJOS-GUI

2006-03-28 Thread Matthias Paul Scholz
Ciao Gianluigi, Have to admit that I never heard of ..what was the name? ...GUI LVI. Please have a look at http://www.lejos.org/utilities.html to get an overview over some available IDEs supporting leJOS. However, I think they have not been tested with leJOS 3 yet. Regards, Matthias Paul

[Lejos-discussion] Re: emu-lejos

2006-03-22 Thread Matthias Paul Scholz
Giaste, which version of leJOS are you running? I'd like to encourage you to use the leJOS 3 preview (if you don't do so already), available from http://www.matthias-paul-scholz.homepage.t-online.de/lejos/lejos3/index.html , as it (almost entirely) reflects the present cvs state , matches the

[Lejos-discussion] Visualizations of the leJOS source model

2006-02-24 Thread Matthias Paul Scholz
.. But it would be nice of you, if u could make rough diagrams/text just to explain the working... Thanking you !! -- Regards, Saptarshi PURKAYASTHA You Live by CHOICE, Not by CHANCE On 2/21/06, *Matthias Paul Scholz * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hallo Saptarshi

Re: [Lejos-discussion] Lejos 3.0.0 M3 for Linux and Windows

2006-02-13 Thread Matthias Paul Scholz
Hallo Peter, thanks for trying. Peter Milne wrote: [...] Thanks very much for posting this, works for me to HelloWorld level on Linux / FC4 with some small changes: a/ RCXTTY name not usb: export RCXTTY=/dev/lego0 # not usb Hm...usb works for me - however, I've already noticed from

Re: [Lejos-discussion] Patch for compiling lejos with gcc4

2006-02-06 Thread Matthias Paul Scholz
Hallo Alexandre, thanks for hinting that (I used gcc 3.3.4) - I'll add your patch. Regards, Matthias Alexandre Buisse wrote: Hi, the compilation of lejos failed with gcc-4.0.1 due to a warning that has been changed into an error in this version. Here comes a one-line patch to fix it. If

Re: [Lejos-discussion] build.properties file for mac development

2006-02-06 Thread Matthias Paul Scholz
Ah, thanks for the hint. I'm going to change the according property files (in lejos root and in release). Bill Dudney wrote: Hi All, I'm not sure if you'd rather see patches in email or on bug reports. This patch changes the build.properties file to have 'darwin' instead of 'osx' to match