Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kent79

Pages: 1 2 3 [4] 5 6 ... 57
46
I would like to set different value of row and col in Grid Theme while in different filter. Below code is my part of cocept. My question is, how to redraw the grid while changing the filter? I don't know the code to complete my task. Any one can help me? Thanks. 

Code: [Select]
function display_transitions( ttype, var, ttime ) {
 switch ( ttype ) {
case Transition.ToNewList:

if (fe.list.filter_index = 0){
rows = 4;
cols = 4;
                redraw grid()
}

if (fe.list.filter_index = 1){
rows = 2;
cols = 2;
                 redraw grid()
}

if (fe.list.filter_index = 2){
rows = 3;
cols = 3;
                 redraw grid()
}
}

47
Update to verson 3.21
- fixed reset screen saver timer


48
Update to verson 3.20

- UI adjustment

49
Update to version 3.19

remove language selection (no longer use) in screen saver layout

50
I find out there is a bug on version 2.6.2. The image can't not display correctly in grid in sometimes. We advise you don't upgrade am version in this moment

51
General / Bugs of version 2.6.2
« on: February 24, 2022, 03:27:04 PM »
I would like to open a post to collection bugs report. Below is my finding

1. segmentation fault on romlist generation
2. It can't display image in grid correctly in sometimes. I think it may be a bugs on image cache of AM new function


52
General / Re: segmentation fault on romlist generation
« on: February 24, 2022, 02:30:00 PM »
Just download it from the main AM page not the git hub page.

http://attractmode.org/download.html

You don't have to compile anything, that is for nightly builds

Regards

Mark

I have same as problem. I think it is a bug of version 2.6.2

53
Update to version 3.18
- adjument filter bar text to align to Centre


54
Scripting / Re: is it possible to check video artwork file exist or not
« on: February 23, 2022, 02:09:13 AM »
Thank you all support  :)

55
General / Re: Arch Linux Can't install Attractmode build issues.
« on: February 22, 2022, 03:37:24 PM »
The new version of AM 2.6.2 is just out. You may try again  ;)

56
I have tested this theme in AM 2.6.2. It works fine.  :)

57
Update to version 3.17
- fixed starting incorrect game

58
Update to verson 3.16
- clean up the code

59
Update to verson 3.15

- overview header adjustment, now displaying full name

60
Update to verson 3.14
- Game overview infomation text  align to TopCentre;

Pages: 1 2 3 [4] 5 6 ... 57