Re: [opensource-dev] I could use a little help with boost and callbacks and stuff

2011-11-13 Thread Lance Corrimal
Am Sonntag, 13. November 2011 schrieb Jonathan Welch: > Did you try creating a new debug variable and linking it to your > xml file that defines the new UI element you have created? the ui element is doing fine, it's the "non-ui" class that I can't get to work with the buttons... I'm trying to

[opensource-dev] VD Build Page Hacking

2011-11-13 Thread Ricky
I finally got so annoyed with the build page that I decided to do some hacking on it. Turns out that the reason why it isn't displaying changesets or JIRA entries is because the JSON format was changed without correcting the Javascript. What's more, the JSON information doesn't have the needed da

Re: [opensource-dev] I could use a little help with boost and callbacks and stuff

2011-11-13 Thread Ricky
IIRC that _number thing has to do with iteration. The example code I gave in the email here passes one parameter (myParameter). I'm not as strong with Boost or the Standard Lib methods as I was a couple of months ago, but I don't recall there being a no-parameter version. The count of parameters