The guide tag has no wiki summary.
3
votes
2answers
47 views
Converting Matlab GUI into a guide GUI
I have inherited a pile of Matlab scripts that manually build a GUI using calls to uicontrol, uimenu, etc. Over the years we have needed to remove and add elements to the GUI and since all the ...
0
votes
2answers
52 views
Android: Make an arrow point to a destination (LatLng) based on device orientation and user location.
I am developing an android app based on geolocation, It's a Guide actually. And I really need help in this part :
Let's assume we have :
The Longitude & Latitude of a point (L) in the map.
...
-1
votes
1answer
52 views
Aptana tab indentation guides
I recently moved from geany to Aptana as I'm working on some bigger projects and felt I would benefit from a full IDE.
One feature I'm really missing is the little grey line every four spaces to help ...
0
votes
3answers
65 views
How can I get started with Z80?
I have a bit of experience with Arduino and Java. I know the Z80 has a lot of potential, but I don't have the slightest idea where to start. What advice do you have for a beginner like me?
3
votes
1answer
75 views
MATLAB: Making a video using writeVideo
I am currently trying to make a video using the writeVideo function in MATLAB. I have made a GUI using GUIDE which includes a slider, a few checkboxs, and a single axes (tagged as axes1). When I move ...
0
votes
0answers
51 views
Unsupported get request
I have developed Facebook App. Using API, I have analyzed the conversations about user's posts.
Sometimes I can't call the API results.
For example, the below posts are same.
One is ...
-7
votes
1answer
183 views
Cramming for Test on C++ and C for Job Interview [closed]
In a little under two weeks I have a test for a company I'm interviewing with on C++ and C. Which resources should I use to prepare for this test given the amount of time I have? I have taken a ...
-1
votes
3answers
35 views
Up-to-date javascript guide [closed]
So far the best guide I've found to Javascript is this: http://javascript.info. But from past experience, every good guide I found was outdated.
My question is - how can I know if a guide is ...
-1
votes
1answer
82 views
Excel VBA list of macros
do you know any good compendium with a certain number of Excel macros? Possibly data-scraping oriented and something I can download or browse on the web. Which is the one you recommend?
Thanks a lot,
...
0
votes
1answer
110 views
Using imshow to change axes in GUI from a timer callback function in MATLAB
I am using a GUI(called MainVidGUI, using GUIDE, the OpeningFcn is the basic one created by GUIDE) which has axes(called hcam), and by pressing a button (called Acquisition), I want to modify a frame ...
0
votes
1answer
65 views
best interactive Python guide [closed]
Can anyone chime in and advise me on any full fledged tutorials for completely new programmers who want to learn Python as a first language? I would like one source where I can take videos or lessons ...
-1
votes
1answer
41 views
Guiders.js - Guider Showing Over Element
I Have A Guider That Is Showing Over The Element It Is Attached To, Like So:
My Code For The Guider Is:
guiders.createGuider({
title:"Flosses",
description:"Strawberry Floss Is All About ...
1
vote
2answers
661 views
Python 2.7 and Sublime Text 2 Setup Guide
I am new to Sublime Text 2. Basically I want to setup Sublime T2 as a Python IDE.
I have come across various questions with regards to python and sublime T2, but couldn't find a guide from a beginners ...
0
votes
1answer
49 views
Undefined method `new' Netzke Starting Tutorial
I followed the starting tutorial for Netzke, but when the page would show me the grid, I have an error :
NoMethodError in Welcome#index
undefined method `new' for Tasks:Module
Extracted source ...
0
votes
1answer
39 views
MATLAB UI interface and coding issue
I'm having this issue in my MATLAB program.
I want to perform a set operation on my UI during a coding. In other words I'm pressing a button to launch my code and at the same time I want to change ...
0
votes
1answer
75 views
[SOLVED]Parallel Processing with Matlab GUI's
I have a main form GUI that spawns child GUI's which are all modular and independent from the master that spawned it, taking only input arguments, but no output arguments or data dependency as they ...
4
votes
1answer
220 views
Overlapping axes in GUI when plotting boxplot in Matlab
I am creating a GUI in Matlab using GUIDE. I have several axes, and in one of them I want to draw a boxplot. My problem is that after drawing the boxplot, the size of the axes changes, and it ...
1
vote
1answer
108 views
Did not working http_basic_authenticate_with. W H Y?
I just started learn ruby-on-rails by using this stuff:
http://guides.rubyonrails.org/getting_started.html
And Im stoped on this step:
10 Security
class PostsController < ApplicationController
...
1
vote
1answer
129 views
AlbumTableGateway in Zend Framework 2 User Guide
In the chapter "Database and models" of the current (2.1) ZF2 User Guide there a code snippet, I don't understand:
(block "Using ServiceManager to configure the table gateway and inject into the ...
5
votes
2answers
610 views
Optimized tabs in Matlab GUI
I am working in a GUI in Matlab and I use tabs to organize the information. As the tabs are not supported in Matlab GUIDE, I just create several uipanel's and change their 'Visible' field. However, ...
0
votes
0answers
68 views
Matlab: erasing imfreehand rois in a stack
I want to be able to erase a collection of freehandrois that I've drawn on an image successively. I decided to use a stack-like vector that adds and erases its last elements. I declared it in ...
2
votes
1answer
48 views
Matlab, GUIDE, viewing the slice number on a dicom stack
I want to view the number of the slice that I'm examining via a simple previous/next slice GUI. I store number of the slice that I'm viewing on handles.index and I'm able to update it via the ...
0
votes
0answers
36 views
Ext 4.0 MVC application
I do follow this EXT 4.0 mvn application guide, and following is my code,
app.js:
Ext.application({
name:'AM',
appFolder:'app',
requires:['Ext.container.ViewPort'],
...
0
votes
1answer
38 views
Why's poignant guide to Ruby chapter 5.7 . The WishScanner module
I was reading Why's poignant guide to ruby and came upon this module on chapter 5:
require 'endertromb'
module WishScanner
def scan_for_a_wish
wish = self.read.detect do |thought|
...
0
votes
2answers
83 views
matlab gui callback not setting values for another callback?
I want one buttonPress to set the value and another buttonPress to output the value.
But value is not present?
% --- Executes on button press in pushbutton2.
function pushbutton2_Callback(hObject, ...
1
vote
2answers
557 views
Matlab GUI stop button issues
EDIT: I rephrased my question a bit, because I have a better understanding of the problem now and there was a lot of unnecessary info in the first draft.
I am creating a standalone Matlab ...
0
votes
1answer
84 views
Undefined method 'body' error for RoR tutorial
New to ROR and am going through the tutorial: http://guides.rubyonrails.org/getting_started.html and when adding the comments section, I get an error in the app/views/posts/show.html file that ...
0
votes
1answer
67 views
How to create axes in matlab GUIDE
I want to implement the following code using matlab GUIDE:
axes(handles.axes1);
imshow(image1);
axes(handles.axes2);
imshow(image2);
As I am very new to GUIDE so I am having no idea how to do this. ...
0
votes
1answer
239 views
imwrite current image on axes in matlab guide
I have a problem in my gui. well, i'll try to explain it as better as i can.
So, in my opening function i defined a img_new variable to be an image i have stored.
my gui has two axes, one displays ...
1
vote
1answer
63 views
bring helpdlg('helpstring') to front in guide matlab
I'm trying to popup a help window so the first thing the user sees would be a help window. but it stays in the back of my guide window. i'm putting the code in my opening function.
% --- Executes ...
0
votes
1answer
64 views
refreshing guide with radiobutton and slider
I have a question that include radiobuttons and slider. My aim is this: when the value of the slider is changed, the code in the radiobutton selected in the moment must be rerun to refresh the effect.
...
0
votes
0answers
24 views
The definitive quide to subscription based billing systems [closed]
Some days back I came across a very useful question/article on stackoverflow that dealt with best practices on designing and developing form based website authentication : The definitive guide to ...
0
votes
2answers
68 views
How to create a user first-time screen guide for my application
I need to create a short first-time here user guide for an application i am building and i don't know what to search for.
What i need is a dialogs guide, like facebook does when you create a new ...
-4
votes
1answer
59 views
Tourist Guide Android Application [closed]
im new on android application development and i want to create a tourist guide for a country that has categories "museums" "archeological sites" etc. when the user press the category, a list of all ...
0
votes
2answers
548 views
dynamically creating edit text box in matlab guide
I was wondering if we can determine the number of edit text boxes in matlab guide during the run-time?
a typical scenario would be that the user will enter a number of inputs and according to this ...
-1
votes
1answer
315 views
Get parameter values from .m-file into GUI (Matlab)
To keep it short. I'm developing a software tool where I would like to import
parameters into GUI from .m-files, but I can't find how to import the parameters.
I'm using iugetfile to 'reach it' but ...
0
votes
2answers
110 views
Guide to security testing [closed]
I am looking for some helpful books/tutorials step-by-step guide for security testing without web testing tools (Selenium php, Watir ruby)
As a newbie, I am particular interested in:
Authentication ...
1
vote
1answer
132 views
using timer inside a loop
My GUI's aim is to show images and to get a response from the user: either a key press (E or I) or no response. Between the images themselves there should be a 3 second pause showing some text (a7 ...
1
vote
1answer
401 views
Creating a transparent text box in Matlab GUI using GUIDE
In a Matlab GUI I have a picture in the background(created on axes) and over it I would like to have text. I put a static text box but I need it to be transparent. I can I do it using GUIDE.
Thanks
1
vote
0answers
23 views
How to pass images created by GUI1 to GUI2?
I've got a problem about passing images.
I've created two GUIs, one for processing data(GUI1) and the other for producing different kinds of images.(GUI2)
I've tried using setappdata/getappdata ...
1
vote
1answer
48 views
Execute a function call in MATLAB GUIDE
In MATLAB:
I have this independent function which runs optimal in the command line:
function datacollect()
filename = uigetfile('*.txt')
[col] = importdata(fileName)
long = columns(:,1)
lat = ...
0
votes
1answer
146 views
Handles in Matlab Guide
I am having a difficult time understanding use of handles
in MATLAB's guide. WHEN TO USE THEM?
For example, this is MATLAB's example how to use MATLAB Guide:
handles.peaks = peaks(35);
[x, y] = ...
0
votes
0answers
161 views
Slider for Multiple Plots in MATLAB GUIDE
I need to be able to scroll through 10 graphs on a single
axis in MATLAB GUIDE. I don't know where to start.
So the widgets I'm using is one axis, slider, and push button for access
to axis.
So ...
0
votes
1answer
49 views
MATLAB GUI Guide Error with Map
I'm trying to insert a map into MATLAB's GUI GUIDE and I'm getting the error:
"Error while evaluating uicontrol Callback"
The map does work when I run it standalone in the command
window but when I ...
1
vote
1answer
315 views
Snap group box to contained controls when resizing
When resizing the group box, is there a way to snap it to the bounds of the controls it contains?
Currently, resizing it snaps only relative to controls outside the group box or if Alt is pressed, it ...
1
vote
1answer
5k views
Tutorials or guides on porting CyanogenMod to a new device?
I'm currently interested in making CyanogenMod 9 work on a HTC One X.
However there doesn't seem to be tutorials or guides out there on how to port CyanogenMod to a new device.
From some forum ...
3
votes
1answer
342 views
Global (shared) variables in Matlab GUI code behind. Is there better way to do it then using handles structure?
I have spent some time lately creating complex Matlab GUI tool. I'm using GUIDE GUI builder.
I dislike the way Matlab manages global variables in code behind (the .m file with functions). If I want ...
3
votes
2answers
129 views
Need UPDATED version of how to make qt do static compiles on windows
I just made a program in QT, I would like to distribute it but I want a static build, not one that I need to ship all the libraries with it. I have been looking everywhere for a guide on it and they ...
0
votes
5answers
778 views
Endless cycle in Matlab GUI causes Matlab to freeze when GUI is closed?
I'm using GUIDE to create GUI in Matlab. When user hits "Start" button in GUI it starts optimisation task in background that runs in endless loop. Every iteration it outputs some information to GUI.
...
1
vote
1answer
1k views
Populating a Matlab GUI Listbox from Database Values
I am relatively new to GUI's in Matlab, and I have created a simple GUI using GUIDE. I want to connect to a database (already defined and working!) and populate a listbox with the values from the ...





