-
Hi, do you remove the documentation?
I try to get it of sourceforge and I did'nt find it.
I hope for your answer
thxs in advance.
2009-05-27 16:09:53 UTC by antonbas
-
Hi Tomy,
we've just upgraded our development environment to use a newer JDK (1.6).
Now we get many warnings about unchecked operations in the area of YIComponent. Although this wasn't unexpected, I wonder if there will be a future release of tikeswing, that offers type safe operations.
Regards
Lars.
2009-04-01 14:09:04 UTC by ltuschinski
-
Hi tomi or everybody.
I have see that development about this project is stoped.
Somebody have seen to tomi?
If I want continue the development, how can I do that?
Or I can start a new project with the last source code!
2009-03-18 23:51:59 UTC by nach_ito
-
I would like to have one column in a table render as a YComboBox, rather than user-enterable text. I'm guessing it has something to do with defining editorClass in the YColumn constructor, but I cannot figure it out.
E.g., model has variable called "Segments", which is a collection of "Segment", each of which has a "WorkoutType". There are only a few valid...
2008-12-29 03:15:36 UTC by prescottbalch
-
Thanks for your prompt reply,
I have been developing Swing for the last 2 yrs & have been trying out diff ways of structuring the gui ,but i found the HMVC patterns works well. TikeSwing seems to have support for HMVC & changeHandler which is really good.
I would not need any training ...but would definitely get back to to you in case of any problems i find in doing things with...
2008-12-18 15:02:32 UTC by pavan1981
-
1. The first TikeSwing applicaton was deployed in production in Autumn 2005. Currently there are 21 applications using TikeSwing in the Finnish Ministry of Agriculture And Forestry. The ministry employees and also five vendors are using the framework.
Typical set up for the ministry application is TikeSwing (or JSF for web) client and on the server side WebLogic, Oracle, Hibernate, Spring.
2008-12-18 08:08:01 UTC by tomituomainen
-
It seems YList doesn't have any support for tracking unsaved changes like ytree / ytable ?.
2008-12-18 03:13:13 UTC by pavan1981
-
Hi Tomi,
I Accidentally came across an article on javaworld about tikeSwing ... the framework seems lightweight and solves most of the problems faced in developing swing apps. I wonder why the framework is not very popular, being so good and useful. I have a couple of queries before i can incorporate this framework in my company projects.
1: Since how long is the framework...
2008-12-17 15:16:18 UTC by pavan1981
-
why don't you send the event directly to the controller with the handleApplicationEvent method and then update the model (and the view using notifyObservers)?.
2008-09-11 21:52:53 UTC by h4rlock
-
Hi, I've looked at all the examples which show the Controller acting as a registered listener to the View. For example, the Button is clicked.. and MyYController.savButtonPressed(){...}, likewise the Model is a registered observer of the View.
What I would like is if the model is changed by an external piece of code in a background thread. Say, a JMS message is received and that's then set in...
2008-09-11 01:58:24 UTC by ahhughes