Sticky header in responsive mode - Forum

Forum Navigation
You need to log in to create posts and topics.

Sticky header in responsive mode

How can we create a sticky header in responsive mode?

Please consider the attachment, I need the orange header to be sticky.

Uploaded files:
  • You need to login to have access to uploads.

Hi @asmat, please check the attached app.

Note that you have a sticky menu web component here:
https://components.visualneo.com/

Just in case you have not used web components before:
https://visualneo.com/forum/topic/how-to-use-the-new-web-component-manager

Regards.

Uploaded files:
  • You need to login to have access to uploads.
Vadim has reacted to this post.
Vadim

Thank you so much, Master Luis,

I tried to use the web-component-manager but the paste option is not active in my case.
Please see the attached file.

Uploaded files:
  • You need to login to have access to uploads.

@asmat the same problem you are facing have been reported more times but I'm unable to reproduce the issue here.
As the Web Component Manager is a very simple application only a few things may go wrong and it's probably read/write file permissions.
This is the VisualNEO Win code in the "From XML" button:

SearchStr "<?xml version" "[Clipboard]" "[result]" ""
If "[result]" "<>" "0"
  FileWrite "[MyDocuments]VisualNeoWeb\Components\temp.xml" "All" "[Clipboard]"
  asWcSetClipboardData "[MyDocuments]VisualNeoWeb\Components\temp.xml"
  SetVar "[message]" "Success!"
  Delay "3000"
  SetVar "[message]" ""
Else
  SetVar "[message]" "Error!"
  Delay "3000"
  SetVar "[message]" ""
EndIf

Would you be so kind to check your MyDocuments\VisualNeoWeb\Components\ folder and check if the temp.xml file is there?
Note that you can also download the component and load it later to the clipboard using the Load button.
Thank you!

Thank you, It works for me via the download and Load Button,

I checked the folder of Components but it was not created!

Uploaded files:
  • You need to login to have access to uploads.