Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Open Source Projects
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Open Source Projects The place to discuss Basic4ppc open source applications.


Personal Pocket PC Wiki


Reply
 
LinkBack Thread Tools Display Modes
  #51 (permalink)  
Old 08-15-2008, 01:59 PM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,770
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by klaus View Post
For what I know, it is not possible to check and uncheck a context menu item, otherwise I would have taken the function over. I don't know if with the Door library there would be a possibility
Yes
Code:
' obj1 is a Door library Object
obj1.Value=cxmenu.Value
obj1.Value = obj1.GetProperty("MenuItems")
obj1.Value = obj1.GetProperty2("Item", 1) ' 0 = first, 1 = second item
obj1.SetProperty("Checked", true)
Reply With Quote
  #52 (permalink)  
Old 08-16-2008, 07:32 AM
Senior Member
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 128
Send a message via MSN to tsteward
Default Minor Update

This fixes a couple of little things like:
  • Positions the recent wiki combo box on the screen where you can see it.
  • Fixes the ability to load another page inside a page - Syntax [^page name]
  • Fixes not being able to edit pages with spaces in the name.
Haven't got the checking of menu's working don't quit understand it
Attached Files
File Type: zip wiki.zip (10.6 KB, 5 views)
Reply With Quote
  #53 (permalink)  
Old 08-16-2008, 08:28 AM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Switzerland
Posts: 707
Awards Showcase
Beta Tester Competition Winner 
Total Awards: 2
Default

Hi Andrew,

I was shure that you would have a solution.

Works fine.

Thank you very much for your help.

Best regards.
__________________
Klaus
Switzerland
Reply With Quote
  #54 (permalink)  
Old 08-16-2008, 01:37 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Switzerland
Posts: 707
Awards Showcase
Beta Tester Competition Winner 
Total Awards: 2
Default

Some minor changes.

- Added agraham's routine for the checking of context menu items.
- Fullscreen works now on PPC

Needs to add the Door library !!!

Best regards.
Attached Files
File Type: sbp wiki.sbp (46.8 KB, 4 views)
__________________
Klaus
Switzerland
Reply With Quote
  #55 (permalink)  
Old 08-16-2008, 03:03 PM
Senior Member
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 128
Send a message via MSN to tsteward
Default

Quote:
Originally Posted by klaus View Post
Some minor changes.

- Added agraham's routine for the checking of context menu items.
- Fullscreen works now on PPC

Needs to add the Door library !!!

Best regards.
Hey thanks for that. I just love those little ticks. LOL

I have disabled fullscreen for the moment though as you can not mimimise the program and I keep it running in the background.

I may add it as a config option.
Reply With Quote
  #56 (permalink)  
Old 08-16-2008, 03:51 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Switzerland
Posts: 707
Awards Showcase
Beta Tester Competition Winner 
Total Awards: 2
Default

Here you are,

Added minimze button.

This works if you have a Task manager program like MagicButton, otherwise the icon is not shown on the todayscreen.

Best regards.
Attached Images
File Type: bmp btnMinimize0.bmp (822 Bytes, 7 views)
Attached Files
File Type: sbp wiki.sbp (47.7 KB, 1 views)
__________________
Klaus
Switzerland
Reply With Quote
  #57 (permalink)  
Old 08-17-2008, 12:21 AM
Senior Member
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 128
Send a message via MSN to tsteward
Default

Ok here we go again please download latest code from original post.

I have included a wiki with examples

Changes:
Version 0.50
  • Made Auto SIP configurable
  • Fixed carsh when table pipe was first character
  • Fixed exterlinks, not sure why they were commented out
  • Stopped too many line breaks spreading out the final display
  • Added warning to prevent choosing pictures from outside the wiki directory structure.
  • Added ability to resize images syntax [$imagename?100$] if you don't want it resized then [$imagename$]
  • Images can be left, right justified or centered by placing a space after the first dollar sign and or before the closing dollar sign
  • Re added checked menu so you can tell what wiki markup you are using.
Reply With Quote
  #58 (permalink)  
Old 08-19-2008, 01:01 PM
Knows the basics
 
Join Date: Jan 2008
Posts: 84
Default linking to a specific part of the page

I'm stumped on how to do this in the wiki program. One of tsteward's remaining features is to implement linking to a specific part of the page.

Example #1: The wiki markup language will look like this
Code:
[[help#bold][About bold font markup]]
Example #2: Which translates to HTML
Code:
<a href="help.htm#bold">About bold font markup</a>
The wiki parser reads the code in example #1 and produces something similar to example #2 (help.htm will be 'about:help#bold' since these are all local pages) The program builds a html string (similar to what you see when viewing a web page and click on "view source") and assigns that to the "DocumentText" property for the web browser library object that we are using.

There doesn't seem to be a way to make the page display as it would within a browser - that is to have the page jump to the section link. The navigate method didn't work for this application because these are local pages.

My question: how can section linking be implemented?
Reply With Quote
  #59 (permalink)  
Old 08-19-2008, 02:05 PM
Senior Member
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 128
Send a message via MSN to tsteward
Default

My latest additions are now uploaded, however the problems mentioned above by digitaldon37 still exist.

Version 0.52
  • Changed slash wiki markup for tables
  • Added Index lookup for current wiki
  • Form title now shows current wiki - current page
  • Fixed get between list items (insert break when it shouldn't)
  • Started a drawing section but it not finnished so I have disabled the menu for now.
Reply With Quote
  #60 (permalink)  
Old 08-20-2008, 02:02 PM
Senior Member
 
Join Date: Apr 2008
Location: Gosford NSW Australia
Posts: 128
Send a message via MSN to tsteward
Default

Updates aren't slowing down are they. Well I think they will now.

Latest changes:
homepageVersion 0.54
  • You can now insert your own drawing into wiki
  • when editing a page focus is automatically set
  • You can now search entire wiki
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Another Pocket Wiki digitaldon37 Open Source Projects 1 09-17-2008 11:01 AM
Written a Personal Wiki? tsteward Questions & Help Needed 3 08-01-2008 05:34 AM
Pocket Chess Database JamesC Share Your Creations 3 07-27-2008 05:07 AM
B4P Wiki meinewelle Questions & Help Needed 5 05-30-2008 07:55 AM
print class for pocket pc tanrikuluahmet Basic4ppc Wishlist 1 10-01-2007 10:10 AM


All times are GMT. The time now is 05:18 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0