NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jtailleur

Pages: 1 [2] 3
16
Web Server - Ask For Help / Re: Records per Page
« on: January 26, 2012, 07:32:10 AM »
Very, very, slick.  :)

Exactly what I wanted; thanks Bruce.


Joe.

17
Web Server - Ask For Help / Re: 6.15 issue - JavaScript Error
« on: January 26, 2012, 06:43:42 AM »
Thanks Bruce.  Maybe I will just add a build event to move the folder.  In any case; now that I know what's happening, I can deal with it easily.  I wish I had more time to spend on this Nettalk project; but from what I can see so far, Nettalk is a spectacular product.  Much appreciated all the help you guys offer Bruce.


Joe.

18
Web Server - Ask For Help / Records per Page
« on: January 25, 2012, 04:00:36 PM »
Is there any way to set the records per page differently for mobile vs. normal browser mode?


Joe.

19
Web Server - Ask For Help / Re: 6.15 issue - JavaScript Error
« on: January 25, 2012, 03:55:11 PM »
Ah Ha!

I normally build into a sub folder under my project; and the "WEB" folder doesn't follow along.  Should it?  If I move the web folder from the project into the distrib subfolder everything works as it should. 

I will either have to build into the root folder of the project or manually move the web folder when it's updated.  Any way that can follow the Project output path?


Joe.

20
Web Server - Ask For Help / Re: 6.15 issue - JavaScript Error
« on: January 25, 2012, 07:16:05 AM »
Hi Bruce,

Here is the information from Firebug:

<!DOCTYPE html>
<html class="nt-html no-js">
<head>
<title>HDES</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link rel="stylesheet" href="/themes/redmond/jquery-ui.css">
<link rel="stylesheet" href="/styles/jquery-nt-color.css">
<link rel="stylesheet" href="/styles/jquery-nt-menu.css">
<link rel="stylesheet" href="/styles/jquery-nt-cal.css">
<link rel="stylesheet" href="/styles/netweb.css">
<link rel="stylesheet" href="/themes/redmond/nettalk-ui.css">
<link rel="stylesheet" href="/styles/Custom.Css">
<link rel="stylesheet" href="/themes/redmond/CustomT.Css">
<link rel="stylesheet" href="/styles/firefox.css">
<script type="text/javascript" src="/scripts/modernizr.custom.js">
<script type="text/javascript" src="/scripts/jquery-1.7.0.min.js">
<script type="text/javascript" src="/scripts/jquery-ui-1.8.17.custom.min.js">
<script type="text/javascript" src="/scripts/jquery.corners.js">
<script type="text/javascript" src="/scripts/jquery.form.js">
<script type="text/javascript" src="/scripts/jquery.nt-form.js">
<script type="text/javascript" src="/scripts/jquery.nt-menu.js">
<script type="text/javascript" src="/scripts/jquery.nt-wiz.js">
<script type="text/javascript" src="/scripts/jquery.metadata.js">
<script type="text/javascript" src="/scripts/jquery.nt-color.js">
<script type="text/javascript" src="/scripts/jquery.nt-dialog.js">
<script type="text/javascript" src="/scripts/netweb.js">
<script type="text/javascript" src="/scripts/jquery.nt-browse.js">
<script type="text/javascript" src="/scripts/jcanvas.js">
<script type="text/javascript" src="/scripts/jquery.nt-cal.js">
</head>
<body class="nt-body">
<div class="nt-body-div">
<div id="pageheadertag_div" class="nt-site-header-6 ui-widget-header ui-corner-top" data-role="header">
<div id="_busy" class="nt-busy" data-nt-busy="busy">
<div id="_ver616" class="nt-alert ui-state-error ui-corner-all">Error in site JavaScript</div>
<script>
<div id="alert_div" class="nt-width-99 nt-alert ui-state-error ui-corner-all ui-helper-hidden"></div>
<br>
Welcome to HDES Mobile
<br>
<br>
<div id="pagefootermenu_div" class="nt-site-header-1 ui-widget-header ui-corner-top" data-role="footer">
<div id="pagefootertag_div" class="nt-left nt-width-100 nt-site-footer" data-role="footer">
</div>
</body>
</html>

21
Web Server - Ask For Help / 6.15 issue - JavaScript Error
« on: January 19, 2012, 07:29:54 AM »
Hi there,

I just downloaded and installed Nettalk 6.15, and recompiled my web app (was on 6.14).  I had two errors appear on the first compile (the batch files didn't seem to run).  I re-downloaded and reinstalled 6.15, and then opened Clarion and my project back up, and recompiled, with no error messages.  However, when I browse to my webserver, I get a the following error.

"Error in site JavaScript"

The same site in 6.14 works fine (I have it running on a VM). 

I even tried manually running the bat files (CopyAll.Bat and GzipAll.Bat). 

I don't have "Combine common files" or "Serve pre-compressed files" on (checks are unmarked).

I did delete to recreate the buttons (after I had the issue).

This project compiled and worked fine a couple of days ago using NT 6.14, but now it's behaving badly.  Any thoughts would be appreciated.


Joe.

22
Web Server - Ask For Help / Re: 6.05 and Internet Explorer 9 and Mobile
« on: November 29, 2011, 08:07:41 AM »
Oh, the issues with Internet Explorer (just FYI for everyone else) is that under compatibility settings, I.E. was set to view "Intranet" sites in compatibility mode.  Once I toggled that check mark off; Internet Explorer now works.

23
Web Server - Ask For Help / Re: 6.05 and Internet Explorer 9 and Mobile
« on: November 29, 2011, 08:05:37 AM »
Thanks Bruce,

I went through and added my missing headers and made sure I did (or re-did) the rest of your suggestions.  It's definitely working better than it was.  It's not quite 100%; but it's getting very functional. I still have some issues in mobile mode; but I will await another build before I worry too much about it.  Right now this is a proof of concept project and I am quite thrilled about how functional it already is.  Now if I would just have won an iPad at CIDC I could be testing a tablet.  :)


Joe.

24
Web Server - Ask For Help / Re: 6.05 and Internet Explorer 9 and Mobile
« on: November 28, 2011, 03:27:07 PM »
Hi Bruce,

Just an FYI.  I took the example 3 (simple with login), and set it to "Mobile" in the Webhandler procedure.  I get the same behavior (no login button and nothing happens).

Joe.

25
Web Server - Ask For Help / Re: 6.05 and Internet Explorer 9 and Mobile
« on: November 28, 2011, 08:45:23 AM »
Hi Bruce,

The "User-Agent" string is as follows:

User-Agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.600 Mobile Safari/534.8+
Accept: text/html,application/xhtml+xml,application/xml,*/*;q=0.5
Accept-Language: en


Joe.

26
Web Server - Ask For Help / 6.05 and Internet Explorer 9 and Mobile
« on: November 25, 2011, 02:10:14 PM »
Weird situation.  I have a website I created using Nettalk 6.05.  When I go to my site using Google Chrome; everthing works as it should.

If I go to my site using Internet Explorer 9; I can login, but when I display my browses, I can't select a record (so I can't view or change it), the same is true when I try to go to the site with an iPhone 4S.  The login normally has a button to save (login); but it is missing from the mobile version so I can't even login from a mobile device.

I generated the base of the project with the NT Server App wizard.

Any thoughts on what I might be able to check?

Also, I have a Blackberry Torch (9800) and it is not being detected as a mobile device.  Any way for me to add it?


Joe.

27
Web Server - Ask For Help / Re: Geting "Error in site JavaScript"
« on: November 23, 2011, 08:24:49 AM »
>> I got the "Error in Site Javascript" with the busy animated GIF thingy...

you shouldn't get that - try a refresh. however if that doesn't work go to the WebServer Advanced tab and turn off the "compress and combine" options. Let me know if that changes anything.

Turning off the compress and combine options fixed Javascript error for me; thanks Bruce.


Joe.

28
Web Server - Ask For Help / Re: Geting "Error in site JavaScript"
« on: November 22, 2011, 01:17:40 PM »
Strangely; if I access my website using the localhost address (http:/127.0.0.1:88) I don't get the javascript error.  If I log in using my actual IP address (172.17.1.113:88) I get the javacript error.  Weird...

29
Web Server - Ask For Help / Re: Geting "Error in site JavaScript"
« on: November 22, 2011, 12:12:22 PM »
Same for me as well.  The NT5 site was working great; installed the upgrade, followed the docs, and now the main page gets a javascript error.  If I don't do the batfile update; the site complains it's out of date; but it works.  When I do run the batch file (great idea); the index page loads but I get the error and can't login.

30
Web Server - Ask For Help / Re: Multi-Row Browse and Search
« on: November 22, 2011, 06:22:58 AM »
Ok; thanks Bruce.

That will let me know what I can / can't do and plan accordingly.  Much appreciated.


Joe.

Pages: 1 [2] 3