Jump to content

Recommended Posts

  • Scripting Moderators
18 minutes ago, SmoothGarlic said:

Hi,

i hope my eyes aren't broken :D

When i look at this GUI i see a blure effect or something, can u fix that or how can i fix that ?

I use the updated version.

https://imgur.com/a/4rWPr

I will fix it after i return home. :D It seems that dx gui in render target will cause this problem.

Link to comment
  • Scripting Moderators
On 2017/11/23 at 05:47, SmoothGarlic said:

Hi,

i hope my eyes aren't broken :D

When i look at this GUI i see a blure effect or something, can u fix that or how can i fix that ?

I use the updated version.

https://imgur.com/a/4rWPr

updatedgs and you will find the problem solved.

Link to comment
  • Scripting Moderators
44 minutes ago, SmoothGarlic said:

Not by me, still blurred

updatedgs and is there something different?

Edited by thisdp
Link to comment
  • Scripting Moderators
2 hours ago, ahmedo01 said:

I wanna ask is there a sorting system in gridlist?

just table.sort

export table and sort it

 rowData = dgsDxGUIGetProperty(gridlist,"rowData")

table.sort(rowData,function(a,b) return a[1][1]>b[1][1] end)

dgsDxGUISetProperty(gridlist,"rowData",rowData)

Edited by thisdp
Link to comment
  • Scripting Moderators
4 hours ago, Taka said:

After last update. Deleting colorSchemeLoad did not help.

uz-NaPb-T2O182SXPgcQhA.png

Oh , I think it was my mistake.Sry for it and it will be fixed after 14 hours. Thanks for your report.

Edited by thisdp
  • Like 1
Link to comment
  • Scripting Moderators
5 minutes ago, anchor said:

i wonder how to create a grid like the calendar in the preview, it's really hard to set the position of the date

In the preview, I use scroll pane and button to realize .

  • Like 1
  • Thanks 1
Link to comment

i think onClientDgsDxComboBoxSelect 2nd params is not working properly now, it doesnt return selected item.

i got this bug after update the latest dgs

Spoiler

bug.gif

 

local qiw = DGS:dgsDxCreateComboBox(0.1, 0.3, 0.20, 0.04, true)
    DGS:dgsDxComboBoxAddItem( qiw, "1" )
    DGS:dgsDxComboBoxAddItem( qiw, "2" )
    DGS:dgsDxComboBoxAddItem( qiw, "3" )
    addEventHandler( "onClientDgsDxComboBoxSelect", qiw, function ( prev, current )
        outputChatBox( current )
    end )

 

Link to comment
  • Scripting Moderators
55 minutes ago, anchor said:

i think onClientDgsDxComboBoxSelect 2nd params is not working properly now, it doesnt return selected item.

i got this bug after update the latest dgs

  Reveal hidden contents

bug.gif

 


local qiw = DGS:dgsDxCreateComboBox(0.1, 0.3, 0.20, 0.04, true)
    DGS:dgsDxComboBoxAddItem( qiw, "1" )
    DGS:dgsDxComboBoxAddItem( qiw, "2" )
    DGS:dgsDxComboBoxAddItem( qiw, "3" )
    addEventHandler( "onClientDgsDxComboBoxSelect", qiw, function ( prev, current )
        outputChatBox( current )
    end )

 

I have exchanged the place between the two params

Link to comment
  • Scripting Moderators

I recommend you not to use this function, because it will be abandoned soon. In stead, it will be replaced by another function which have more options and functions.

Link to comment
  • Scripting Moderators

Sry everyone, I am so busy with my study these days. This project will slow down for several days. But I promise, when I came back, it will be a big update ( DGS Version 3.0 ) with a lot of new properties and functions.

  • Like 1
  • Thanks 2
  • Sad 2
Link to comment

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...