|
Re: TFS setup - local
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.
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.
|
By
Tom Worthen
·
#185053
·
|
|
Re: Populate with SQL [XPA 2.5]
Use an 'ORDER BY' in your SQL select ?
Use an 'ORDER BY' in your SQL select ?
|
By
Harry Kleinsmit
·
#185052
·
|
|
Re: XPA 3.2b Android SMS Listener
Great news, Todd!
Really glad it worked :)
Brenda
Great news, Todd!
Really glad it worked :)
Brenda
|
By
Brenda Bullorini
·
#185051
·
|
|
Re: XPA 3.2b Android SMS Listener
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
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
|
By
Todd Baremore
·
#185050
·
|
|
Re: XPA 3.2b Android SMS Listener
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:
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:
|
By
Todd Baremore
·
#185049
·
|
|
Question about DPI awareness
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
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
|
By
Frederik Soete
·
#185048
·
|
|
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
Met vriendelijke groet - With kind regards,
Florian Groothuis
Analist/programmeur
+31
I got it right, see my previous message. And yes, indeed, it would be nice if we could do so.
Gr
Florian
Met vriendelijke groet - With kind regards,
Florian Groothuis
Analist/programmeur
+31
|
By
Florian Groothuis
·
#185047
·
|
|
Re: Populate with SQL [XPA 2.5]
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
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
|
By
Tim Downie
·
#185046
·
|
|
Re: Populate with SQL [XPA 2.5]
Ok, fixed it. Output had to be Float8.
Thnx!
Met vriendelijke groet - With kind regards,
Florian Groothuis
Analist/programmeur
+31 (0)6 21927914
meilink.eu
Meilink Beheer Borculo B.V. •
Ok, fixed it. Output had to be Float8.
Thnx!
Met vriendelijke groet - With kind regards,
Florian Groothuis
Analist/programmeur
+31 (0)6 21927914
meilink.eu
Meilink Beheer Borculo B.V. •
|
By
Florian Groothuis
·
#185045
·
|
|
Re: XPA 3.2b Android SMS Listener
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
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
|
By
Brenda Bullorini
·
#185044
·
|
|
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:
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:
|
By
Florian Groothuis
·
#185043
·
|
|
Re: User id on bottom line of Magic window.
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
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
|
By
Frederik Soete
·
#185042
·
|
|
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.
Met vriendelijke groet - With
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.
Met vriendelijke groet - With
|
By
Florian Groothuis
·
#185041
·
|
|
Re: XPA 3.2b Android SMS Listener
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
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
|
By
Todd Baremore
·
#185040
·
|
|
Re: Populate with SQL [XPA 2.5]
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
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
|
By
Tim Downie
·
#185039
·
|
|
Re: Populate with SQL [XPA 2.5]
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
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
|
By
Govert Schipper
·
#185038
·
|
|
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
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
|
By
Harry Kleinsmit
·
#185037
·
|
|
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.
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.
|
By
Florian Groothuis
·
#185036
·
|
|
Re: Android 7 / ZBar
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
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
|
By
Tim Downie
·
#185035
·
|
|
Re: 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
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
|
By
Joseph Knickerbocker
·
#185034
·
|