Questions tagged [presentation]

This tag groups questions regarding general aspects of presenting data to the user.

461 questions
0
votes
1 answer

UI: What are the different ways to display a Has and Belongs to Many relationship?

This is not a question about a specific framework. I am using plain php with jquery. I am trying relate multiple products to multiple sets of options. That is each product can have multiple non-exclusive sets of options related to them. What would…
Parris
  • 17,833
  • 17
  • 90
  • 133
0
votes
1 answer

Android Presentation Window Leaked

I am trying to display another activity on another display(monitor) in android. Problem occures in scenario when: From MainActivity I am going to Activity with presentation back and forth, after couple of these, disconnect cable connecting android…
0
votes
2 answers

Python 3.x : how to get a representation of a class that return a float?

I have a class that return a float number, and I want to print it in the __main__ as a representation of the previous class, formatted to trim some numbers over floating point. If I override the __str__ method I obviously get TypeError exception, as…
0
votes
2 answers

How should I implement in android Presentation slide in images file?

I would like to convert my presentation file (.ppt) into images then put it on app. It just just plain presentation with the ability for me to swipe left or right to change slides (images in this case). What method is the easiest? viewflipper?…
0
votes
0 answers

Any decent "html design" plugin available for use in a website?

I have a need of allowing visitors to my site to create their own "popup" screens. I would like to have a WYSIWYG like interface where they can add images, backgrounds, text and move it around, resize, etc. Kind of like building a PowerPoint slide…
Anders
  • 3,198
  • 1
  • 20
  • 43
0
votes
0 answers

Using Presentation Model with complex custom controls (which have their own models)

I have an application which uses Martin Fowler's Presentation Model with WinForms (WPF would be a better choice, but that's irrelevant). As such, every view has a presentation model representing it where the UI logic and domain model translation…
0
votes
1 answer

assign variable powerpoint.presentation

I have a little problem, I use vb6 to modifications to a powerpoint through code. When I open it from vb6 assigned it to a global variable to handle it from a differents procedures . My question is how to assign the powerpoint to a variable if it…
0
votes
2 answers

How to preload a webpage

I have a multimedia presentation using html, background is black, fullscrenned When I navigate around it jumps to different webpages, but in between it flashes white and loads. Can I preload these webpages after the one currently being viewed is…
Friedpanseller
  • 654
  • 3
  • 16
  • 31
0
votes
1 answer

SSRS 2008R2 - Fixed Row/Column Groups

I've been using SQL hacks to force empty groups and the like but I'm tired of doing it, I want a presentation layer solution for a presentation layer problem. I'm using SQL/SSRS 2008 R2 and I'm encountering more and more situations like the…
0
votes
2 answers

In which layer to make linq-sql calls as SubmitChanges(), InsertOnSubmit() etc

Which layer is the best layer to make linq-sql calls as SubmitChanges(), InsertOnSubmit() etc. For example, let's say I have two tables Parent and Child. Child table has foreign key on parent (Child table has ParentId column). I want to insert…
hIpPy
  • 4,649
  • 6
  • 51
  • 65
0
votes
1 answer

2 distinct event triggered by one button - Flash and AS3

I am completely new using Flash and I am doing a project to enhance my skills. I wonder if there's a way to connect a button doing 2 different things. I created a slide button that goes on X axis only using Gesture (Touch) and also I created a movie…
0
votes
1 answer

How to implement live presentation - php?

I need to implement live presentation (something like presentation.io) where admin will control the slides and users should be on the same slide. The requirement For www.url1.com 1. There will be a admin who presents slides to users from…
Toretto
  • 4,721
  • 5
  • 27
  • 46
0
votes
1 answer

How to present geographical and other data on the web

I've got a table that I'd like to present. However, a lot the information in it is only useful in aggregated or visual form. For example, the country column it itself is boring, but a aggregating all the entries of a country would be really useful.…
phihag
  • 278,196
  • 72
  • 453
  • 469
0
votes
2 answers

Best way to place data in the view (MVC)

In the framework I am working with, if I want to present data in a view I do this:

header ?>

Recently I discovered xTemplate and noticed it uses string placeholders, so the above code in a xTemplate would…
AntonioCS
  • 8,335
  • 18
  • 63
  • 92
0
votes
1 answer

Animated presentation navigation by arrows - AS3

I'm new to AS3 and although I was looking for a solution to my problem truly long time, I was not successful. I have an animated presentation and I just want to make navigation through that by arrows. Everything is on the main timeline. In the first…