<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JasonJPilot</id>
	<title>PyMOL Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JasonJPilot"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php/Special:Contributions/JasonJPilot"/>
	<updated>2026-05-11T13:39:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Category_talk:Plugins_Tutorial&amp;diff=4092</id>
		<title>Category talk:Plugins Tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Category_talk:Plugins_Tutorial&amp;diff=4092"/>
		<updated>2005-03-25T09:06:34Z</updated>

		<summary type="html">&lt;p&gt;JasonJPilot: /* Creating the Interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Creating the Interface===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
To avoid an error if the pdbCode returns &amp;quot;None&amp;quot; e.g. by pressing the cancle button in dialog popup,&lt;br /&gt;
use this changed part of program &lt;br /&gt;
!&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
 def fetchPDBDialog(app):&lt;br /&gt;
    pdbCode = tkSimpleDialog.askstring('PDB Loader Service',&lt;br /&gt;
                                       'Please enter a 4-digit pdb code:',&lt;br /&gt;
                                       parent=app.root)&lt;br /&gt;
    if pdbCode:         # to avoid an error when pdbCode returns None! (e.g. cancle button!)&lt;br /&gt;
      remote(pdbCode)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>JasonJPilot</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Category_talk:Plugins_Tutorial&amp;diff=4091</id>
		<title>Category talk:Plugins Tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Category_talk:Plugins_Tutorial&amp;diff=4091"/>
		<updated>2005-03-25T09:06:17Z</updated>

		<summary type="html">&lt;p&gt;JasonJPilot: /* Creating the Interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Creating the Interface===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
To avoid an error if the pdbCode returns 2None&amp;quot; e.g. by pressing the cancle button in dialog popup,&lt;br /&gt;
use this changed part of program &lt;br /&gt;
!&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
 def fetchPDBDialog(app):&lt;br /&gt;
    pdbCode = tkSimpleDialog.askstring('PDB Loader Service',&lt;br /&gt;
                                       'Please enter a 4-digit pdb code:',&lt;br /&gt;
                                       parent=app.root)&lt;br /&gt;
    if pdbCode:         # to avoid an error when pdbCode returns None! (e.g. cancle button!)&lt;br /&gt;
      remote(pdbCode)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>JasonJPilot</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Category_talk:Plugins_Tutorial&amp;diff=4090</id>
		<title>Category talk:Plugins Tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Category_talk:Plugins_Tutorial&amp;diff=4090"/>
		<updated>2005-03-25T09:05:52Z</updated>

		<summary type="html">&lt;p&gt;JasonJPilot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Creating the Interface===&lt;br /&gt;
Now we need to write the callback method, ''fetchPDBDialog'', which creates the interface.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
To avoid an error if the pdbCode returns 2None&amp;quot; e.g. by pressing the cancle button in dialog popup,&lt;br /&gt;
use this changed part of program &lt;br /&gt;
!&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
 def fetchPDBDialog(app):&lt;br /&gt;
    pdbCode = tkSimpleDialog.askstring('PDB Loader Service',&lt;br /&gt;
                                       'Please enter a 4-digit pdb code:',&lt;br /&gt;
                                       parent=app.root)&lt;br /&gt;
    if pdbCode:         # to avoid an error when pdbCode returns None! (e.g. cancle button!)&lt;br /&gt;
      remote(pdbCode)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>JasonJPilot</name></author>
	</entry>
</feed>