New topic: 

porting code from Xcode to real basic

<http://forums.realsoftware.com/viewtopic.php?t=41030>

         Page 1 of 1
   [ 3 posts ]                 Previous topic | Next topic          Author  
Message        joelee          Post subject: porting code from Xcode to real 
basicPosted: Sun Oct 16, 2011 10:59 pm                         
Joined: Sun Oct 02, 2011 9:15 pm
Posts: 1                Hi guys, im a Xcode developer, now porting some 
application from objective c to Real Studio.  Any have an idea about how i can 
create in real studio a similar left list than the feedback program?  When you 
have the topic, the list and some icons?.  Is a third party plugin or is a 
common list modified? 
thx   
                             Top                 JoeStrout          Post 
subject: Re: porting code from Xcode to real basicPosted: Mon Oct 17, 2011 9:10 
am                         
Joined: Fri Sep 16, 2011 5:23 pm
Posts: 15
Location: Ft. Collins, CO                I'm not sure exactly what list you're 
referring to.  But, from your description, I bet it's just a standard Listbox.  
Between CellBackgroundPaint and CellTextPaint, you can draw pretty much 
whatever you want in such a list.  The only thing you can't easily do is have 
different row heights; for that you'd have to make your own control (probably 
based on Canvas), or use a plugin.

HTH,
- Joe      
_________________

Joe Strout — Luminary Apps
custom desktop & mobile software  
                             Top                 wbgookin          Post 
subject: Re: porting code from Xcode to real basicPosted: Mon Oct 17, 2011 9:44 
am                         
Joined: Sat Aug 22, 2009 9:44 am
Posts: 256                Try Alex Restrepo's "Library Listbox" as a start if 
you'd like to make your own (free)...
http://homepage.mac.com/alexrestrepo/indexmain.html

I've also seen (but never used) FGSourceList (commercial).
http://www.madebyfiga.com/fgsourcelist/

Bill   
                             Top            Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 3 posts ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to