Re: TFS setup - local
Tom Worthen
Does no one have the steps required to install the client for Team Foundation Server to work with xpa?
I could really use some assistance.
From: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
On Behalf Of Tom Worthen
Sent: Monday, June 12, 2017 10:16 AM To: main@magicu-l.groups.io Subject: [magicu-l] 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 Westland but I could be wrong. We have a server running as the repository for this code so this is not a cloud based setup. I did a search of the groups files and message and find where Rob gave a 3 step process to get things setup and even offered to post the files to assist other in getting setup but of course those files he hosted are no longer available and I was unable to find anything in the files section of the group. L This was using Visual Studio 2013.
Does anyone have those file they would be willing to share or post to the files section?
Thanks, Tom
|
||||||||
|
||||||||
Re: Populate with SQL [XPA 2.5]
Use an 'ORDER BY' in your SQL select ?
toggle quoted messageShow quoted text
On Tue, Jun 13, 2017 at 06:30 am, Florian Groothuis wrote:
|
||||||||
|
||||||||
Re: XPA 3.2b Android SMS Listener
Brenda Bullorini
Great news, Todd!
Really glad it worked :) Brenda
|
||||||||
|
||||||||
Re: XPA 3.2b Android SMS Listener
Todd Baremore
Brenda, It works! Just needed to add the permissions. I used SDK 23 on my
Android 7 phone. You are a lady and a scholar. I'm throwing in a bottle of champagne to express my gratitude. Thanks again for all your help. This adds a whole new dimension
of capability to my application. Todd
On 6/13/2017 9:36 AM, Brenda Bullorini
wrote:
|
||||||||
|
||||||||
Re: XPA 3.2b Android SMS Listener
Todd Baremore
Brenda, Hmmmmm....seems like you're holding out for dessert (:-) I'll give it a try Thanks Todd
On 6/13/2017 9:36 AM, Brenda Bullorini
wrote:
|
||||||||
|
||||||||
Question about DPI awareness
Frederik Soete
Hi,
I have not yet gotten around to testing XPA 3.2b, but I noticed the release notes mention that the runtime can be 'DPI aware' (via some setting), without any further explanation as to what this entails. Does anyone know what the notes mean by this 'DPI awareness'? What does the runtime really do differently when DPI aware or not? Thanks for all information, Frederik Soete
|
||||||||
|
||||||||
Re: Populate with SQL [XPA 2.5]
I got it right, see my previous message. And yes, indeed, it would be nice if we could do so.
Gr Florian
Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
Namens Tim Downie
It will work if you get your sql task right - would be nice if you could just populate combo direct from sql statement. From:
main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Florian Groothuis <f.groothuis@...>
This could work except when the results are numeric values. Casting them as alpha-numeric values messes up the ordering, when I use a numeric virtual as output variable I get this:
Van:
main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
Namens harry@...
Hi Florian,
|
||||||||
|
||||||||
Re: Populate with SQL [XPA 2.5]
Tim Downie
It will work if you get your sql task right - would be nice if you could just populate combo direct from sql statement.
In sql task type in the sql and press apg ull get the correct virtuals then go in and add link create/write From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Florian Groothuis <f.groothuis@...>
Sent: Tuesday, 13 June 2017 1:30:28 PM To: main@magicu-l.groups.io Subject: Re: [magicu-l] Populate with SQL [XPA 2.5] This could work except when the results are numeric values. Casting them as alpha-numeric values messes up the ordering, when I use a numeric virtual as output variable I get this:
Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
Namens harry@...
Hi Florian,
|
||||||||
|
||||||||
Re: Populate with SQL [XPA 2.5]
Ok, fixed it. Output had to be Float8.
Thnx!
Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
Namens Florian Groothuis
This could work except when the results are numeric values. Casting them as alpha-numeric values messes up the ordering, when I use a numeric virtual as output variable I get this:
Van:
main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
Namens harry@...
Hi Florian,
|
||||||||
|
||||||||
Re: XPA 3.2b Android SMS Listener
Brenda Bullorini
Hi Todd!
I don't have my laptop with me but,
1. Yes, it goes there, sorry I forgot to tell you before!
2. Compile version can be 21, 22, 23 or whatever. But, check the targetSdkVersion, I tried it with 22.
If you use 23 in targetsdkversion you'll have to add some code to ask for permission to use the Telephony service when api >= 23.
I think that Magic in the help explains how to do that, but I didn't test it so I'm keeping api 22 in targetsdkversion for now. My cellphone uses api 23 and it worked with targetsdkversion 22.
And the message you see is just a warning but is still works.
Oh, wait!!! I think I forgot to tell you something, I knew something was missing when I wrote you.
Add to the AndroidManifest file:
<uses-permission android:name="android.permission.READ_SMS" />
<uses-permission android:name="android.permission.RECEIVE_SMS" />
Where the other permission lines are.
Check the targetsdkversion, set it to 22 and try again.
If it's still not working, what I would try is:
- Uncomment this line
//Toast.makeText(context, "I got to onReceive", Toast.LENGTH_SHORT).show();
Just remove the "//"
- Generate new apk.
- Run app and see if the Toast shows up when sms arrives. Then we can see if it's not getting to java or not getting to magic.
Good luck !!!
(And if it's still not working I'll be happy to help through teamviewer or something)
|
||||||||
|
||||||||
Re: Populate with SQL [XPA 2.5]
This could work except when the results are numeric values. Casting them as alpha-numeric values messes up the ordering, when I use a numeric virtual as output variable I get this:
Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
Namens harry@...
Hi Florian,
|
||||||||
|
||||||||
Re: User id on bottom line of Magic window.
Frederik Soete
Hi,
For what it's worth: I had proposed this example code without mentioning all caveats. I had forgotten about the status strip item that 'falls off' the status strip bar. In my case it is not the task mode indicator, but the insert/overwrite-mode indicator that drops off the status strip bar. At the time I programmed this, I decided this ad hoc solution was good enough. In any case: when debugging, after adding the one item for the user name, there are six items where previously there were only five; the sixth item becomes invisible; but I haven't figured out how to force all six items to be visible at the same time. Perhaps someone more advanced in Dot Net programming could prevent this 'falling off' of the sixth item? Bye, Frederik Soete
|
||||||||
|
||||||||
Re: Populate with SQL [XPA 2.5]
That won’t work because the requirement statement can’t be captured in the range-option of the DataSource option.
Defining a separate view isn’t an option.
Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
Namens Govert Schipper
Florian,
You could use the "Data source" property of the combobox to associate a table with the values of the combobox. You can even define a Range of the data fields. Or you could define a separate view and connect that view as a data source.
Govert
Van:
main@magicu-l.groups.io <main@magicu-l.groups.io> namens Florian Groothuis <f.groothuis@...>
How can I populate either a combobox or a select task with a SQL-statement?
|
||||||||
|
||||||||
Re: XPA 3.2b Android SMS Listener
Todd Baremore
Brenda, Its not working.....yet.I saved your java code to: C:\mse\xpa_32\RIAModules\Android\Source\app\src\main\java\com\magicsoftware\magicdev\MySmsListener.java I have two questions that should narrow down the problem: 1. Where exactly should I update AndroidManifest.xml? I placed your update at the bottom of the file. Should it be within an Activity? I bolded your content below ............... <activity android:name="SettingsActivity"/> <!-- [START firebase_service] --> <service android:name=".MyFirebaseMessagingService"> <intent-filter> <action android:name="com.google.firebase.MESSAGING_EVENT"/> </intent-filter> </service> <receiver android:name=".MyFirebaseNotificationDismissReceiver" android:exported="false" > </receiver> <receiver android:name=".MyFirebaseNotificationClickReceiver" android:exported="false" > </receiver> <!-- [END firebase_service] --> <!-- [START firebase_iid_service] --> <service android:name=".MyFirebaseInstanceIDService"> <intent-filter> <action android:name="com.google.firebase.INSTANCE_ID_EVENT"/> </intent-filter> </service> <!-- [END firebase_iid_service] --> <receiver android:name=".MySmsListener"> <intent-filter> <action android:name="android.provider.Telephony.SMS_RECEIVED" /> </intent-filter> </receiver> </application> </manifest> 2. I am able to successfully compile an APK using SDK 21, 22 and 23 but I receive the message below for all 3: Note: C:\mse\xpa_32\PublishedApplications\EMP_Mobile\Android\source\TEMP_BUILD_FOLDER\app\src\main\java\com\todd\emp\MySmsListener.java uses or overrides a deprecated API. Let me know if you need any more info. Thanks Todd
On 6/11/2017 8:59 PM, Brenda Bullorini
wrote:
Hi Todd, just tested in Android Studio and also in Magic.
|
||||||||
|
||||||||
Re: Populate with SQL [XPA 2.5]
Tim Downie
Write the result of sql statement task to a memory table - then use that memory table as the data source on the combo box
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Florian Groothuis <f.groothuis@...>
Sent: Tuesday, 13 June 2017 12:11:29 PM To: main@magicu-l.groups.io Subject: [magicu-l] Populate with SQL [XPA 2.5] How can I populate either a combobox or a select task with a SQL-statement?
I have a program that let's the user answer a list of questions. Some answers should be selected from a query from the DB. One simple select program populated by a SQL-statement sent as a parameter would be nice. Preferably without any third party software. Thans in advance.
|
||||||||
|
||||||||
Re: Populate with SQL [XPA 2.5]
Govert Schipper
Florian,
You could use the "Data source" property of the combobox to associate a table with the values of the combobox. You can even define a Range of the data fields. Or you could define a separate view and connect that view as a data source.
Govert Van: main@magicu-l.groups.io <main@magicu-l.groups.io> namens Florian Groothuis <f.groothuis@...>
Verzonden: dinsdag 13 juni 2017 14:11 Aan: main@magicu-l.groups.io Onderwerp: [magicu-l] Populate with SQL [XPA 2.5] How can I populate either a combobox or a select task with a SQL-statement?
I have a program that let's the user answer a list of questions. Some answers should be selected from a query from the DB. One simple select program populated by a SQL-statement sent as a parameter would be nice. Preferably without any third party software. Thans in advance.
|
||||||||
|
||||||||
Re: Populate with SQL [XPA 2.5]
Hi Florian,
You could use a direct sql task with the whole sql select as a parameter and build your combobox string from that. You could send this back as the return parameter. Best regards, Harry Kleinsmit.
|
||||||||
|
||||||||
Populate with SQL [XPA 2.5]
How can I populate either a combobox or a select task with a SQL-statement?
I have a program that let's the user answer a list of questions. Some answers should be selected from a query from the DB. One simple select program populated by a SQL-statement sent as a parameter would be nice. Preferably without any third party software. Thans in advance.
|
||||||||
|
||||||||
Re: Android 7 / ZBar
Tim Downie
I got this to work using the zbar librarys from Jordan for some reaason the .so files i have in 3.2a samples lib are a different size to the ones Jordan has
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Joseph Knickerbocker <theknicker@...>
Sent: Tuesday, 13 June 2017 8:40:36 AM To: main@magicu-l.groups.io Subject: Re: [magicu-l] Android 7 / ZBar If neither work for some reason (pic2shop worked great for me on android 7, but they have to have the pic2shop free apk installed on the device), you can try using the mobile vision api from Google Play services. To get it to work, you will have to follow
the Magic sample of replacing a magic control with a native control, and replace the magic control with the view for the barcode scanner.
It is significantly more complicated to implement, but you do not need to rely on an external apk... and is probably more future proof.
|
||||||||
|
||||||||
Re: Android 7 / ZBar
Joseph Knickerbocker
If neither work for some reason (pic2shop worked great for me on android 7, but they have to have the pic2shop free apk installed on the device), you can try using the mobile vision api from Google Play services. To get it to work, you will have to follow the Magic sample of replacing a magic control with a native control, and replace the magic control with the view for the barcode scanner.
It is significantly more complicated to implement, but you do not need to rely on an external apk... and is probably more future proof.
|
||||||||
|