OK, I'll try the tree widget then... thanks... Nathan Ingersoll said: > The table widget needs some updating. It doesn't correctly > setup it's > sizing, so if the tree widget is an option for you, I'd > recommend trying > that. It needs more work too, but it is a better supported > widget right now. > > On 9/5/05, Paulo Matos <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> >> I'm developing a E17 app in C++ with EWL and EDB and I'm >> having >> some problems with EWL. >> >> I need to have a graphical list of n labels vertically >> aligned >> and I could do it in 2 ways. I could go for a tree with n >> children but no sub-children (flat tree?) or a 1 column >> table. I >> went with the 1-column table... >> >> But for some reason the table shows up in the middle of the >> border instead of showing up on the top. And for some other >> reason the border displays the border label but does not >> displays >> the border at all... >> >> Here's the textual pic of what happens >> >> ----------------------------------- >> | | >> | Border1 | >> | | >> | | >> | ------------------------------ | >> | | Table Header | | >> | ------------------------------ | >> | row1 | >> | | >> | row2 | >> | | >> | row3 | >> | | >> |---------------------------------| >> >> >> And there's a huge spacing between the text widgets (rows of >> the >> table)... :( >> >> Any ideas on how to solve/improve this issues? >> >> Another question... does EFL provide any wrapper to dlopen >> along >> the lines of libltdl or would this be the way to go? >> >> Cheers, >> >> -- >> Paulo Jorge Matos - pocm at sat inesc-id pt >> Software and Computer Eng. >> Web : http://sat.inesc-id.pt/~pocm >> INESC-ID - SAT Group >> >> >> ------------------------------------------------------- >> SF.Net email is Sponsored by the Better Software Conference & >> EXPO >> September 19-22, 2005 * San Francisco, CA * Development >> Lifecycle >> Practices >> Agile & Plan-Driven Development * Managing Projects & Teams * >> Testing & QA >> Security * Process Improvement & Measurement * >> http://www.sqe.com/bsce5sf >> _______________________________________________ >> enlightenment-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> >
-- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Computer and Software Engineering INESC-ID - SAT Group ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
