![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm still trying to figure out a major design problem with Gecko. When the user selects and application in a list, it is then shown in a new form and the user can see it. Information include title, version, developer name, description and up to 3 screenshots.
I tried displaying it with the WebBrowser library but since it's based on PIE, it allows users to access their favorites and reach other websites. HTML was perfect but I didn't want imposed scrollbar sizes (20 pixels wide is better for the fingers!) and access to the PIE context menu. By using a panel, a scrollbar, a few labels, image controls and a TEXTBOX for the third control, it would add a scrollbar withing a scrollbar (textbox in panel), unless there is a way to resize a control based on the paragraph size. I like the "no borders" property of textboxex (havn't tried it yet). Anyone care to help me with this one? It pretty much halted development since I want to finish the core before adding new features. |
|
||||
|
I found this, it may be worth the reaading...
__________________
Paulo Gomes Porto, Portugal "The Past is nothing more than the constructions of a Present that was once called Future" Desktop PC: Currently NONE Mobile Device: QTEK S200, WinMo 6.5 Laptop: Toshiba NB100-130 DLL Version Listing |
|
|||
|
Quote:
-=edit=- added my 2 cents. Not sure if I got this correctly, You are using the webbrowser.dll and everything is to your liking, but the access to the context menu, and scroll bars? You might be able to use the dzHtmlView lib for this, you might need to tweak the html file a bit, but I think it could work the same With the exception of the context menu. Also I’m not sure if dzHtmlView accepts non-local html files, but this could be done through downloading (http.lib & binary.dll) the html file To a temp directory, and read it into a hidden field, next have dzHtmlView display the information…. That way you have full control over the data and not context menu. scrolling only shows if the text is too big for the area. -=edit2=- added an example. you could just use a txt file with some formatting (and use the DB2000 lib) that way you can populate more than 1 field. btw, the actual view works only on the device Last edited by Mr_Gee : 11-14-2008 at 04:24 PM. |
|
|||
|
Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|