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.


Topics - alan

Pages: [1] 2
1
Web Server - Ask For Help / Menu issues in IE
« on: August 03, 2014, 01:33:58 PM »
Hi All,

Using C9 abd NT 8.18.

My app uses a double drop menu and works fine in Firefox and Chrome.  But, in Explorer (IE) the text of the menu items is being cut off.  ( see the attached jpg).  I have some css on the menu but the problem continues even when I disable that css.

It looks like an issue whereby IE isn't correctly setting the menu width.

I tried using css to extend the width of the menu items, but that extends all of them the same amount.

Any suggestions on how to fix this?

Thanks,

Alan

[attachment deleted by admin]

2
Hi All,

I'm sure the answer is obvious but I can't find it.  My app shows the NT8 icon on the browser's tab.  Where do I go to change this to my icon?

Thanks,

Alan

3
Web Server - Ask For Help / menu problem in ie 11
« on: August 02, 2014, 06:48:25 PM »
I'm using a double drop menu that works just fine in firefox and chrome.  But, in IE 11 it cuts off part of the text on menu items.  See the attached jpg.

I have some positioning css on the menu but when I remove that I still have this problem.

Has anyone else seen this - better yet, do you know how to fix it.

Thanks

Alan

[attachment deleted by admin]

4
Clarion 9.0, NT 8.18 SelfService 3.43

I have a couple website apps I can install and run as a service just fine.  But, when I try to run my mutltisite host app as a service I get the attached error. So, I changed one of my other apps to run as a service and it installed and started just fine.

I have administrator rights and the other app installed and started as a service just fine.

Suggestions?




[attachment deleted by admin]

5
Web Server - Ask For Help / Multisite Host - dll GPF
« on: July 16, 2014, 10:01:37 AM »
Using CW9.0, NT8.18 and all templates updated this morning

I'm using the multisite example app (59) and it compiles and runs fine.  And, my website app compiles and runs fine as a standalone exe.  But, when I compile it as a dll, the host app GPF's the instant it tries to reference the dll.

I made sure the Dynamic DLL Support checkbox is selected in the dll.  To compile the dll, I just changed the project output type to dll.  I can't find anything in the docs or webinars that indicates I need to do anything else.  (there's no embed code in the dll's webserver init embed and I removed the SelfService template. (Even bought GPFReporter to try to get some insight.  Nice tool, but I don't know how to read the log yet)

How about the the "This is part of a Multi-DLL application" checkboxes in the app dll.  Should those be checked on?  When I do that, I get all kinds of compile errors.

So, I'm fresh out of things to try and I'd sure appreciate some suggesitons.

Alan

[attachment deleted by admin]

6
Gurus,

I'm sure I'm overlooking something obvious but -  When I do a search like "multisite" on this forum, I get back pages and pages of results, with the actual matches expanded and highlighted but scattered among a whole bunch of topics that don't match.

How do I filter to only show the actual topics that match the search.

7
Web Server - Ask For Help / Priming
« on: July 11, 2014, 09:55:23 AM »
Hi Bruce,

I have two NetWebForms.  On one, priming works fine.  On the second, priming is not working.

One the form where it's not working, 'Prime for Insert' and 'Prime for Copy' are checked but Disabled.  I see no way to enable them.  Also, this form has 'User must be logged in' set.  That's the only differences I can see between the two forms.

Alan

8
Web Server - Ask For Help / CSS class disppears on logout
« on: July 11, 2014, 06:06:17 AM »
Hi Bruce,

I added a custom class in Webserver  \settings\styles\site tab.  It is in the Body Class field.   That field now reads 'tx-body nt-body'    instead of 'nt-body'.

This works fine when you first arrive at the site, when you login, and when you navigate to different pages. Firebug shows <body class="tx-body nt-body"> .

 But, when you logout and go to the LogoutPage, my 'tx-body' class disappears Firebug shows <body class="nt-body"> .

I can't find anyplace in the settings that makes this setting conditional.  Suggestions?

Alan

9
Web Server - Ask For Help / ERROR: Too many segdef in file:E,4000
« on: June 30, 2014, 12:53:13 AM »
Bruce,

I'm getting this error (ERROR: Too many segdef in file:E,4000) when I try to compile my NetTalk app.  You indicated on the user group that it could be caused by too many fields on a form (around 200 or more) - which is the case here.

The obvious solution is to break the form up into different procedures, but I really hate to do that.  Would compiling the data into a dll help with this Clarion limit.  Do you have any other suggestions?

Thanks

10
Web Server - Ask For Help / javascript error
« on: June 27, 2014, 02:38:19 AM »
Bruce,

I had this problem in an earlier version of NT so I just updated to 8.17 hoping whatever file is messed up would be replaced.  Unfortunately, the error it's still there.

I have not touched any of the .js files.  I think the error is related to my menu because it fires everytime I open a new page.

TypeError: $.browser is undefined
var lameIE = $.browser.msie && $.browser.version < 9;                          jquery.....js?c=1 (line 36)

TypeError: $.browser is undefined
if ($.browser.msie) {                                                                             netweb.js?c=1 (line 683)



11
Web Server - Ask For Help / <!--NET: tags
« on: June 27, 2014, 02:22:21 AM »
Bruce,

I seem to remember there is a <!--NET:xxx>    tag to insert the contents of a variable or a session value into a procedure's xhtml.  But, I can't find any mention of it in the excellent Developing Web Applications with NetTalk manual.

If I am correct, would you kindly refresh me on the syntax for those tags.

Thanks

12
Hi Bruce,

Using C9.0, NT 8.11 and Xfiles 2.52.

I'm following your webinar on webservices and trying to serve a .tps file.  The file includes a memo field which appears to be generating an error because, when I change the field to a string, the error disappears. Here's the documentation Example response:

<dbInvData_response>
  <InvData>
    <INV_USERID>value</INV_USERID>
    <INV_TABLE>value</INV_TABLE>
    <INV_ITEMNUM>value</INV_ITEMNUM>
    <INV_FIELD>value</INV_FIELD>
    <INV_IMPORTED>value</INV_IMPORTED>
    <INV_INPUT><![CDATA[value]]></INV_INPUT> <-----Bruce, this is the memo field
  </InvData>

       ........

INV_INPUT is the memo field. When I test with a GET in the browser, I get the following error:

XML Parsing Error: not well-formed
Location: http://127.0.0.1:88/dbInvData?sFirmId=value&sCaseId=value&sPassword=value
Line Number 305, Column 25:    <INV_INPUT><![CDATA[

If I return a View instead of the table, the "![CDATA{" isn't in the example but I still get the XML Parsing Error.

Is there a problem with memo fields in the webservice templates or is it me? (or both :)

Alan

13
Hi Bruce,

I want to create several related but separate sites.  I have been reading up on building a host exe with dll's for the related sites.  But, I also need to have a secure site that's related.

Can a link on the home page of a non-secure site send the user to a login screen on a secure site?  I'm guessing that, if its possible, it would open a new browser tab for the secure site?

Thanks,

Alan

14
Web Server - Ask For Help / Compile errors
« on: May 19, 2014, 08:46:34 AM »
Hi All,

I was having this problem before 8.11 but updating to 8.11 hasn't fixed it. ...using C9.0.

Compiling my wizarded app or any of the example apps, I get errors in NetWeb.Clw:

NetWebServerWorker.Sendstring  PROCEDURE (.....)
   self.SendString(p_DataString.FieldGetValuePtr(),p.....)   - No matching prototype
                                    - Unknown function label
                                    - Field not found: GETVALUEPTR

I'm getting the same error wherever SendString is called.

also getting the same errors for self._ParseSettings and other procedure calls.

I'm guessing it's not finding an include file but I don't know which one.

Thanks for any help

Alan

15
E-Mail - Ask For Help / Unresolved External errors
« on: February 06, 2014, 11:27:25 AM »
Hi Bruce, or whoever.....

Trying for the first time to use NetSimple Object to send an email.  Using NT 7.25, StringTheory 1.92 and C9.

The example Email Send jump start compiles just fine.  But, when I put a window with the NetSimple Object template in my app (including NetTalk and StringTheory global extensions), I get a bunch of Unresolved External errors.  Take the procedure template out and the errors go away.

I can't find anything in the documentation other than installing those three templates - obviously I missed something.  Suggesitons?

Thanks

Pages: [1] 2