Questions tagged [gyroscope-framework]

Gyroscope is a PHP framework that implements a set of UIs that visualize and modify the relationships among database entries.

The Gyroscope Framework, not to be confused with the gyroscope sensor library for mobile phones, implements a set of UIs that visualize and modify the relationships among database entries. This open source framework organizes information in lists, detail views and related lists within detail views. The server-side components are written in PHP. The front-end uses a set of tab functions to implement the tab synchronization and auto-complete features.

7 questions
1
vote
1 answer

Javascript in tab views

I defined a Javascript function in the function body of a tab view, but when I try to call it the function is undefined. I moved the function so it is defined in index.php, and now it works just fine. What's going on here?
Tom Swift
  • 25
  • 3
1
vote
1 answer

Android: Adjusting Pitch on Phone Movement

I am working on an Android Experiment and I need some help. I want to have a sound play and on movement of the phone, have the sound pitch get higher. (Ex: Move phone up, higher pitch). The sounds will be different depending on the orientation of…
pancodemakes
  • 564
  • 7
  • 26
1
vote
1 answer

How can I test the low-resolution icons?

The newer versions of Gyroscope has higher-resolution versions of the icons (in toolbar_hd.gif) that is used when the user's computer supports it. If my testing machine has a high resolution, how can I force it to use the low-resolution icons for…
Tom Swift
  • 25
  • 3
1
vote
1 answer

How to resolve the "incomplete keychange" error when upgrading Gyroscope

After replacing the core files with a newer version of Gyroscope, adding a new record using reloadtab throws a JavaScript alert error "incomplete key change". The record is still created though the loading of the detail view is aborted. In…
Schien
  • 3,855
  • 1
  • 16
  • 29
0
votes
2 answers

Getting gskey: request denied

Hey trying to insert and update a list items on one of my tabs but i'm getting the error msg "gskey: request denied error". I don't understand what this error means. Can someone please clarify what would be the cause for this error.
Pierre Smith
  • 365
  • 5
  • 19
0
votes
1 answer

character encoding issues when migrating gyroscope app from mysql (latin1) to mariadb (utf8)

I'm migrating a small Gyroscope app from MySQL to MariaDB. I asked this question earlier on why MariaDB would not start on latin1 as server encoding (MariaDB won't start when character-set-server = latin1 is in my.cnf), but now I've come to terms…
Ian Heisler
  • 111
  • 6
0
votes
1 answer

What are the potential drawbacks of deploying Gyroscope on IIS and SQL Server?

The recommended hosting stack for a Gyroscope application is Linux, Nginx/Apache, PHP, MySQL. What are the drawbacks of running Gyroscope on IIS and Microsoft SQL Server?
Schien
  • 3,855
  • 1
  • 16
  • 29