FoxInCloud
FAS demo
Gravatar is a globally recognized avatar based on your email address. FAS demo
  Bennet Eze
  All
  Jan 31, 2017 @ 08:08am

I have checked all you asked me to check. I decided to try another computer and this ia what I got:

I do not know what else to do

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 31, 2017 @ 09:06am

I suspect you don't have 'static content' enabled

can you post your IIS configuration like in this picture (make sure to expand all nodes)

Gravatar is a globally recognized avatar based on your email address. FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 31, 2017 @ 11:01am

You are correct! 'Static Contents' is not enabled and that solved a major problem. The outline on the form is what is expected but the objects on the form are still wrongly rendered. The labels come after their corresponding textboxes instead of before. They are rendered horizontally instead of verticaly down the screen but I know this will not be problen for you people

For people who are new to iis and web It might be advisable to list all nodes to be checked in the Windows 'Progran and Features' screen not necessarily in a tree format. Immediately I saw your response I quickly search for static contents and enabled it.

Thanks for your assistance

Update: The buttons were so tiny and not functional. The text boxes were working but changes made there do not reflect in the table.

Bennet

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 31, 2017 @ 11:02am

can you post a screenshot with console pane visible?

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 31, 2017 @ 11:45am

Not much info on the console pane. The title of the form (The Trial Form) together with the buttons are places last.

Here is the console pane.

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 31, 2017 @ 12:37pm

the awDefault_*.css file is not read; the network pane will tell us why; make sure to display the full response including header

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 31, 2017 @ 01:19pm

The network pane is misbehaving. It is not showing all request ( shows 18 out of 41 requets) Meanwhile this is another console pane with more info:

Here is the response you want

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Feb 1, 2017 @ 12:48am

.css is there just like your own (text/css)

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Feb 1, 2017 @ 01:53am

so the problem should occur at your application level

can you check mime types at default web site > bnkTest level?

also please post the response headers in network pane

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Feb 1, 2017 @ 02:15am

I have checked the MIME type and it is ok. I dont know if this is what you want

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Feb 1, 2017 @ 02:31am

OK still fighting IIS…

Here the typical Response Headers for this resource (after clicking view source):

HTTP/1.1 200 OK
Content-Type: text/css
Content-Length: 1837
Content-Encoding: gzip
Last-Modified: Wed, 01 Feb 2017 10:24:47 GMT
Accept-Ranges: bytes
ETag: "80417d69757cd21:0"
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
Date: Wed, 01 Feb 2017 10:25:31 GMT

Most important for this issue are:

Content-Type: text/css
Content-Length: 1837

You need to find out which IIS setting removes these headers.

Do you receive these headers in the root site http://localhost/?

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Feb 1, 2017 @ 02:34am

which account does your application pool use?

IIS app pool ID

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Feb 1, 2017 @ 03:56am

Yes, those headers are in the root site.

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Feb 1, 2017 @ 05:08am

what is you app pool account?

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Feb 1, 2017 @ 06:13am

It is LocalSystem

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Feb 1, 2017 @ 07:27am

please pass you Team Viewer ID/PW by PM; thanks

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Feb 1, 2017 @ 08:09am

teanviewer ID = 335243859 teamviewer pw = 1y42zx

thanks

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Feb 1, 2017 @ 09:22am

It is LocalSystem

no, in fact it was 'applicationPoolIdentity', the worst setting

by TV we've fixed several issues, including a strange missetting on app's handler mapping: fallback handler was mapped to DefaultDocumentModule,DirectoryListingModule and not longer to StaticFileModule

what happened is that IIS served any static file requested in the app directory as the default document which, in this occurrence, is an empty file.

we've set it back to the default StaticFileModule,DefaultDocumentModule,DirectoryListingModule

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Feb 1, 2017 @ 09:35am

I just changed the identity to ApplcationPoolIdentity before you came online. It has always been LocalSystem. Those changes you made by adding or replacing the content with bnk... will they work for other projects? or did you revert them?

Thanks

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Feb 1, 2017 @ 09:42am

In other projects, you just need to check that the fallback handler is mapped to StaticFileModule,DefaultDocumentModule,DirectoryListingModule

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Feb 3, 2017 @ 03:15am

Good day Thierry

What will do to make the form close ? Thisform.release does not close it.

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Feb 3, 2017 @ 03:24am

hi bennet

yes it does, provided you have dodefault() in your .release() code; see:

modify class awfrm of aw method release
Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Feb 3, 2017 @ 05:14am

Sorry, Do I need to re-publish before any changes to source files takes effect

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Feb 3, 2017 @ 05:18am

surely not! publish is a one-shot process for creating programs, site, etc.

then you carry on your adaptations with or without the assistant

if you do many adaptations, make sure to do them on the original source files (not the test\ copy), otherwise you'll loose them any time you re-run FAA step 1 or 2

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Feb 3, 2017 @ 06:48am

I got this error message when I tried to close the form

I discovered that the adapter changed the DODEFAULT() to DO DEFAULTEXt()

Did I do anything wrong ?

Meanwhile the .png file now shows on the browser in step 3 (publish)

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Feb 3, 2017 @ 08:03am

can't see nowhere in code such modification being made;

FAA adds comments to anything it changes; do you have any?

Gravatar is a globally recognized avatar based on your email address. re: FAS demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Feb 3, 2017 @ 08:34am

I will check and get back to you

Thanks

© 1996-2024