Jump to content

asnaeb

Inactive Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Interests
    I PROMISE I WILL OBEY THE RULES

asnaeb's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. dev di 10.5, usernya di 10.2.2 -10.5 makasih bang infonya, ternyata di wxpython sama tkinter kalau di arcgis emang kayanya ga bisa pake close button window. terimakasih
  2. Ada yang pernah buat Arcgis python addin tapi untuk interface pakai Tk inter atau Wxpython atau Qt. Saya sudahcoba untuk Tkinter arcmap jadi crash, kalau pakai wxpython dialog ga bisa di close, jadi untuk interface sementara tetep pakai dialog arctoolbox, import arcpy import pythonaddins import wx class ToolClass2(object): """Implementation for DesignTool.tool (Tool)""" dlg= None def __init__(self): self.enabled = True self.shape = "NONE" self.cursor=3 def onMouseDownMap(self, x, y, button, shift): global laylist laylist=[] mxd=arcpy.mapping.MapDocument("CURRENT") for lyr in arcpy.mapping.ListLayers(mxd): laylist.append(lyr.name) del mxd if self.dlg is None: self.dlg = TestDialog() else: self.dlg.Show(True) return class TestDialog(wx.Frame): def __init__(self): wxStyle = wx.CAPTION | wx.RESIZE_BORDER | wx.MINIMIZE_BOX |wx.CLOSE_BOX | wx.SYSTEM_MENU | wx.CB_DROPDOWN wx.Frame.__init__(self, None, -1, "Main Menu", style=wxStyle, size=(330, 370)) self.SetMaxSize((330, 370)) self.SetMinSize((330, 370)) self.Bind(wx.EVT_CLOSE, self.OnClose) panel = wx.Panel(self, -1) wx.StaticText(panel, -1, "Choose Layer:", pos=(8,64)) self.LayerCombo = wx.ComboBox(panel, -1, value=laylist[1], pos=(180, 64), size=(120,21), choices=laylist) self.Bind(wx.EVT_BUTTON, self.OnSet, id=self.btnSet.GetId()) self.Show(True) def OnClose(self, event): self.Show(False) # self.Destroy() doesn't work def OnSet(self, event): Layerpath= str(self.LayerCombo.GetValue()) self.Show(False) app = wx.PySimpleApp() app.MainLoop() kalau ada share code samplenya dong, terimakasih
  3. geoserver + GDAL for ecw --> this is the fastest format by my experience
  4. i have been looking around in gisarea.com especially in RS-GIS Area Sharing Section, sometimes i found a programs/tutorial with many link (part by part). i think we can start to upload a torrent for any file, we can start with public torrent maybe we can upload in TPB or Kickass torrent, its look like more easy to share via p2p, single link and file can be eternal in internet (if have seeder). anyway sharing via p2p we can resume our donwload anytime. this is just a suggestion because some of book/program in RS-GIS Area Sharing is difficult to find.
  5. uhhh. i think this topic should be in Feedback and Introduction section sorry
  6. i have been looking around in gisarea.com especially in RS-GIS Area Sharing Section, sometimes i found a programs/tutorial with many link (part by part). i think we can start to upload a torrent for any file, we can start with public torrent maybe we can upload in TPB or Kickass torrent, its look like more easy to share via p2p, single link and file can be eternal in internet (if have seeder). anyway sharing via p2p we can resume our donwload anytime. this is just a suggestion because some of book/program in RS-GIS Area Sharing is difficult to find.
  7. Apakah ada kawan kawan disini yang bisa membantu baik tutorial maupun bimbingan dalam membuat aplikasi FMIS, kira-kira yang bagus menggunakan data base apa agar program dapat digunakan viewer shp, input data ke dbf, dan membuat print out, Thanks before
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.

Disable-Adblock.png

 

If you enjoy our contents, support us by Disable ads Blocker or add GIS-area to your ads blocker whitelist