Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    community site

    Hi,

    I would like to propose, that you create a place where developers can upload things like custom skins, custom components, translations, etc... and share them with others.

    I have started to create a js file containing texts from SmartClient translated into Polish using addProperties and addClassProperties like in:
    Code:
    RPCManager.addClassProperties({
      defaultPrompt: "Komunikacja z serwerem...",
      fetchDataPrompt: "Pobieranie danych z serwera...",
      timeoutErrorMessage: "Upłynął czas operacji."
    });
    I would like to show it public - maybe it would be useful to somebody except myself.

    Other possibility, that can be achieved much easier (I guess) is to improve this forum to allow us to attach files. This way you can create foras "Skins", "Components", etc. so we can dump our files there.

    What do you think of that idea?

    Best regards,
    Janusz
Working...
X