Jump to content

thisdp

Moderators
  • Posts

    535
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by thisdp

  1. Thanks for your supports
  2. property: "arrowColor" {arrowColorNormal, arrowColorHover, arrowColorClick} "cursorColor" {cursorColorNormal, cursorColorHover, cursorColorClick} "troughColor" troughColor See Core/scrollbar.lua
  3. fixed
  4. thanks for reporting it's a bug and has been discovered by you:D
  5. https://wiki.multitheftauto.com/wiki/SetNearClipDistance
  6. dx function is still limited compared with html
  7. Amazing! Everything is cool! Good job!
  8. Oh, the BUG is too big
  9. dgsLabel = dgsCreateLabel(100,100,200,10,"#00FFFFHello #FF0000World",false) dgsSetProperty(dgsLabel,"colorcoded",true) Before this, you need to be a user of DGS
  10. Update DGS to 3.37 Now DGS Supports OOP !
  11. it is a button updatedgs and then you can use dgsWindowGetCloseButton
  12. Glad to hear you fixed the bug
  13. ah.. the 7th argument of dgsCreateButton is parent.. row color: dgsGridListSetItemColor show your code, grid list works fine in my code
  14. guiGridListInterRowAfter(gridlist,index) you can do the same thing by dgsGridListAddRow(gridlist,index-1) https://wiki.multitheftauto.com/wiki/DgsGridListAddRow
  15. "column" is not defined in the function "testing". Because of "local" which makes variable "column" only defined in clientsideResourceStart
  16. DGS download support is suspended on my server, please go to github instead. Update system working well with github, so don't be worry.
  17. Good idea, but i need extra spare time first.
  18. Cool bro! It is really a big hit! Really a server of high quality. Good Luck!
  19. requestBrowserDomains https://wiki.multitheftauto.com/wiki/RequestBrowserDomains
  20. cant, use a dx lib instead
×
×
  • Create New...