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 - alan

Pages: [1] 2 3 4
1
Web Server - Ask For Help / Re: Menu issues in IE
« on: August 06, 2014, 02:46:22 AM »
Ok, I'll check it soon as I can and post the results.  Thanks

2
Web Server - Ask For Help / Re: Menu issues in IE
« on: August 04, 2014, 06:25:49 PM »
Bruce,

I reproduced it with example 2 - BasicWithMenu.  All I did was delete the xhtml in PageHeaderTag and add a menu item 'Another menu option'.  In IE you will see part of the 'n' is missing on the new menu option.

I have attached the app file - again - those are the mods I made to the application.

Since the app file is so small I just added .txt to upload it.

Thanks,

Alan

[attachment deleted by admin]

3
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]

4
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

5
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]

6
Web Server - Ask For Help / Re: Long Browse Looks Odd
« on: July 29, 2014, 01:19:36 AM »
Actually, I see this most clearly in this example:  On my Form, I have a hidden memory table browse and a checkbox.  When the checkbox is checked, I unhide the browse.

That works fine but, the footer doesn't reposition to accommodate the space required for the browse.

7
Web Server - Ask For Help / Re: Long Browse Looks Odd
« on: July 28, 2014, 04:32:51 PM »
Bruce,

I was searching the forum looking for an answer to this same problem.

I have a Form with several fields and several memory table browses.  The user may or may not insert records into the browses.

When records are inserted, the body extends down but the footer does not.  As a result, the body continues on down and the footer is displayed over whatever part of the body happens to be there.

There is no custom css on the footer and it has no position attributes.

It seems to me it's related to the body refreshing and the footer not refreshing?  Do I need to do something to force the entire form to refresh, including the footer?

Alan

8
Web Server - Ask For Help / Re: Static HTML IndexPage
« on: July 22, 2014, 05:29:16 PM »
Here's an example of how I include an html indexpage in the procedure's xhtml routine - it works great:

<!-- Net:PageHeaderTag -->
<!-- Net:f:IndexPageQuestionnaire.htm -->
<!-- Net:PageFooterTag -->

9
Bruce,
 My host app is basically the example 59 with some very minor tweaks.  So, I took the multisite host example (59) and added SelfService to it.  That app also refused to start as a service - with the same error.

But, starting them as regular exe's and then clicking the "Install & Start As Service" button did cause them to be installed as a service (they show up in Service Manager).  But, they fail to run.

Finally, I went back to my regular NT website app and added SelfService.  It installed and ran just fine using /iss.

It seems there is something in the multisite host app that just won't run as a service.  Perhaps it could be a Windows 8 issue?  It would be great if someone else would try adding SelfService to the example app (multisite host (59)) and running it as a service.


Using Windows 8.1, NT 8.18, SelfService 3.43, StringTheory 2.08, and WinEvent 3.86

10
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]

11
Web Server - Ask For Help / Re: Multisite Host - dll GPF - SOLVED
« on: July 17, 2014, 07:54:35 AM »
Bruce,

Thanks for helping me on the user group webinar.  For the benefit of anyone else with this problem, I'll post the solution here:

In the host app AND the dll app, make sure the prototype is as follows:

Webserver prototype:  (<NetWebServer pServer>),name('WebServer')
Webhandler prototype: (String p_String),Name('WebHandler')

Also, here is the link to a document that covers creating the multisite host:

 http://capesoft.com/docs/NetTalk8Compiling%20your%20own%20Multi.pdf


12
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]

13
Ok, thanks Stu

14
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.

15
Web Server - Ask For Help / Re: Priming - resolved
« on: July 14, 2014, 08:17:45 AM »
Ok, cool. I didn't realize memory forms were always in change mode.

I got the desired results by checking "Prime for change" and "Only if field is not already set".

Thanks Bruce

Pages: [1] 2 3 4