From: Ian L. <dr...@gm...> - 2006-12-04 17:41:01
|
Heh, I didn't realize QT had that widget. :-) I think that will work well, I'll use that. By the way, we jumped from an average of about 80 downloads a day to over 600 downloads for today. I have no idea why, as the traffic usually comes right after releases, but I guess somebody linked to it on some high profile site. -Ian On 12/4/06, tony007 <sup...@go...> wrote: > Apologies if you know this stuff already, but... > > QTreeView or QTreeWidget is where I would start ( QTreeWidget is probably > easier to use, but less flexible in terms of the data model you use). You > can have sortable columns, icons ( not needed for this ) and you can > collapse/expand the items. > > tony > > btw. I don't know what's happening with those icons? Salim seems to have > disappeared of the face of the earth. Hopefully he'll get in contact soon... > > > On 04/12/06, Ian Larsen <dr...@gm...> wrote: > > That's a good idea, I like that a lot. Now I just have to see about > > implementing it... > > > > -Ian > > > > On 12/3/06, Ferry Hendrikx <fer...@gm...> wrote: > > > I agree that another window with the entire array would be overkill, > > > how about a simple compromise: we show the array, but only the last > > > index (and it's value) that were read/written from/to? > > > > > > For example: > > > > > > myarray[2] = 73 > > > > > > Or, we show more than one index/value pair for the array, but only the > > > 3 (?) most recently used ones? > > > > > > For example: > > > > > > myarray[2] = 73 > > > myarray[9] = 8 > > > myarray[1] = 22 > > > > > > Just some ideas... > > > > > > Cheers > > > > > > /Ferry > > > > > > > > > On 12/4/06, Ian Larsen <dr...@gm... > wrote: > > > > Ferry, > > > > > > > > Good catch on the for statement variables, I need to fix that. > > > > > > > > It doesn't work with arrays because I'm not sure how to show that in a > > > > table. Trying to show each element of a 1000 element array would make > > > > the table too large, I think. > > > > > > > > Matlab has a similar window called the "workspace" window, which shows > > > > arrays as something like this : > > > > > > > > array <2x2> > > > > > > > > And when you click on the <2x2> portion it opens a spreadsheet-type > > > > editor with all of the values filled in. I think that would be > > > > tremendous overkill for this project, but I can't think of any other > > > > way to do it. > > > > > > > > I'm open to any ideas on this one. > > > > > > > > -Ian > > > > > > > > > > > > On 12/3/06, Ferry Hendrikx <fer...@gm...> wrote: > > > > > Herzlich willkommen Immo. > > > > > > > > > > Ian, your variable watch addition is brilliant. It's a lot of fun > and > > > > > an excellent way to see what's happening. However, I noticed it > > > > > doesn't work with arrays or variables declared in a FOR statement. > See > > > > > arrays.kbs for an example. > > > > > > > > > > Cheers > > > > > > > > > > /Ferry > > > > > > > > > > On 12/2/06, Ian Larsen <dr...@gm...> wrote: > > > > > > Hello All, > > > > > > > > > > > > I'm preparing a new release for this weekend that will include our > > > > > > latest German translation and the variable watch window. I'm also > > > > > > going to be looking into setting up a nightly build process on > > > > > > Sourceforge so we can make snapshots of the subversion repository > > > > > > available. > > > > > > > > > > > > Also, please welcome Immo to the team, who is our German > translator. > > > > > > Immo, I've given you subversion access so you can get to the > latest > > > > > > translation file whenever you need to. We do all of our work in > the > > > > > > branches/devel directory, so that's where you'll find it. If you > need > > > > > > any help let me know. You can commit right to that directory. > > > > > > > > > > > > -Ian > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > > > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > > > > > > opinions on IT & business topics through brief surveys - and earn > cash > > > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > _______________________________________________ > > > > > > Kidbasic-devel mailing list > > > > > > Kid...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/kidbasic-devel > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys - and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Kidbasic-devel mailing list > > Kid...@li... > > > https://lists.sourceforge.net/lists/listinfo/kidbasic-devel > > > > |