FX client
Moderators: North, BetaSteward, noxx, jeffwadsworth, JayDi, TheElk801, LevelX, CCGHQ Admins
Re: XMage-FX
by jdub1581 » 27 May 2014, 00:29
I have made a lot of progress over the past few days.
My current project is here: https://github.com/jdub1581/MageFX8
Currently I am trying to get the DeckEditor going. However, when I try to Query the card db i get an empty List.
Using:
Or if anyone can look at my source DeckEditorController.class and help out that would be appreciated.
My current project is here: https://github.com/jdub1581/MageFX8
Currently I am trying to get the DeckEditor going. However, when I try to Query the card db i get an empty List.
Using:
- Code: Select all
List<CardInfo> found = CardRepository.instance.findCards(cardCritera);
Or if anyone can look at my source DeckEditorController.class and help out that would be appreciated.
- jdub1581
- Posts: 8
- Joined: 21 May 2013, 02:38
- Has thanked: 0 time
- Been thanked: 0 time
Re: XMage-FX
by LevelX » 27 May 2014, 05:28
The DB change from SQLite to H2 comes to my mind.jdub1581 wrote:Did something change? I looked through current client source and it makes the same call(filtered but same).
https://github.com/magefree/mage/commit/d3046a9a0de2bbd4d0c0007234fa893ec7a84cdf
-
LevelX - DEVELOPER
- Posts: 1677
- Joined: 08 Dec 2011, 15:08
- Has thanked: 174 times
- Been thanked: 374 times
Re: XMage-FX
by jdub1581 » 27 May 2014, 06:35
I did a recent pull today as I saw the issue on groups... I added functionality after... Still no result, even though the 2 new databases are created. *.h2.mv.db and *.h2.trace.db
seems to be throwing an error somewhere... I say that because I added System.out before call and after
and unless the call is wrapped in a try/catch the System.out's dont print... so maybe an internal Exception catch is hanging it up? I really dont know.
Also I moved the call to LoadTableTask.class
seems to be throwing an error somewhere... I say that because I added System.out before call and after
and unless the call is wrapped in a try/catch the System.out's dont print... so maybe an internal Exception catch is hanging it up? I really dont know.
Also I moved the call to LoadTableTask.class
LevelX wrote:The DB change from SQLite to H2 comes to my mind.jdub1581 wrote:Did something change? I looked through current client source and it makes the same call(filtered but same).
https://github.com/magefree/mage/commit/d3046a9a0de2bbd4d0c0007234fa893ec7a84cdf
- jdub1581
- Posts: 8
- Joined: 21 May 2013, 02:38
- Has thanked: 0 time
- Been thanked: 0 time
Re: FX client
by jdub1581 » 29 May 2014, 03:15
Ok, think I got it... My cellValueFactory code did not like lamda's... once I took it out of a lamda things are now being populated...
- jdub1581
- Posts: 8
- Joined: 21 May 2013, 02:38
- Has thanked: 0 time
- Been thanked: 0 time
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests