Jump to content

Recommended Posts

Posted

I want a Window that can be resized based on the html sent from the server.

For example sending the string "xWidth=200;xHeight=350" at the top of the htm would tell the client to open the NPC window with said proportions.

Anyone have this implemented?

  • Upvote 1
Posted

I want that too!

However, the issue is that it would require the creation of a new HTML-handling template within the Client's Interface itself. I've asked about this on a predominantly Russian forum and this was their answer. Do let us know if you find a way, the easier - the better! 😄

Posted
1 hour ago, redsky9 said:

I want a Window that can be resized based on the html sent from the server.

For example sending the string "xWidth=200;xHeight=350" at the top of the htm would tell the client to open the NPC window with said proportions.

Anyone have this implemented?

I send it for u in another topic about extra window... its the same method

Posted

I have made a bit of progress, where I was able to implement a quick and dirty way of resizing the window, but couldn't resize the other things needed for the window to look ok. It would take a few days more of diging in the code, but my C++/C# skills are more then dusty.

I was thinking, someone already had the code neccessary to quickly add this.

3 minutes ago, OMGzOMG said:

I send it for u in another topic about extra window... its the same method

Yes, thanks for that. It took me about half way, but there are still issues with dinamicly resizing the window.

Posted (edited)
13 minutes ago, redsky9 said:

I have made a bit of progress, where I was able to implement a quick and dirty way of resizing the window, but couldn't resize the other things needed for the window to look ok. It would take a few days more of diging in the code, but my C++/C# skills are more then dusty.

I was thinking, someone already had the code neccessary to quickly add this.

Yes, thanks for that. It took me about half way, but there are still issues with dinamicly resizing the window.

to resize everything just use "size_percent_width" in xdat on everything inside the window

Quote

local int Width, Height;

    ParseInt(param, "Width", Width);
    ParseInt(param, "Height", Height);


    if(Width > 0 && Height > 0)
        me.SetWindowSize(Width, Height);

https://imgur.com/KJVWOvc.jpg

Edited by OMGzOMG
Posted

Bad code. What happen if HTML tag  have no custom size params - window size 0, 0 or previous size? Window in interface don't destroying anfter closing. It's just hidding.

  • 3 weeks later...
Posted
On 1/24/2022 at 5:14 PM, Rootware said:

Bad code. What happen if HTML tag  have no custom size params - window size 0, 0 or previous size? Window in interface don't destroying anfter closing. It's just hidding.

I guess we would set some defaults and use those in case there is no size params in the HTML.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Buying Epics/ S Gear on Elixir Whisper me
    • Hello everyone, I am looking to purchase a Premium Lineage 2 High Five server pack. My main requirements are: Stability & Quality (Most Important): The pack must be highly stable with no system errors or major bugs. Custom Features: It must include ready-to-use custom features such as a fully functional Community Board, custom NPC Buffers, and Custom Item Sellers (GM Shops), etc. Complete Files: It is absolutely necessary that the full source code (src) and complete Geodata are included. If you are selling a pack that meets these criteria, please send me a PM or leave a reply with the following information: Brief details and key features of the pack Price Test server availability (I would like to test it before buying) Thank you!
    • L2jmobiusDevClon — Classic Interlude p110 Emulator L2jmobiusDevClon is actively developing a Lineage 2 Classic Interlude p110 emulator. Development is done in free time with a strong focus on: • Stability • Authentic Classic mechanics • Clean and optimized architecture The project is based on the L2jMobius source and is continuously evolving and improving. System Requirements: • Java 25 • MariaDB 12.0 • Client p110 Current Revision: 3.0 Development Status: Active Distribution: Free Official Website: https://www.l2jmobiusdevclon.pp.ua Discord Server: https://discord.gg/23a9S8g4Bn Contact: Telegram — @L2jmobiusDevClon Also available via private messages Project Goals: ✔ Improved stability ✔ Maximum Classic accuracy ✔ Core optimization We are currently looking for: • Testers • Server administrators Suggestions, bug reports, and ideas are always welcome. Contact us via: ✔ Discord ✔ Telegram ✔ Private Messages
    • i guess loading only the effects that are needed it will maybe work, like removing from reshade shader folder the ones that are not needed, depends on the pc also i guess, also limithing the game at 30fps can be better maybe
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..