Jump to content

Recommended Posts

  • Moderators
Posted
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.

  • Moderators
Posted
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.

  • Moderators
Posted (edited)
44 minutes ago, SmoothGarlic said:

Not by me, still blurred

updatedgs and is there something different?

Edited by thisdp
  • Moderators
Posted
21 minutes ago, SmoothGarlic said:

Now it fixed, thank you man !

my pleasure. and thanks for your advice.

  • Moderators
Posted (edited)
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
  • Moderators
Posted
13 hours ago, SmoothGarlic said:

Something with the last update is wrong

https://imgur.com/a/Ymfdb  (no button, look debug)

 

/edit

I downgradet via github now it work again.

Delete colorSchemeLoad.txt, and updatedgs.

  • Moderators
Posted (edited)
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
  • Moderators
Posted
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 .

Posted

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 )

 

  • Moderators
Posted
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

  • Moderators
Posted

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.

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...