windows-mobile-6.1

IEMobile 7.11 with external Javascript?

好久不见. 提交于 2020-01-06 02:36:50
问题 I'm trying to work with a windows mobile 6.1 device running IEMobile 7.11 and I'm trying to load external javascript as such: <html> <head> <script type="text/javascript" src="js/alert.js"></script> </head> <body><?php echo('<pre>'); print_r($_SERVER); echo('</pre>'); ?></body> </html> alert.js looks like this: alert('this is included javascript'); Currently this is not appearing, however If i pull the javascript into the actual HTML page it works fine.. Is this a known issue with iemobile? I

Memory Leak with XmlDocument()

╄→гoц情女王★ 提交于 2019-12-23 22:39:20
问题 I believe I have memory leak with some of my code that uses the XmlDocument class. My program runs on a Windows 6.1.4 device (C#) and reads from a database on another server to see if any programs installed on the device need to be uninstalled and then reads from an XmlDocument to get the names of the programs that are uninstallable. The program then matches the lists and uninstalls accordingly, if necessary. This process is looped infinitely and runs in the background but what I'm noticing

Value does not fall within the expected range

浪子不回头ぞ 提交于 2019-12-09 14:07:09
问题 Error when trying to display the form designer. See picture of the error: Code of the screen: public partial class frmCanalVenda : frmEdit { public frmCanalVenda(CanalVenda canal, Cliente cli) : base(canal) { InitializeComponent(); bdsCliente.DataSource = cli; eabBar.ReadOnlyView = false; } private void frmCanalVenda_Load(object sender, EventArgs e) { try { Cursor.Current = Cursors.WaitCursor; bdsAgrupamento.DataSource = Agrupamento.GetAll(DatabaseAFV.Connection); bdsCanal.DataSource = Canal

Value does not fall within the expected range

烂漫一生 提交于 2019-12-03 22:23:23
Error when trying to display the form designer. See picture of the error: Code of the screen: public partial class frmCanalVenda : frmEdit { public frmCanalVenda(CanalVenda canal, Cliente cli) : base(canal) { InitializeComponent(); bdsCliente.DataSource = cli; eabBar.ReadOnlyView = false; } private void frmCanalVenda_Load(object sender, EventArgs e) { try { Cursor.Current = Cursors.WaitCursor; bdsAgrupamento.DataSource = Agrupamento.GetAll(DatabaseAFV.Connection); bdsCanal.DataSource = Canal.GetAll(DatabaseAFV.Connection); bdsSubCanal.DataSource = SubCanal.GetAll(DatabaseAFV.Connection);