Changes between Version 4 and Version 5 of CodeSamples/ASP.Net/ScribbleApp


Ignore:
Timestamp:
Nov 21, 2007, 11:05:40 AM (16 years ago)
Author:
jbirch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeSamples/ASP.Net/ScribbleApp

    v4 v5  
    2222
    2323Here is the platform information:
    24       MapGuide Open Source 1.1
    25       Windows XP
    26       Windows Server 2003
    27       .Net Framework 2.0
    28       Visual Studio 2005
    29       ASP.NET Ajax 1.0
    30       ASP.NET 1.0 AjaxControlToolkit - http://www.codeplex.com/
     24 * !MapGuide Open Source 1.1
     25 * Windows XP or Windows Server 2003
     26 * .Net Framework 2.0
     27 * Visual Studio 2005
     28 * ASP.NET Ajax 1.0
     29 * ASP.NET 1.0 !AjaxControlToolkit - http://www.codeplex.com/
    3130
    32 I also borrowed extensively from the “gt” MGOS sample application. Easily said that this was the starting point for the geometry portion of this application.
     31I also borrowed extensively from the "gt" MGOS sample application. Easily said that this was the starting point for the geometry portion of this application.
    3332 
    3433== Notes ==
     
    4847}}}
    4948
    50 This then explains the “parent.parent.parent.mapFrame” references within the javascript.
     49This then explains the "parent.parent.parent.mapFrame" references within the javascript.
    5150
    5251Needless to say you may do what you wish. (As an aside, I actually have 4 separate applications in 4 tabpanels all interacting with the map).
     
    8786
    8887Drop these dll’s into your applications bin directory, make your references to them and start “using”
     88{{{
    8989using java.io;
    9090using ikvm.lang;
     
    9292using com.lowagie.text.pdf;
    9393using com.lowagie.text.pdf.codec;
     94}}}
    9495
    9596=== Getting Started with Scribble ===