|
Re: Reading .msg files
I think postie can read .msg files
http://infradig.com/postie.html
Rob
I think postie can read .msg files
http://infradig.com/postie.html
Rob
|
By
Rob Westland
·
#185033
·
|
|
Re: Android 7 / ZBar
this is worth a try then - thanks
this is worth a try then - thanks
|
By
Tim Downie
·
#185032
·
|
|
Re: Android 7 / ZBar
Hi Tim,
We are running our app with zbar on Android 7 and it works.
The only difference that I can see is I am building using SDK 21.
Regards
Jordan
Kind Regards
Jordan Slappendel
PO Box 1186,
Hi Tim,
We are running our app with zbar on Android 7 and it works.
The only difference that I can see is I am building using SDK 21.
Regards
Jordan
Kind Regards
Jordan Slappendel
PO Box 1186,
|
By
Jordan Slappendel
·
#185031
·
|
|
Android 7 / ZBar
Hi
So i have a nice android app in magic3.2a client is happy.
Have added in the Zbar to scan and look up data client is even happier.....
Client = not happy - to find on Android 7 the apk will
Hi
So i have a nice android app in magic3.2a client is happy.
Have added in the Zbar to scan and look up data client is even happier.....
Client = not happy - to find on Android 7 the apk will
|
By
Tim Downie
·
#185030
·
|
|
Re: User id on bottom line of Magic window.
Had to add System.Drawing to the CRR list to make it work
Wes
--
Annual Reporting Help!
Annual Report Resources | BIAS Annual Report Program (Workshops)
Wes Hein
President - Director Of Product
Had to add System.Drawing to the CRR list to make it work
Wes
--
Annual Reporting Help!
Annual Report Resources | BIAS Annual Report Program (Workshops)
Wes Hein
President - Director Of Product
|
By
Wes Hein
·
#185029
·
|
|
Reading .msg files
Hi,
I have a whole bunch of Outlook .msg files that I need to read and then extract some data from. Has anyone done this or even if it possible?
Thanks in anticipation.
Graham
Hi,
I have a whole bunch of Outlook .msg files that I need to read and then extract some data from. Has anyone done this or even if it possible?
Thanks in anticipation.
Graham
|
By
Graham White
·
#185028
·
|
|
Re: User id on bottom line of Magic window.
I didn't need to point to any assembly ... Frederick's excellent example just checks if the existing status bar is Magic's.
The one thing I haven't figured out though is how to ADD the new item. Mine
I didn't need to point to any assembly ... Frederick's excellent example just checks if the existing status bar is Magic's.
The one thing I haven't figured out though is how to ADD the new item. Mine
|
By
Heidi Schuppenhauer
·
#185027
·
|
|
Re: User id on bottom line of Magic window.
What .Net assembly do you need to load to get the com.magicsoftware.controls.MgStatusStrip?
Thx
Wes
What .Net assembly do you need to load to get the com.magicsoftware.controls.MgStatusStrip?
Thx
Wes
|
By
Wes Hein
·
#185026
·
|
|
Re: Active row with border
#chat
Hm, you are right! :) Thanks a lot Florian! ;)
Hm, you are right! :) Thanks a lot Florian! ;)
|
By
Gábor Bor
·
#185025
·
|
|
TFS setup - local
We have been using Team Foundation Server for a couple of years and now find our self’s needing to upgrade our client machines. I believe the individual on this group that assisted us was Rob
We have been using Team Foundation Server for a couple of years and now find our self’s needing to upgrade our client machines. I believe the individual on this group that assisted us was Rob
|
By
Tom Worthen
·
#185024
·
|
|
Re: XPA 3.2b Android SMS Listener
You are welcome! Glad to help.
Sure!! Just let us know and we'll be waiting!
:)
Brenda
You are welcome! Glad to help.
Sure!! Just let us know and we'll be waiting!
:)
Brenda
|
By
Brenda Bullorini
·
#185023
·
|
|
Re: XPA 3.2b Android SMS Listener
Brenda,
WOW! What a great way to start a Monday. Give me a few days to try it and I'll let you know if I run into any problems.
Thank you very much - Muchas Gracias
If I ever
Brenda,
WOW! What a great way to start a Monday. Give me a few days to try it and I'll let you know if I run into any problems.
Thank you very much - Muchas Gracias
If I ever
|
By
Todd Baremore
·
#185022
·
|
|
Re: Active row with border
#chat
Nope. In older versions we used the border, in later versions the BG-color. I think the BG-color makes the border obsolete.
Nope. In older versions we used the border, in later versions the BG-color. I think the BG-color makes the border obsolete.
|
By
Florian Groothuis
·
#185021
·
|
|
Re: XPA 3.2b Android SMS Listener
Forgot:
I don't know if it works when the app is closed, I'll have to test that out.
I know that everything you put on the java class it will work even with the app closed,
but I don't know if the
Forgot:
I don't know if it works when the app is closed, I'll have to test that out.
I know that everything you put on the java class it will work even with the app closed,
but I don't know if the
|
By
Brenda Bullorini
·
#185020
·
|
|
Re: XPA 3.2b Android SMS Listener
Hi Todd, just tested in Android Studio and also in Magic.
package com.magicsoftware.magicdev;
import com.magicsoftware.core.CoreApplication;
import android.content.BroadcastReceiver;
import
Hi Todd, just tested in Android Studio and also in Magic.
package com.magicsoftware.magicdev;
import com.magicsoftware.core.CoreApplication;
import android.content.BroadcastReceiver;
import
|
By
Brenda Bullorini
·
#185019
·
|
|
Re: Magic XPA 3.2 with DevExpress
Herbert,
I wonder if something similar to what you desire could be accomplished with a subform, tab control, image buttons and context menus? The only problem I can see (so far) is
Herbert,
I wonder if something similar to what you desire could be accomplished with a subform, tab control, image buttons and context menus? The only problem I can see (so far) is
|
By
Todd Baremore
·
#185018
·
|
|
Re: Magic XPA 3.2 with DevExpress
Hi Herbert,
Take a look at the many samples that come with DevExpress. You can open/read/modify them in Visual Studio Community edition which is free!
I see you already looked at the online
Hi Herbert,
Take a look at the many samples that come with DevExpress. You can open/read/modify them in Visual Studio Community edition which is free!
I see you already looked at the online
|
By
Harry Kleinsmit
·
#185017
·
|
|
Re: Magic XPA 3.2 with DevExpress
Thank you Todd,
this samples helps us for a successful start in the past,
but for further developing they are to simple.
The result is on top of my documentation.
We need some more details
Thank you Todd,
this samples helps us for a successful start in the past,
but for further developing they are to simple.
The result is on top of my documentation.
We need some more details
|
By
Herbert Fehlauer
·
#185016
·
|
|
Re: Magic XPA 3.2 with DevExpress
Herbert,
In the "Dot Net 3rd Party Samples" take a look at "DevExpress Navigation Bar" and "DevExpress Ribbon". There are examples for both Online and RIA.
Todd
Herbert,
In the "Dot Net 3rd Party Samples" take a look at "DevExpress Navigation Bar" and "DevExpress Ribbon". There are examples for both Online and RIA.
Todd
|
By
Todd Baremore
·
#185015
·
|
|
Magic XPA 3.2 with DevExpress
Hello everyone,
we are Magic-developer since more than 20 years.
We actually migrate our software from UniPass 1.9 to XPA 3.2 and try to „renovate“ a lot of our templates with Winform
Hello everyone,
we are Magic-developer since more than 20 years.
We actually migrate our software from UniPass 1.9 to XPA 3.2 and try to „renovate“ a lot of our templates with Winform
|
By
Herbert Fehlauer
·
#185014
·
|