Jump to content

xjonnie

Members
  • Posts

    9
  • Joined

  • Last visited

FileMaker Experience

  • Skill Level
    Novice
  • Application
    12 Advanced

Platform Environment

  • OS Platform
    Mac
  • OS Version
    snow leopard

xjonnie's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I have them downloaded from a while ago, thanks. I just followed a dead link and was reminded about what happened to it. On a search I get 64 references to a dead site... no where near as bad as dead links to filemaker itself. Thanks
  2. I did ask them quite a while ago... no response. I am in the US and not signed up but definitely getting served French.
  3. ModularFileMaker.org the one by Geist https://web.archive.org/web/20220128015821/http://www.modularfilemaker.org/ Shows last crawled 1-28-2022 Your link a French version?
  4. So on a quick search there seems to be NO mention anywhere of why it disappeared? Lots of dead links. There does not seem to be a "proper place to post this"
  5. Trying to make this cool timeline work with scriptmaster and a web viewer. http://www.simile-widgets.org/timeline/ Downloaded the libraries from here. Timeline Libraries v2.3.0 http://code.google.com/p/simile-widgets/downloads/detail?name=timeline_libraries_v2.3.0.zip&can=2&q= Here is a listing, but no jar files. I have not done much of anything with Java programming. Any hints or clues?? Thanks! CHANGES.txt LICENSE.txt README.txt timeline_ajax content history.html images bubble-arrow-point-down.png bubble-arrow-point-left.png bubble-arrow-point-right.png bubble-arrow-point-up.png bubble-bottom-left.png bubble-bottom-right.png bubble-bottom.png bubble-left.png bubble-right.png bubble-top-left.png bubble-top-right.png bubble-top.png close-button.png copy.png message-bottom-left.png message-bottom-right.png message-left.png message-right.png message-top-left.png message-top-right.png scripts signal.js simile-ajax-api.js simile-ajax-bundle.js styles timeline_js images blue-circle.png bubble-bottom-arrow.png bubble-bottom-left.png bubble-bottom-right.png bubble-bottom.png bubble-left-arrow.png bubble-left.png bubble-right-arrow.png bubble-right.png bubble-top-arrow.png bubble-top-left.png bubble-top-right.png bubble-top.png close-button.png copyright-vertical.png copyright.png dark-blue-circle.png dark-green-circle.png dark-red-circle.png dull-blue-circle.png dull-green-circle.png dull-red-circle.png gray-circle.png green-circle.png message-bottom-left.png message-bottom-right.png message-left.png message-right.png message-top-left.png message-top-right.png progress-running.gif red-circle.png top-bubble.png scripts l10n timeline-api.js timeline-bundle.css timeline-bundle.js
  6. Thanks Again! Have any code for a fixed field?? Some of the tables can actually have a blank for the date or spaces actually??
  7. Thanks! Im chewing on this, Doesnt compile at first glance. My eventual goal is to parse each date on the table to a field/record. Have an idea to read the page and extract the inputs. An automated way to add a page without going through the source manually. Something anyone one could setup.
  8. Thanks for your response! Dont have a sample. All I know is looking at the source http://aa.usno.navy..../RS_OneYear.php No api or info is provided. URLEncode a million times The code is from the sample in scriptmaster which suggests this is the way to add parameters. PostDataToURLxx( "FFX" ; "2" ; "http://aa.usno.navy.mil/cgi-bin/aa_rstablew.pl" )?? from the source Note: if I call with just I do get a response
  9. Need help with this function. The goal is to bypass the web form and load the resulting table direct to a field. Modified the PostDataToURL function to include the additional parameters, just hardcoded. The script returns ERROR. FM11 Adv, MAC Thanks in advance! Calling script. PostDataToURLxx( "FFX" ; "2" ; http://aa.usno.navy.mil/cgi-bin/aa_rstablew.pl ) Registration script. RegisterGroovy( "PostDataToURLxx( key ; value ; url )" ; "// Construct data¶ String data = URLEncoder.encode(key, \"UTF-8\") + \"=\" + URLEncoder.encode(value, \"UTF-8\");¶ // use something like the following to send multiple key/value pairs¶ data += \"&\" + URLEncoder.encode(xxy, \"UTF-8\") + \"=\" + URLEncoder.encode(2012, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(type, \"UTF-8\") + \"=\" + URLEncoder.encode(0, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(place, \"UTF-8\") + \"=\" + URLEncoder.encode(Sparta, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(xx0, \"UTF-8\") + \"=\" + URLEncoder.encode(-1, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(xx1, \"UTF-8\") + \"=\" + URLEncoder.encode(93, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(xx2, \"UTF-8\") + \"=\" + URLEncoder.encode(6, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(yy0, \"UTF-8\") + \"=\" + URLEncoder.encode(1, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(yy1, \"UTF-8\") + \"=\" + URLEncoder.encode(37, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(yy2, \"UTF-8\") + \"=\" + URLEncoder.encode(2, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(zz1, \"UTF-8\") + \"=\" + URLEncoder.encode(6, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(zz0, \"UTF-8\") + \"=\" + URLEncoder.encode(-1, \"UTF-8\");¶ data += \"&\" + URLEncoder.encode(ZZZ, \"UTF-8\") + \"=\" + URLEncoder.encode(END, \"UTF-8\")¶ ¶ // Send data¶ URL url = new URL(url);¶ URLConnection conn = url.openConnection();¶ conn.setDoOutput(true);¶ OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());¶ wr.write(data);¶ wr.flush();¶ ¶ // Get the response¶ String response = conn.getInputStream().getText(\"utf-8\");¶ wr.close();¶ return response;"; "isGui=false" ) = "ERROR" The website with the form. http://aa.usno.navy..../RS_OneYear.php Here is just the form from the source. <a name="formb"></a> <h3 style="color: red; border-top: 1px solid black; margin-top: 1em; padding-top: 1em;">Form B - Locations Worldwide</h3> <h2>Specify year, type of table, and place:</h2> <form method="post" target="_parent" action="http://aa.usno.navy....a_rstablew.pl"> <input type="hidden" name="FFX" value="2"> <p> <span class="bold"><label for="xxy_int">Year:</label></span>&nbsp;&nbsp;<input type="text" name="xxy" id="xxy_int" size="4" maxlength="4" value="2012"> <label for="tabtyb"><b>Type of table:</b></label> <select name="type" id="tabtyb"> <option selected value="0">sunrise/sunset</option> <option value="1">moonrise/moonset</option> <option value="2">civil twilight</option> <option value="3">nautical twilight</option> <option value="4">astronomical twilight</option> </select></p> <span class="bold"><label for="placeint">Place Name Label:</label></span> &nbsp; <input type="text" name="place" id="placeint" size="32" maxlength="32" value="(no name given)"> <p>The place name you enter above is merely a label for the table header; you can enter any identifier, or none (avoid using punctuation characters). The data will be calculated for the longitude and latitude you enter below. </p> <fieldset><legend><b>Longitude:</b></legend> <input type="radio" name="xx0" id="east" value="1"> <label for="east">east</label>&nbsp; <input type="radio" name="xx0" id="west" checked value="-1"> <label for="west">west</label>&nbsp; <input type="text" name="xx1" id="dego" size="3" maxlength="3" value=""> <label for="dego">degrees</label>&nbsp; <input type="text" name="xx2" id="mino" size="2" maxlength="2" value=""> <label for="mino">minutes</label>&nbsp; </fieldset> <fieldset><legend><b>Latitude:</b></legend> <input type="radio" name="yy0" id="north" checked value="1"> <label for="north">north</label>&nbsp; <input type="radio" name="yy0" id="south" value="-1"> <label for="south">south</label>&nbsp; <input type="text" name="yy1" id="dega" size="2" maxlength="2" value=""> <label for="dega">degrees</label>&nbsp; <input type="text" name="yy2" id="mina" size="2" maxlength="2" value=""> <label for="mina">minutes</label>&nbsp; </fieldset> <fieldset><legend><b>Time Zone:</b></legend> <input type="text" name="zz1" id="zhour" size="5" maxlength="5"> <label for="zhour">hours</label>&nbsp; <input type="radio" name="zz0" id="zeast" value="1"> <label for="zeast">east of Greenwich</label>&nbsp; <input type="radio" name="zz0" id="zwest" checked value="-1"> <label for="zwest">west of Greenwich</label> </fieldset> <p>For locations that require it, the time zone can be entered in hours and a fraction. For example, for locations in India, the time zone may be entered as 5.5 hours east of Greenwich. The time zone field can accommodate up to five characters.</p> Need coordinates?&nbsp; Try NGA's <a href="http://earth-info.ng...tml/index.html" target="blank">GEOnet Names Server (GNS)</a>. <br>Need U.S. coordinates?&nbsp; Try the USGS <a href="http://geonames.usgs...ls/gnispublic/" target="blank">Geographic Names Information System (GNIS)</a>. <br> Need a time zone?&nbsp; Try the <a href="faq/docs/world_tzones.php">time zone map</a>. <input type="hidden" name="ZZZ" value="END"> <p><input type="submit" value="Compute Table"> <input type="reset" value="Clear all fields"></p> </form>
×
×
  • Create New...

Important Information

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