|
Joined: Apr 2011
Posts: 292
Senior Member
|
Senior Member
Joined: Apr 2011
Posts: 292 |
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
Yes, but I probably won't remember when I might get to it... I meant here: http://tracker.batcom-it.net/view_all_bug_page.php
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: Apr 2011
Posts: 292
Senior Member
|
Senior Member
Joined: Apr 2011
Posts: 292 |
Ahhh yes, I will create an account and request it there. Thanks! for the info. 
|
|
|
|
Joined: Nov 2011
Posts: 175
Senior Member
|
Senior Member
Joined: Nov 2011
Posts: 175 |
Rene, many tnx friend, u are good coder, now r6320 with full load - images, icons, pcbs and etc etc - 5 sec.  Good job  And now: my old problem is again here - when start any game in embedded mode - not auto load in full size window mode, not safe window screen size. If I close it and reopen it should press the arrow in the upper right corner for max open window size. tnx 
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
The embedder code is fairly hacky, especially on Windows. I will try a different implementation with Qt 5 in the future, but I can't really change the situation in case of Qt 4...
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: Nov 2011
Posts: 175
Senior Member
|
Senior Member
Joined: Nov 2011
Posts: 175 |
No problem Rene, tnx for answer, for atm solution is independent mode 
Last edited by oddi; 11/16/14 02:00 PM.
|
|
|
|
Joined: Dec 2009
Posts: 351
Senior Member
|
Senior Member
Joined: Dec 2009
Posts: 351 |
Hi Nice work and here's another thing to ask for... If (Show Devices) is UNchecked could devices be ignored in the machine search results. because we don't want to show devices  E.G. try NES
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
Show/hide in game/machine lists, that is... the search ignores that. Again, there will be a reg-exp filtered view where you can filter out whatever you want.
The main reason why the search result ignores this is that there are devices which require ROMs, and you wouldn't even be able to *find* them otherwise (when devices are completely invisible).
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: Mar 2008
Posts: 1,049
Very Senior Member
|
OP
Very Senior Member
Joined: Mar 2008
Posts: 1,049 |
Rene, about templates... Any changes was made in the way which macros are called inside a javascript code? Thats because, for the long I remember, the code:
<script language="JavaScript">
if (localStorage['Shideravan/$EMULATOR_VARIANT$/SoftwareNotesTemplate/BackgroundMode2'] != 'none')
{
document.write("<table border=\"0\" cellspacing=\"0\" height=\"5\" width=\"100%\">");
supportCor();
document.write("<tr><td height=\"5\"></td></tr></tbody></table>");
document.write("<table border=\"0\" cellspacing=\"0\" valign=\"middle\" width=\"100%\" style=\"table-layout: fixed;\"><tbody><tr><td>$SOFTWARE_INFO$</td></tr></tbody></table>");
}
</script>
used to work properly, but now, that $SOFTWARE_INFO$ breaks the script... But if the $SOFTWARE_INFO$ is changed with any work text, the code works properly, thats why I think that the problem is with the way which QMC2 call $SOFTWARE_INFO$
"A user interface is like a joke. If you have to explain it, it's not that good."
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
The $SOFTWARE_INFO$ macro hasn't changed, only the way it's stored internally has changed (but that's true for ALL dat-info sources).
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
Forums9
Topics9,189
Posts120,340
Members5,044
|
Most Online1,283 Dec 21st, 2022
|
|
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!
|
|
|
|