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

Pages: [1] 2 3 ... 735
1
Hi Kurt,

my guess would be that it has a dependency (like MsSql or whatever) that's not listed in the dependencies list.
(AND /OR) that you have not set the service to run in the correct "account" - using the "services" account is trickier because of permissions.

Bruce


2
Web Server - Ask For Help / Re: Login window not centered
« on: April 17, 2024, 01:44:31 AM »
I've tweaked the styles for 14.21 to restore the old behavior.

3
Web Server - Ask For Help / Re: Download file from menu
« on: April 17, 2024, 01:34:50 AM »
I've experimented with a 200 meg file, and example 40, but it seems to work for me Sean.

4
The generator creates the CLW file.
If the generator fails to update the CLW file, then you'd see this issue.

The compiler compiles the CLW file into an OBJ.
If the compiler fails to compile the CLW then you'd see this issue.

The linker links the OBJ's into a DLL or EXE. If the linker fails to find the new OBJ, and uses an old one instead, then you'll see this issue.

Also - The Build Menu in the IDE has a "Clean solution" option, which removes OBJ's to force the compiler to remake them.

5
Web Server - Ask For Help / Re: Search field in the header
« on: April 15, 2024, 11:18:20 PM »
To go this way I'd likely experiment with making a small memory form with the search entry field and then include that in the header. Probably with a small "search" button.

6
I don't see this effect myself, but it's probably important to know which it is.
CLW or OBJ.

Cheers
Bruce

7
Web Server - Ask For Help / Re: API problem, NT 14.20
« on: April 15, 2024, 11:15:08 PM »
>> Should this fix my prefix issue?

yep.

>> Is the problem here because BCS_Status has only three characters before the underscore?

yep.


8
Web Server - Ask For Help / Re: Download file from menu
« on: April 10, 2024, 09:50:16 PM »
I'm away for a few days Sean, but will investigate on my return.

9
Web Server - Ask For Help / Re: API problem, NT 14.20
« on: April 10, 2024, 09:49:04 PM »
I bet it's the only field in the table that uses an underscore?

What's happening is that the engine is seeing the BCS_ part as a prefix, and removing it.
The solution is either to work with that, or tell it to stop.

The easiest way to tell it to stop is to set the MaxPrefixLength property for the JSON object to be 1,2 or 3. It defaults to 4, (including the separator) which is why it's seeing this. You could also change the separator character (which is being set to _ as I recall).

Bruce

10
Web Server - Ask For Help / Re: Download file from menu
« on: April 09, 2024, 08:45:22 PM »
The browser may appear to just hang, but perhaps it is downloading? see the downloading icon to see what's happening under there.

11
update to at least the latest NT12, or better yet, NT14.

Cheers
Bruce

12
>> However, I want to change some behavior of the app on mobile screen.

I think you need to define "mobile screen". Is my laptop mobile? is my 13" ipad?

>> I want to change the menu items - some so display and some not to display.  How does that  get done?

if you are basing the "mobileness" on resolution, then attach a css class to the menu item, and use css to set
display:none
when that resolution is met (ie with a media query).

Cheers
Bruce

13
Post a small example showing the affect and I can comment on what you might be doing wrong.

14
Web Server - Ask For Help / Re: API documentation
« on: March 28, 2024, 09:37:44 PM »
That's on the list. Or already in.

15
sure, post the example app showing the effect and i can check it out.

Pages: [1] 2 3 ... 735