Search found 11 matches

by Gauben
09 June 2025, 00:37
Forum: Developers
Topic: Stuck with a grey border around my image
Replies: 3
Views: 66

Re: Stuck with a grey border around my image

Fixed! Seems like making a 'div' instead of an 'img' got rid of it. Must have been an automatic border on the empty dojo created 'img' that was stuck there even if i added the real image with a css style after.
by Gauben
08 June 2025, 22:10
Forum: Developers
Topic: Stuck with a grey border around my image
Replies: 3
Views: 66

Re: Stuck with a grey border around my image

Yes I did, that's how I could see that this grey "line" was between the content and the padding, and not actually the border. I went through all the information and styles in the console and could not find where that grey border comes from.
by Gauben
08 June 2025, 19:10
Forum: Developers
Topic: Stuck with a grey border around my image
Replies: 3
Views: 66

Stuck with a grey border around my image

I'm sorry if this is an easy one but I can't find the answer anywhere. I was trying to get rid a grey border around my image and tried everything, I'm sure the reason is simple but I can't find it. I even changed my code to the one below to make an empty image and the grey border is still there. The...
by Gauben
07 May 2025, 23:34
Forum: Developers
Topic: updating player boards
Replies: 4
Views: 76

Re: updating player boards

Oh thanks, that was the issue, I was sending the old way I guess, switching to notif_scoreUpdate: function(notif) fixed my problem.
by Gauben
07 May 2025, 12:15
Forum: Developers
Topic: updating player boards
Replies: 4
Views: 76

Re: updating player boards

yes actually I was able to narrow on the issue. The console log shows that all the information is sent with the notif, but the information in the args are undefined. The issue seem to be how the information is structured inside the args.

Image
by Gauben
07 May 2025, 03:51
Forum: Developers
Topic: updating player boards
Replies: 4
Views: 76

updating player boards

I seem to be stuck and not able to update the player score on the board. I'm using the scoreCtrl but only when I refresh the page do the scores get updated. I'm receiving the notif with all the args but nothing after. Here are the codes I'm using. serverside: $newScores = $this->getCollectionFromDb(...
by Gauben
14 April 2025, 12:12
Forum: Developers
Topic: Refreshing Player Boards (Resolved)
Replies: 6
Views: 97

Re: Refreshing Player Boards (Resolved)

Yes I had all of those, everything else was working, my client was receiving the notification but since the updated quantity was missing from the server side notification, the client side handler could not refresh my quantity from the player board. Before that, my issue was also that I was not sendi...
by Gauben
14 April 2025, 03:07
Forum: Developers
Topic: Refreshing Player Boards (Resolved)
Replies: 6
Views: 97

Re: Refreshing Player Boards (Resolved)

I was able to fetch the information with getObjectListFromDB()
Thanks!
by Gauben
14 April 2025, 02:21
Forum: Developers
Topic: Refreshing Player Boards (Resolved)
Replies: 6
Views: 97

Re: Refreshing Player Boards

Ok so the issue is that I cant find a way to send the updated quantity associated with the ingredient in the notification, no matter how I try to fetch it. Here is the code if ($ingr && isset(self::INGREDIENTS[$ingr])) { $dbColumn = self::INGREDIENTS[$ingr]['db_column']; $sql = "UPDATE ...
by Gauben
14 April 2025, 01:32
Forum: Developers
Topic: Refreshing Player Boards (Resolved)
Replies: 6
Views: 97

Re: Refreshing Player Boards

Thanks, I'm tracking my notification step by step to see where the issue occurs, it seems like the notification is sent and received, but the information in it is undefined. Gonna come back for help with more information if I can't figure it out alone. Thanks again!

Go to advanced search