Questions tagged [cal]

CAL is the Composite Application Library the previous name for the Prism guidance for WPF and Silverlight.

62 questions
1
vote
2 answers

PHPMyAdmin - Create New Admin account for website

I am attempting to add an admin user to our website, and none of the credentials work. My goal is to add an adminstrator by creating a query, and mostly all websites I have found are for wordpresses. My prefix is "cal_users", not "wp_users". I need…
user5323078
1
vote
1 answer

How to automatically reload TYPO3 calendar from external ics

Hi I'm using the calendar base extension (cal) for displaying my calendar in a TYPO3 website. I configured an external calendar and it imports all events correctly. How can I automatically reload the events from this external ics-calendar? thanks!
user307253
  • 11
  • 3
1
vote
1 answer

Create a button to call function cal()

I created a form with cal() in it, so people can choose options and then it would calculate the answer depending on what they have chosen. But I would like to insert a button at the end that would call the result. So when people have chosen their…
user3225427
  • 21
  • 1
  • 3
1
vote
0 answers

Typo3: Calendar Base (Ext:cal) add Backend and Frontend more 2 img upload options

im new in typo3 and need help with ext mod. I need to include on backend and frontent more 2 options for upload images on Calendar Base Extension ("cal" on TER http://typo3.org/extensions/repository/view/cal) to show in event view, but the images…
toru
  • 11
  • 1
1
vote
1 answer

Running a Report with passing the number of pages to print and some values

I have a Report in Microsoft Dynamics for printing customized labels. The Report itself has one DataItem from the Items table. If you run the report, you can type in a item number and it prints a label on a selected thermo-printer. Now, what i want…
Ello
  • 907
  • 1
  • 15
  • 33
1
vote
1 answer

Is it possible to know the last call date to specific contact in iPhone by programmatically?

Is it possible to know the last call date to specific contact in iPhone by programmatically?
Pavne
  • 89
  • 8
1
vote
2 answers

How to use Prism within an ElementHost

I'm new to Prism and I am attempting to host a Prisim control within an ElementHost. I seem to be missing something very basic. I have a single WinForm that contains an ElementHost. The following code is in the form: public partial class Form1 :…
Mark Lindell
  • 852
  • 8
  • 19
1
vote
1 answer

Get ClearCase Snapshot Views via ClearCase Automation Library (CAL)?

Is anyone using the ClearCase Automation Library (CAL) successfully to retrieve snapshot views? I can get all the dynamic views just fine, but not a single one of my snapshot views appears in the 'Connection.get_Views(true, region);' command... Is…
Jörg Battermann
  • 4,044
  • 5
  • 42
  • 79
1
vote
2 answers

Organizing multiple Composite WPF applications to share a single Shell

How can I organize multiple Composite WPF applications so that they share a single Shell project but populate their module catalogs from different App.config files? I am writing a suite of applications using Composite Application Guidance for WPF.…
sourcenouveau
  • 29,356
  • 35
  • 146
  • 243
0
votes
0 answers

NAV 2013 Automation Object not initialized?

so i have following problem and really dont know why it’s not working: I create an automation in NAV 2013. For that, i use following code: CREATE(HTTPRequest,FALSE,TRUE); The HTTPRequest is a variable of DataType Automation and SubType 'Microsoft…
FenCy
  • 1
0
votes
1 answer

Getting Error while reading instream in navision 2013

i have this code inside repeat loop, for the first time it works just fine reads stream correctly and inserts it, but when it comes to it second time i get error that i cant read when the stream is over, but it is still inside while loop its not EOS…
0
votes
0 answers

Need help to block duplicate purchase order

This code works with our other trading partner but not on 1 particular trading partner. It's looking for external document no. which should work on all our trading partner but its not. Can anyone help me what's missing? Can i do a hardcode for that…
0
votes
0 answers

Need to activate the RDS License through powershell

I'm automating RDS license activation through PowerShell task in Azure release pipeline for multiple vms in deployment groups. Currently activating manual by accessing the rds license manager and right click in the hostname and activate server and…
0
votes
0 answers

Disabling all interrupts (including CAL/TLB) on a specific core of an Intel processor (at any cost)

I need to run a specific core a hard real time application, I cannot tolerate interruptions higher than 1 usec. Unfortunately, when a CAL/TLB interrupt kicks in, the interruption can reach up to 6-7 usecs. Is it possible to disable all interrupts on…
0
votes
1 answer

Dynamics Nav C/AL all message in one

I have created a page that also outputs multiple messaages. Now the question, how do I make that the messages are all output in one message. Because now it is so that I have to click away every single message to see the full page. I have thought to…
Canjo
  • 15
  • 3