[rules-users] brms dropdown require three clicks to display content

2008-10-22 Thread djouki
All dropdown list require the user to click 3 times on the arrow before the content is displayed. A specific example would be when adding a condition to a rule and a pop-up provides the Fact and Condition type drop down lists. The first click gains focus on the widget, the second does nothing perc

Re: [rules-users] RHS start ruleflow not executing associated rules

2008-10-15 Thread djouki
As you suggested, I ran the faulty process directly. The error was based in part a misinterpretation of the AND split functionality. It was flowing through unmatching rules and terminating the process before other rules had completed. Resolved it with AND join. Kris Verlaenen wrote: > >> At

[rules-users] RHS start ruleflow not executing associated rules

2008-10-03 Thread djouki
env: fedora5, eclipse3.3, drools4.0.7. jdk1.5 I've created a ruleflow hierarchy where the execution of a rule associated with one ruleflow starts a second ruleflow. rule "Main - Entry" ruleflow-group "checkData" when exists Root(itemReq:itemRequest) then